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(org.jboss.as.controller.PersistentResourceDefinition.Parameters parameters)
Deprecated.
|
protected |
AbstractHandlerDefinition(org.jboss.as.controller.SimpleResourceDefinition.Parameters parameters) |
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() |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getChildren, registerAttributes, registerChildrengetDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHttpHandlerprotected 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)
@Deprecated protected AbstractHandlerDefinition(org.jboss.as.controller.PersistentResourceDefinition.Parameters parameters)
AbstractHandlerDefinition(org.jboss.as.controller.SimpleResourceDefinition.Parameters) instead.protected AbstractHandlerDefinition(org.jboss.as.controller.SimpleResourceDefinition.Parameters parameters)
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class org.jboss.as.controller.SimpleResourceDefinitionpublic Class<? extends io.undertow.server.HttpHandler> getHandlerClass()
getHandlerClass in interface Handlerpublic List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints in interface org.jboss.as.controller.ResourceDefinitiongetAccessConstraints in class org.jboss.as.controller.SimpleResourceDefinitionpublic Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes in interface HandlergetAttributes in class org.jboss.as.controller.PersistentResourceDefinitionCopyright © 2021 JBoss by Red Hat. All rights reserved.