org.jboss.seam.render.template.nodes
Class IncludeNode

java.lang.Object
  extended by org.mvel2.templates.res.Node
      extended by org.jboss.seam.render.template.nodes.ContextualNode
          extended by org.jboss.seam.render.template.nodes.IncludeNode
All Implemented Interfaces:
Serializable

public class IncludeNode
extends ContextualNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mvel2.templates.res.Node
begin, cEnd, contents, cStart, end, name, next, terminus
 
Constructor Summary
IncludeNode()
           
 
Method Summary
 boolean demarcate(org.mvel2.templates.res.Node terminatingNode, char[] template)
           
 Object eval(org.mvel2.templates.TemplateRuntime runtime, org.mvel2.templates.util.TemplateOutputStream appender, Object ctx, org.mvel2.integration.VariableResolverFactory factory)
           
 void setContents(char[] contents)
           
 
Methods inherited from class org.mvel2.templates.res.Node
calculateContents, getBegin, getCEnd, getContents, getCStart, getEnd, getLength, getName, getNext, getTerminus, isOpenNode, setBegin, setCEnd, setCStart, setEnd, setName, setNext, setTerminus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeNode

public IncludeNode()
Method Detail

setContents

public void setContents(char[] contents)
Overrides:
setContents in class org.mvel2.templates.res.Node

eval

public Object eval(org.mvel2.templates.TemplateRuntime runtime,
                   org.mvel2.templates.util.TemplateOutputStream appender,
                   Object ctx,
                   org.mvel2.integration.VariableResolverFactory factory)
Specified by:
eval in class org.mvel2.templates.res.Node

demarcate

public boolean demarcate(org.mvel2.templates.res.Node terminatingNode,
                         char[] template)
Specified by:
demarcate in class org.mvel2.templates.res.Node


Copyright © 2011 Seam Framework. All Rights Reserved.