public class ResponseHeaderFilter extends AbstractHandlerDefinition
AbstractHandlerDefinition.DefaultHandlerRemove| Modifier and Type | Field and Description |
|---|---|
static ResponseHeaderFilter |
INSTANCE |
static org.jboss.as.controller.AttributeDefinition |
NAME |
static org.jboss.as.controller.AttributeDefinition |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
protected io.undertow.server.HttpHandler |
createHandler(Class<? extends io.undertow.server.HttpHandler> handlerClass,
org.jboss.dmr.ModelNode model,
List<org.jboss.as.controller.AttributeDefinition> attributes,
io.undertow.server.HttpHandler next) |
io.undertow.server.HttpHandler |
createHttpHandler(io.undertow.predicate.Predicate predicate,
org.jboss.dmr.ModelNode model,
io.undertow.server.HttpHandler next) |
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
protected Class[] |
getConstructorSignature() |
Class<? extends io.undertow.server.HttpHandler> |
getHandlerClass() |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getAccessConstraintsgetChildren, registerAttributes, registerChildrengetDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final org.jboss.as.controller.AttributeDefinition NAME
public static final org.jboss.as.controller.AttributeDefinition VALUE
public static final ResponseHeaderFilter INSTANCE
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes in interface HandlergetAttributes in class AbstractHandlerDefinitionpublic Class<? extends io.undertow.server.HttpHandler> getHandlerClass()
getHandlerClass in interface HandlergetHandlerClass in class AbstractHandlerDefinitionprotected Class[] getConstructorSignature()
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class AbstractHandlerDefinitionpublic io.undertow.server.HttpHandler createHttpHandler(io.undertow.predicate.Predicate predicate,
org.jboss.dmr.ModelNode model,
io.undertow.server.HttpHandler next)
Copyright © 2019 JBoss by Red Hat. All rights reserved.