|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateResolver
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(String s)
If the String is a template, return true. |
String |
resolveTemplateString(String template)
If the String is a template, resolve it. |
Method Detail |
---|
boolean isTemplateString(String s)
s
-
String resolveTemplateString(String template)
If the String is not a template, return it unchanged.
template
- a template String
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.