| org.apache.cocoon.webapps.session.transformation.AbstractSessionTransformer org.apache.cocoon.webapps.session.transformation.SessionPreTransformer org.apache.cocoon.webapps.session.transformation.SessionPostTransformer org.apache.cocoon.webapps.session.transformation.SessionTransformer
SessionTransformer | public class SessionTransformer extends SessionPostTransformer (Code) | | This is the session transformer which is only for compatibility.
It inherits from the ConnectTransformer which inherits from
the SessionPostTransformer whicb inherits from the SessionPreTransformer.
So those three do all the work
author: Carsten Ziegeler version: CVS $Id: SessionTransformer.java 433543 2006-08-22 06:22:54Z crossley $ |
Methods inherited from org.apache.cocoon.webapps.session.transformation.SessionPostTransformer | public void endTransformingElement(String uri, String name, String raw) throws ProcessingException, IOException, SAXException(Code)(Java Doc) public void setupTransforming() throws ProcessingException, SAXException, IOException(Code)(Java Doc) public void startTransformingElement(String uri, String name, String raw, Attributes attr) throws ProcessingException, IOException, SAXException(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.webapps.session.transformation.SessionPreTransformer | public void endElement(String uri, String name, String raw) throws SAXException(Code)(Java Doc) public void endTransformingElement(String uri, String name, String raw) throws ProcessingException, IOException, SAXException(Code)(Java Doc) public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws ProcessingException, SAXException, IOException(Code)(Java Doc) public void startElement(String uri, String name, String raw, Attributes attr) throws SAXException(Code)(Java Doc) public void startTransformingElement(String uri, String name, String raw, Attributes attr) throws ProcessingException, IOException, SAXException(Code)(Java Doc)
|
|
|