© 2005 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.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(Node content)
          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(Node content)
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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved