Package org.jboss.as.jsf.subsystem
Class JSFResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.jboss.as.jsf.subsystem.JSFResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class JSFResourceDefinition extends org.jboss.as.controller.PersistentResourceDefinitionDefines attributes and operations for the Jakarta Server Faces Subsystem- Author:
- Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.as.controller.SimpleAttributeDefinitionDEFAULT_JSF_IMPL_SLOTstatic StringDEFAULT_SLOTstatic StringDEFAULT_SLOT_ATTR_NAMEstatic StringDISALLOW_DOCTYPE_DECL_ATTR_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerAttributes, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
DEFAULT_SLOT_ATTR_NAME
public static final String DEFAULT_SLOT_ATTR_NAME
- See Also:
- Constant Field Values
-
DISALLOW_DOCTYPE_DECL_ATTR_NAME
public static final String DISALLOW_DOCTYPE_DECL_ATTR_NAME
- See Also:
- Constant Field Values
-
DEFAULT_SLOT
public static final String DEFAULT_SLOT
- See Also:
- Constant Field Values
-
DEFAULT_JSF_IMPL_SLOT
protected static final org.jboss.as.controller.SimpleAttributeDefinition DEFAULT_JSF_IMPL_SLOT
-
-
Method Detail
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
-