|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueProvider
An interface to be implemented by anything that wishes to provide values to the template engine.
Method Summary | |
---|---|
String |
getValue(String name)
Get a single value |
List |
getValues(String name)
Get a list of value providers. |
Method Detail |
---|
String getValue(String name)
name
- The name whose value is to be returned
null
if undefined.List getValues(String name)
name
- The template name of the list to be returned.
null
if no template is defined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |