public class DeprecatedResourceDescriptionResolver extends StandardResourceDescriptionResolver
REPLY| Constructor and Description |
|---|
DeprecatedResourceDescriptionResolver(String subsystemName,
String keyPrefix,
String bundleBaseName,
ClassLoader bundleLoader) |
DeprecatedResourceDescriptionResolver(String subsystemName,
String keyPrefix,
String bundleBaseName,
ClassLoader bundleLoader,
boolean reuseAttributesForAdd,
boolean useUnprefixedChildTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationDeprecatedDescription(String operationName,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's operations.
|
String |
getOperationParameterDeprecatedDescription(String operationName,
String paramName,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's operation's parameters.
|
String |
getResourceAttributeDeprecatedDescription(String attributeName,
Locale locale,
ResourceBundle bundle)
Gets the description of one of the resource's attributes.
|
String |
getResourceDeprecatedDescription(Locale locale,
ResourceBundle bundle)
Gets the description of the resource.
|
getBundleKey, getChildResolver, getChildTypeDescription, getKeyPrefix, getNotificationDescription, getOperationDescription, getOperationParameterDescription, getOperationParameterValueTypeDescription, getOperationReplyDescription, getOperationReplyValueTypeDescription, getResourceAttributeDescription, getResourceAttributeValueTypeDescription, getResourceBundle, getResourceDescription, isReuseAttributesForAdd, isUseUnprefixedChildTypespublic DeprecatedResourceDescriptionResolver(String subsystemName, String keyPrefix, String bundleBaseName, ClassLoader bundleLoader)
public DeprecatedResourceDescriptionResolver(String subsystemName, String keyPrefix, String bundleBaseName, ClassLoader bundleLoader, boolean reuseAttributesForAdd, boolean useUnprefixedChildTypes)
public String getOperationDeprecatedDescription(String operationName, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetOperationDeprecatedDescription in interface ResourceDescriptionResolvergetOperationDeprecatedDescription in class StandardResourceDescriptionResolveroperationName - the name of the operationlocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullpublic String getOperationParameterDeprecatedDescription(String operationName, String paramName, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetOperationParameterDeprecatedDescription in interface ResourceDescriptionResolvergetOperationParameterDeprecatedDescription 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 getResourceDeprecatedDescription(Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetResourceDeprecatedDescription in interface ResourceDescriptionResolvergetResourceDeprecatedDescription in class StandardResourceDescriptionResolverlocale - the localebundle - a resource bundle previously obtained from a call to ResourceDescriptionResolver.getResourceBundle(java.util.Locale),
or null if that call returned nullpublic String getResourceAttributeDeprecatedDescription(String attributeName, Locale locale, ResourceBundle bundle)
StandardResourceDescriptionResolvergetResourceAttributeDeprecatedDescription in interface ResourceDescriptionResolvergetResourceAttributeDeprecatedDescription 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 nullCopyright © 2019 JBoss by Red Hat. All rights reserved.