org.apache.tomcat.modules.generators
Class InvokerInterceptor

java.lang.Object
  extended byorg.apache.tomcat.core.BaseInterceptor
      extended byorg.apache.tomcat.modules.generators.InvokerInterceptor

public class InvokerInterceptor
extends BaseInterceptor

Author:
James Duncan Davidson [duncan@eng.sun.com], Jason Hunter [jch@eng.sun.com], James Todd [gonzo@eng.sun.com], Costin Manolache

Field Summary
 
Fields inherited from class org.apache.tomcat.core.BaseInterceptor
cm, ct, ctx, debug, DECLINED, loghelper, OK
 
Constructor Summary
InvokerInterceptor()
           
 
Method Summary
 int requestMap(Request req)
          Handle mappings inside a context.
 void setPrefix(java.lang.String prefix)
           
 
Methods inherited from class org.apache.tomcat.core.BaseInterceptor
addContainer, addContext, addHandler, addInterceptor, addSecurityConstraint, afterBody, authenticate, authorize, beforeBody, beforeCommit, contextInit, contextMap, contextShutdown, contextState, engineInit, engineShutdown, engineStart, engineState, engineStop, findSession, getContext, getContextManager, getDebug, getInfo, getLog, getNote, getNote, handleError, log, log, log, log, postReadRequest, postRequest, postService, postServletDestroy, postServletInit, preService, preServletDestroy, preServletInit, registerHooks, reload, removeContainer, removeContext, removeHandler, removeInterceptor, sessionState, setContext, setContextManager, setDebug, setInfo, setNote, setNote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerInterceptor

public InvokerInterceptor()
Method Detail

setPrefix

public void setPrefix(java.lang.String prefix)

requestMap

public int requestMap(Request req)
Description copied from class: BaseInterceptor
Handle mappings inside a context. You are required to respect the mappings in web.xml.

Overrides:
requestMap in class BaseInterceptor


Copyright © 2001 Apache Software Foundation. All Rights Reserved.