org.japano
Class PageNode.Output

java.lang.Object
  extended by org.japano.PageNode
      extended by org.japano.PageNode.Output
Enclosing class:
PageNode

public static class PageNode.Output
extends PageNode

Helper class for tag output definitions.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.japano.PageNode
PageNode.Output
 
Field Summary
 
Fields inherited from class org.japano.PageNode
children, context, EMPTY, nodeId, parent
 
Constructor Summary
PageNode.Output()
           
 
Method Summary
 void generate(Buffer out)
          Should never be called, because usages of this node is resolved at jsp compile time.
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generateChildren, getChildren, getContext, getNodeId, getParent, init, recInit, release, setChildren, setContext, setNodeId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageNode.Output

public PageNode.Output()
Method Detail

generate

public void generate(Buffer out)
Should never be called, because usages of this node is resolved at jsp compile time.

Overrides:
generate in class PageNode
Throws:
java.lang.IllegalStateException - if called.