org.apache.cocoon.components.treeprocessor.variables
Class LegacySitemapStringTemplateParser.SitemapExpressionSubstitution

java.lang.Object
  extended byorg.apache.cocoon.components.treeprocessor.variables.LegacySitemapStringTemplateParser.SitemapExpressionSubstitution
All Implemented Interfaces:
org.apache.cocoon.el.parsing.Subst
Enclosing class:
LegacySitemapStringTemplateParser

public final class LegacySitemapStringTemplateParser.SitemapExpressionSubstitution
extends Object
implements org.apache.cocoon.el.parsing.Subst


Method Summary
 Boolean getBooleanValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 Object getCompiledExpression()
           
 int getIntValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 Iterator getIterator(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 Object getNode(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 Number getNumberValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 String getRaw()
           
 String getStringValue(InvokeContext context, Map oldObjectModel)
           
 String getStringValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 Object getValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
           
 void setLenient(Boolean lenient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBooleanValue

public Boolean getBooleanValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                        throws Exception
Specified by:
getBooleanValue in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getCompiledExpression

public Object getCompiledExpression()
Specified by:
getCompiledExpression in interface org.apache.cocoon.el.parsing.Subst

getIntValue

public int getIntValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                throws Exception
Specified by:
getIntValue in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getIterator

public Iterator getIterator(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                     throws Exception
Specified by:
getIterator in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getNode

public Object getNode(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
               throws Exception
Specified by:
getNode in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getNumberValue

public Number getNumberValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                      throws Exception
Specified by:
getNumberValue in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getRaw

public String getRaw()
Specified by:
getRaw in interface org.apache.cocoon.el.parsing.Subst

getStringValue

public String getStringValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                      throws Exception
Specified by:
getStringValue in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

getStringValue

public String getStringValue(InvokeContext context,
                             Map oldObjectModel)
                      throws org.apache.cocoon.sitemap.PatternException
Throws:
org.apache.cocoon.sitemap.PatternException

getValue

public Object getValue(org.apache.cocoon.el.objectmodel.ObjectModel objectModel)
                throws Exception
Specified by:
getValue in interface org.apache.cocoon.el.parsing.Subst
Throws:
Exception

setLenient

public void setLenient(Boolean lenient)
Specified by:
setLenient in interface org.apache.cocoon.el.parsing.Subst


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.