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