Package org.jboss.as.web
Class WebVirtualHostDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.ModelOnlyResourceDefinition
-
- org.jboss.as.web.WebVirtualHostDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class WebVirtualHostDefinition extends org.jboss.as.controller.ModelOnlyResourceDefinition- Author:
- Tomaz Cerar
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.as.controller.ListAttributeDefinitionALIASprotected static org.jboss.as.controller.SimpleAttributeDefinitionDEFAULT_WEB_MODULEprotected static org.jboss.as.controller.SimpleAttributeDefinitionENABLE_WELCOME_ROOTprotected static org.jboss.as.controller.SimpleAttributeDefinitionNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration hosts)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition NAME
-
ALIAS
protected static final org.jboss.as.controller.ListAttributeDefinition ALIAS
-
DEFAULT_WEB_MODULE
protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_WEB_MODULE
-
ENABLE_WELCOME_ROOT
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLE_WELCOME_ROOT
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration hosts)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.ModelOnlyResourceDefinition
-
-