com.bea.p13n.ad.render
Class DefaultContentProvider.ContentVariableFinder

java.lang.Object
  extended by com.bea.p13n.ad.render.DefaultContentProvider.ContentVariableFinder
All Implemented Interfaces
VariableFinder
Enclosing class:
DefaultContentProvider

public static class DefaultContentProvider.ContentVariableFinder
extends Object
implements VariableFinder

A variable finder that will retrieve the variable values as properties of a Content object.


Constructor Summary
DefaultContentProvider.ContentVariableFinder(RenderableContent c)
          Constructor.
 
Method Summary
 String getVariableValue(String name)
          Retrieve the value of the named property from the Content object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContentProvider.ContentVariableFinder

public DefaultContentProvider.ContentVariableFinder(RenderableContent c)
Constructor.

Method Detail

getVariableValue

public String getVariableValue(String name)
Retrieve the value of the named property from the Content object.

Specified by:
getVariableValue in interface VariableFinder
Parameters
name - the variable name.
Returns
the value or null.


Copyright © 2011, Oracle. All rights reserved.