com.bea.p13n.ad.render
Class DefaultContentProvider.ContentVariableFinder
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultContentProvider.ContentVariableFinder
public DefaultContentProvider.ContentVariableFinder(RenderableContent c)
- Constructor.
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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.