atg.servlet.pipeline
Interface DispatcherPipelineableServlet
- All Superinterfaces: 
- PipelineableServlet, javax.servlet.Servlet
- All Known Implementing Classes: 
- DispatcherPipelineServletImpl, MimeTypeDispatcherPipelineServlet, ServletPathDispatcherPipelineServlet
- public interface DispatcherPipelineableServlet 
- extends PipelineableServlet
 
 
 
| Methods inherited from interface javax.servlet.Servlet | 
| destroy, getServletConfig, getServletInfo, init, service | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
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.
 
- 
 
-