Uses of Interface
org.glassfish.admin.rest.OptionsCapable
-
-
Uses of OptionsCapable in org.glassfish.admin.rest.composite
Classes in org.glassfish.admin.rest.composite that implement OptionsCapable Modifier and Type Class Description classLegacyCompositeResourceThis is the base class for all legacy composite resources. -
Uses of OptionsCapable in org.glassfish.admin.rest.composite.metadata
Constructors in org.glassfish.admin.rest.composite.metadata with parameters of type OptionsCapable Constructor Description ParamMetadata(OptionsCapable context, Type paramType, String name, Annotation[] annotations)RestMethodMetadata(OptionsCapable context, Method method, Annotation designator)RestResourceMetadata(OptionsCapable context) -
Uses of OptionsCapable in org.glassfish.admin.rest.resources
Classes in org.glassfish.admin.rest.resources that implement OptionsCapable Modifier and Type Class Description classGlassFishDomainResourceThis is the root class for the generated DomainResource that bootstrap the dom tree with the domain object and add a few sub resources like log viewer or log-level setup which are not described as configbeans but more external config or files (server.log or JDK logger setupstatic classPropertiesBagResource.PropertyResourceclassTemplateCommandDeleteResourceclassTemplateCommandGetResourceclassTemplateCommandPostResourceclassTemplateExecCommandclassTemplateRestResource -
Uses of OptionsCapable in org.glassfish.admin.rest.resources.custom
Classes in org.glassfish.admin.rest.resources.custom that implement OptionsCapable Modifier and Type Class Description classSetDomainConfigResourceclassSystemPropertiesCliResourceclassTokenResource -
Uses of OptionsCapable in org.glassfish.admin.rest.wadl
Classes in org.glassfish.admin.rest.wadl that implement OptionsCapable Modifier and Type Class Description classRestModelSchemaResource
-