| Package | Description |
|---|---|
| org.glassfish.admin.rest.provider | |
| org.glassfish.admin.rest.resources | |
| org.glassfish.admin.rest.results | |
| org.glassfish.admin.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ProviderUtil.getHtmlRespresentationsForCommand(MethodMetaData methodMetaData,
String commandMethod,
String commandDisplayName,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,MethodMetaData> |
LeafResource.getMethodMetaData() |
protected Map<String,MethodMetaData> |
CollectionLeafResource.getMethodMetaData() |
| Modifier and Type | Method and Description |
|---|---|
MethodMetaData |
OptionsResult.getMethodMetaData(String method)
Returns meta-data object for the given method
|
MethodMetaData |
OptionsResult.putMethodMetaData(String method,
MethodMetaData methodMetaData)
Adds meta-data object for the given method
|
| Modifier and Type | Method and Description |
|---|---|
MethodMetaData |
OptionsResult.putMethodMetaData(String method,
MethodMetaData methodMetaData)
Adds meta-data object for the given method
|
| Modifier and Type | Method and Description |
|---|---|
static MethodMetaData |
ResourceUtil.getMethodMetaData(ConfigModel configBeanModel)
Constructs and returns the resource method meta-data.
|
static MethodMetaData |
ResourceUtil.getMethodMetaData(String command,
Map<String,String> commandParamsToSkip,
org.glassfish.hk2.api.ServiceLocator habitat)
Constructs and returns the resource method meta-data.
|
static MethodMetaData |
ResourceUtil.getMethodMetaData(String command,
org.glassfish.hk2.api.ServiceLocator habitat)
Constructs and returns the resource method meta-data.
|
static MethodMetaData |
ResourceUtil.getMethodMetaData2(Dom parent,
ConfigModel childModel,
int parameterType) |
| Modifier and Type | Method and Description |
|---|---|
static Map |
ResourceUtil.buildMethodMetadataMap(MethodMetaData mmd) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceUtil.addMethodMetaData(ActionReport ar,
Map<String,MethodMetaData> mmd) |
Copyright © 2019. All rights reserved.