org.polliwog.replacements
Class PropertyReplacement

java.lang.Object
  extended by org.polliwog.replacements.AbstractReplacement
      extended by org.polliwog.replacements.PropertyReplacement
All Implemented Interfaces:
Replacement

public class PropertyReplacement
extends AbstractReplacement


Field Summary
 
Fields inherited from class org.polliwog.replacements.AbstractReplacement
DEFAULT_TYPE, ft, params, tag
 
Constructor Summary
PropertyReplacement()
           
 
Method Summary
 java.lang.String getValue(java.lang.Object o, VisitorEnvironment ve)
           
 void init(org.jdom.Element root, java.lang.Class cl)
           
 
Methods inherited from class org.polliwog.replacements.AbstractReplacement
format, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyReplacement

public PropertyReplacement()
Method Detail

init

public void init(org.jdom.Element root,
                 java.lang.Class cl)
          throws org.jdom.JDOMException,
                 WeblogException
Specified by:
init in interface Replacement
Overrides:
init in class AbstractReplacement
Throws:
org.jdom.JDOMException
WeblogException

getValue

public java.lang.String getValue(java.lang.Object o,
                                 VisitorEnvironment ve)
                          throws WeblogException
Specified by:
getValue in interface Replacement
Specified by:
getValue in class AbstractReplacement
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.