DefaultContentProvider.ContentVariableFinder Class
com.bea.p13n.ad.render
DefaultContentProvider.ContentVariableFinder Class
- public static class DefaultContentProvider.ContentVariableFinder
extends Object
implements VariableFinder
A variable finder that will retrieve the variable values as properties
of a Content object.
-
Hierarchy
-
Object
DefaultContentProvider.ContentVariableFinder
-
All Implemented Interfaces
-
VariableFinder
-
Enclosing class
-
DefaultContentProvider
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultContentProvider.ContentVariableFinder
public DefaultContentProvider.ContentVariableFinder(Node
content)
- Constructor.
getVariableValue(String) Method
public String
getVariableValue(String
name)
Retrieve the value of the named property from the Content object.
Parameters
-
name
- the variable name.
Returns
- the value or null.