Class ThemeResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.keycloak.subsystem.server.extension.ThemeResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ThemeResourceDefinition extends org.jboss.as.controller.SimpleResourceDefinition- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_NAMEstatic StringTAG_NAMEprotected static org.jboss.as.controller.ReloadRequiredWriteAttributeHandlerWRITE_ATTR_HANDLER
-
Constructor Summary
Constructors Modifier Constructor Description protectedThemeResourceDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.SimpleAttributeDefinitionlookup(String name)voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
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
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
RESOURCE_NAME
public static final String RESOURCE_NAME
- See Also:
- Constant Field Values
-
WRITE_ATTR_HANDLER
protected static final org.jboss.as.controller.ReloadRequiredWriteAttributeHandler WRITE_ATTR_HANDLER
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
lookup
public static org.jboss.as.controller.SimpleAttributeDefinition lookup(String name)
-
-