Uses of Class
org.jboss.as.controller.ExtensionContext.ContextType
-
Packages that use ExtensionContext.ContextType Package Description org.jboss.as.controller org.jboss.as.controller.extension -
-
Uses of ExtensionContext.ContextType in org.jboss.as.controller
Methods in org.jboss.as.controller that return ExtensionContext.ContextType Modifier and Type Method Description ExtensionContext.ContextTypeExtensionContext. getType()Gets the type of this context.static ExtensionContext.ContextTypeExtensionContext.ContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionContext.ContextType[]ExtensionContext.ContextType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExtensionContext.ContextType in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return ExtensionContext.ContextType Modifier and Type Method Description ExtensionContext.ContextTypeExtensionRegistryType. getContextType()
-