tomp.ext.servlet
Class ServletSource

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.TreeSource
              |
              +--tomp.ext.BuiltTreeSource
                    |
                    +--tomp.ext.servlet.ServletSource
All Implemented Interfaces:
Source

public class ServletSource
extends BuiltTreeSource

Class ServletSource is an implementation of the Source interface, providing access to the objects available in the servlet.


Field Summary
protected  boolean doApplicationTree
           
protected  boolean doPageTree
           
protected  boolean doRequestTree
           
protected  boolean doSessionTree
           
 
Fields inherited from class tomp.ext.BuiltTreeSource
hasRoot, rootName, srcNsPrefix, srcNsURI, toplevel
 
Fields inherited from class tomp.ext.TreeSource
builder
 
Fields inherited from class tomp.ext.Base
action, application, status, STATUS, STATUS_ABORTED, STATUS_IN_PROCESSING, STATUS_NOT_PROCESSED, STATUS_READY, STATUS_READY_INVALID, STATUS_READY_VALID, validator
 
Constructor Summary
ServletSource(ServletAction a, java.lang.String id, Validator v, BuiltTreeSource[] subsources, boolean toplevel, boolean hasRoot, java.lang.String events)
           
ServletSource(ServletAction a, java.lang.String id, Validator v, BuiltTreeSource[] subsources, boolean toplevel, boolean hasRoot, java.lang.String srcNsURI, java.lang.String srcNsPrefix, java.lang.String rootName, java.lang.String events)
           
 
Method Summary
 void body(TreeSourceBuilder tsb)
           
 
Methods inherited from class tomp.ext.BuiltTreeSource
getAsRawSource, update, update
 
Methods inherited from class tomp.ext.Base
abortProcessing, commitProcessing, getAsSource, id, isReady, isValid, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tomp.ext.Source
getAsSource, id, isReady, isValid
 

Field Detail

doRequestTree

protected boolean doRequestTree

doSessionTree

protected boolean doSessionTree

doPageTree

protected boolean doPageTree

doApplicationTree

protected boolean doApplicationTree
Constructor Detail

ServletSource

public ServletSource(ServletAction a,
                     java.lang.String id,
                     Validator v,
                     BuiltTreeSource[] subsources,
                     boolean toplevel,
                     boolean hasRoot,
                     java.lang.String events)
              throws EXTException

ServletSource

public ServletSource(ServletAction a,
                     java.lang.String id,
                     Validator v,
                     BuiltTreeSource[] subsources,
                     boolean toplevel,
                     boolean hasRoot,
                     java.lang.String srcNsURI,
                     java.lang.String srcNsPrefix,
                     java.lang.String rootName,
                     java.lang.String events)
              throws EXTException
Method Detail

body

public void body(TreeSourceBuilder tsb)
          throws EXTException,
                 javax.xml.transform.TransformerException
Overrides:
body in class BuiltTreeSource
EXTException
javax.xml.transform.TransformerException