|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by MBeans which can resolve a template String to a value. Template strings are of the form ${XYZ} and are returned as the values of certain Attributes.
Method Summary | |
boolean |
isTemplateString(java.lang.String s)
If the String is a template, return true. |
java.lang.String |
resolveTemplateString(java.lang.String template)
If the String is a template, resolve it. |
Method Detail |
public boolean isTemplateString(java.lang.String s)
s
-
public java.lang.String resolveTemplateString(java.lang.String template)
If the String is not a template, return it unchanged.
template
- a template String
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.