atg.servlet.pipeline
Interface DispatcherPipelineableServlet

All Superinterfaces:
PipelineableServlet, javax.servlet.Servlet
All Known Implementing Classes:
DispatcherPipelineServletImpl, MimeTypeDispatcherPipelineServlet, ServletPathDispatcherPipelineServlet

public interface DispatcherPipelineableServlet
extends PipelineableServlet


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 ServiceMap getDispatcherServiceMap()
          Returns the map from one item to another destination servlet.
 java.lang.Object getDispatchingAttribute(DynamoHttpServletRequest pRequest)
          Returns the attribute that should be used to determine if the request should be dispatched to another servlet.
 void setDispatcherServiceMap(ServiceMap pMapping)
          Sets the map from one item to another destination servlet.
 
Methods inherited from interface atg.servlet.pipeline.PipelineableServlet
getNextServlet, passRequest, setNextServlet
 
Methods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getDispatcherServiceMap

ServiceMap getDispatcherServiceMap()
Returns the map from one item to another destination servlet.


setDispatcherServiceMap

void setDispatcherServiceMap(ServiceMap pMapping)
Sets the map from one item to another destination servlet.


getDispatchingAttribute

java.lang.Object getDispatchingAttribute(DynamoHttpServletRequest pRequest)
Returns the attribute that should be used to determine if the request should be dispatched to another servlet.