org.polliwog.replacements
Class QuerySaveValueReplacement

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

public class QuerySaveValueReplacement
extends AbstractReplacement


Nested Class Summary
 class QuerySaveValueReplacement.XMLConstants
           
 
Field Summary
 
Fields inherited from class org.polliwog.replacements.AbstractReplacement
DEFAULT_TYPE, ft, params, tag
 
Constructor Summary
QuerySaveValueReplacement()
           
 
Method Summary
 java.lang.String getTag()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySaveValueReplacement

public QuerySaveValueReplacement()
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

getTag

public java.lang.String getTag()
Specified by:
getTag in interface Replacement
Overrides:
getTag in class AbstractReplacement

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.