org.apache.beehive.netui.tags.tree
Class TreeCRI
Object
AbstractInterceptor
RequestInterceptor
TreeCRI
- All Implemented Interfaces:
- Serializable, Interceptor
public class TreeCRI
- extends RequestInterceptor
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeCRI
public TreeCRI()
preRequest
public void preRequest(RequestInterceptorContext ctxt,
InterceptorChain chain)
throws InterceptorException
- Description copied from class:
RequestInterceptor
- Callback invoked before the request is processed. During this method,
RequestInterceptor.cancelRequest(org.apache.beehive.netui.pageflow.interceptor.request.RequestInterceptorContext)
may be called to
cancel further request processing. InterceptorChain.continueChain()
is called to invoke the rest of the
interceptor chain, anywhere within this method (e.g., at the end, or within a try/finally).
- Specified by:
preRequest
in class RequestInterceptor
- Throws:
InterceptorException
postRequest
public void postRequest(RequestInterceptorContext context,
InterceptorChain chain)
throws InterceptorException
- Description copied from class:
RequestInterceptor
- Callback invoked after the request is processed.
InterceptorChain.continueChain()
should be called to
invoke the rest of the interceptor chain, anywhere within this method (e.g., at the end, or within a try/finally).
- Specified by:
postRequest
in class RequestInterceptor
- Throws:
InterceptorException
writeStartElement
public static void writeStartElement(AbstractRenderAppender writer,
String elementName)
writeEndElement
public static void writeEndElement(AbstractRenderAppender writer,
String elementName)
writeElement
public static void writeElement(AbstractRenderAppender writer,
String elementName,
String value)