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

Constructor Summary

DefaultContentProvider.ContentVariableFinder(Node content)

Constructor.
 

Method Summary

public String
getVariableValue(String name)
Retrieve the value of the named property from the Content object.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.ad.VariableFinder
getVariableValue
 

Constructor Detail

DefaultContentProvider.ContentVariableFinder

public DefaultContentProvider.ContentVariableFinder(Node content)
Constructor.
 

Method Detail

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.