public interface DispatcherPipelineableServlet extends PipelineableServlet
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
getNextServlet, passRequest, setNextServletstatic final java.lang.String CLASS_VERSION
ServiceMap getDispatcherServiceMap()
void setDispatcherServiceMap(ServiceMap pMapping)
java.lang.Object getDispatchingAttribute(DynamoHttpServletRequest pRequest)