Uses of Class
org.glassfish.admin.rest.provider.MethodMetaData
-
Packages that use MethodMetaData Package Description org.glassfish.admin.rest.provider org.glassfish.admin.rest.resources org.glassfish.admin.rest.results org.glassfish.admin.rest.utils -
-
Uses of MethodMetaData in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type MethodMetaData Modifier and Type Method Description protected static StringProviderUtil. getHtmlRespresentationsForCommand(MethodMetaData methodMetaData, String commandMethod, String commandDisplayName, jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of MethodMetaData in org.glassfish.admin.rest.resources
Methods in org.glassfish.admin.rest.resources that return types with arguments of type MethodMetaData Modifier and Type Method Description protected Map<String,MethodMetaData>CollectionLeafResource. getMethodMetaData()protected Map<String,MethodMetaData>LeafResource. getMethodMetaData() -
Uses of MethodMetaData in org.glassfish.admin.rest.results
Methods in org.glassfish.admin.rest.results that return MethodMetaData Modifier and Type Method Description MethodMetaDataOptionsResult. getMethodMetaData(String method)Returns meta-data object for the given methodMethodMetaDataOptionsResult. putMethodMetaData(String method, MethodMetaData methodMetaData)Adds meta-data object for the given methodMethods in org.glassfish.admin.rest.results with parameters of type MethodMetaData Modifier and Type Method Description MethodMetaDataOptionsResult. putMethodMetaData(String method, MethodMetaData methodMetaData)Adds meta-data object for the given method -
Uses of MethodMetaData in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return MethodMetaData Modifier and Type Method Description static MethodMetaDataResourceUtil. getMethodMetaData(String command, Map<String,String> commandParamsToSkip, org.glassfish.hk2.api.ServiceLocator habitat)Constructs and returns the resource method meta-data.static MethodMetaDataResourceUtil. getMethodMetaData(String command, org.glassfish.hk2.api.ServiceLocator habitat)Constructs and returns the resource method meta-data.static MethodMetaDataResourceUtil. getMethodMetaData(ConfigModel configBeanModel)Constructs and returns the resource method meta-data.static MethodMetaDataResourceUtil. getMethodMetaData2(Dom parent, ConfigModel childModel, int parameterType)Methods in org.glassfish.admin.rest.utils with parameters of type MethodMetaData Modifier and Type Method Description static MapResourceUtil. buildMethodMetadataMap(MethodMetaData mmd)Method parameters in org.glassfish.admin.rest.utils with type arguments of type MethodMetaData Modifier and Type Method Description static voidResourceUtil. addMethodMetaData(ActionReport ar, Map<String,MethodMetaData> mmd)
-