org.apache.beehive.netui.tags
Class AbstractClientRequestInterceptor

Object
  extended by AbstractInterceptor
      extended by RequestInterceptor
          extended by AbstractClientRequestInterceptor
All Implemented Interfaces:
Serializable, Interceptor
Direct Known Subclasses:
DivPanelCRI

public abstract class AbstractClientRequestInterceptor
extends RequestInterceptor

See Also:
Serialized Form

Constructor Summary
AbstractClientRequestInterceptor()
           
 
Method Summary
protected  String getCommand(String cmd, String ctxtPath)
           
 
Methods inherited from class RequestInterceptor
cancelRequest, postInvoke, postRequest, preInvoke, preRequest
 
Methods inherited from class AbstractInterceptor
getConfig, init
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClientRequestInterceptor

public AbstractClientRequestInterceptor()
Method Detail

getCommand

protected String getCommand(String cmd,
                            String ctxtPath)