public abstract class AbstractHandlerDefinition extends org.jboss.as.controller.PersistentResourceDefinition implements Handler
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractHandlerDefinition.DefaultHandlerRemove |
Modifier | Constructor and Description |
---|---|
protected |
AbstractHandlerDefinition(String name) |
protected |
AbstractHandlerDefinition(String name,
org.jboss.as.controller.AbstractAddStepHandler addHandler,
org.jboss.as.controller.AbstractRemoveStepHandler removeHandler) |
protected |
AbstractHandlerDefinition(String name,
String prefix) |
protected |
AbstractHandlerDefinition(String name,
String prefix,
org.jboss.as.controller.AbstractAddStepHandler addHandler,
org.jboss.as.controller.AbstractRemoveStepHandler removeHandler) |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
Class<? extends io.undertow.server.HttpHandler> |
getHandlerClass() |
String |
getXmlElementName() |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getChildren, registerAttributes, registerChildren
getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createHttpHandler
protected final String name
protected AbstractHandlerDefinition(String name, org.jboss.as.controller.AbstractAddStepHandler addHandler, org.jboss.as.controller.AbstractRemoveStepHandler removeHandler)
protected AbstractHandlerDefinition(String name)
protected AbstractHandlerDefinition(String name, String prefix, org.jboss.as.controller.AbstractAddStepHandler addHandler, org.jboss.as.controller.AbstractRemoveStepHandler removeHandler)
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations
in interface org.jboss.as.controller.ResourceDefinition
registerOperations
in class org.jboss.as.controller.SimpleResourceDefinition
public Class<? extends io.undertow.server.HttpHandler> getHandlerClass()
getHandlerClass
in interface Handler
public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints
in interface org.jboss.as.controller.ResourceDefinition
getAccessConstraints
in class org.jboss.as.controller.SimpleResourceDefinition
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes
in interface Handler
getAttributes
in class org.jboss.as.controller.PersistentResourceDefinition
public String getXmlElementName()
getXmlElementName
in interface Handler
Copyright © 2017 JBoss by Red Hat. All rights reserved.