public class InfinispanResourceDescriptionResolver extends StandardResourceDescriptionResolver
REPLY| Constructor and Description |
|---|
InfinispanResourceDescriptionResolver(String keyPrefix,
String bundleBaseName,
ClassLoader bundleLoader) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildTypeDescription(String childType,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's child types.
|
String |
getOperationParameterDescription(String operationName,
String paramName,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's operation's parameters.
|
String |
getOperationParameterValueTypeDescription(String operationName,
String paramName,
Locale locale,
ResourceBundle bundle,
String... suffixes)
Gets the description of a portion of a complex value type of one of the resource's operation's parameters.
|
String |
getResourceAttributeDescription(String attributeName,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's attributes.
|
String |
getResourceAttributeValueTypeDescription(String attributeName,
Locale locale,
ResourceBundle bundle,
String... suffixes)
Gets the description of a portion of a complex value type of one of the resource's attributes.
|
getChildResolver, getKeyPrefix, getOperationDeprecatedDescription, getOperationDescription, getOperationParameterDeprecatedDescription, getOperationReplyDescription, getOperationReplyValueTypeDescription, getResourceAttributeDeprecatedDescription, getResourceBundle, getResourceDeprecatedDescription, getResourceDescription, isReuseAttributesForAdd, isUseUnprefixedChildTypespublic InfinispanResourceDescriptionResolver(String keyPrefix, String bundleBaseName, ClassLoader bundleLoader)
public String getResourceAttributeDescription(String attributeName, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetResourceAttributeDescription in interface ResourceDescriptionResolvergetResourceAttributeDescription in class StandardResourceDescriptionResolverattributeName - the name of the attributelocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullpublic String getResourceAttributeValueTypeDescription(String attributeName, Locale locale, ResourceBundle bundle, String... suffixes)
StandardResourceDescriptionResolvergetResourceAttributeValueTypeDescription in interface ResourceDescriptionResolvergetResourceAttributeValueTypeDescription in class StandardResourceDescriptionResolverattributeName - the name of the attributelocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullsuffixes - suffixes to dot-append to the base attribute key to generate a keypublic String getOperationParameterDescription(String operationName, String paramName, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetOperationParameterDescription in interface ResourceDescriptionResolvergetOperationParameterDescription in class StandardResourceDescriptionResolveroperationName - the name of the operationparamName - the name of the operation's parameterlocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullpublic String getOperationParameterValueTypeDescription(String operationName, String paramName, Locale locale, ResourceBundle bundle, String... suffixes)
StandardResourceDescriptionResolvergetOperationParameterValueTypeDescription in interface ResourceDescriptionResolvergetOperationParameterValueTypeDescription in class StandardResourceDescriptionResolveroperationName - the name of the operationparamName - the name of the operation's parameterlocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullsuffixes - suffixes to dot-append to the base attribute key to generate a keypublic String getChildTypeDescription(String childType, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetChildTypeDescription in interface ResourceDescriptionResolvergetChildTypeDescription in class StandardResourceDescriptionResolverchildType - the name of the child typelocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullCopyright © 2014 JBoss by Red Hat. All rights reserved.