org.jboss.portal.server.invocation.component
Class ContextDispatcherInterceptor.InvokeNextCommand

java.lang.Object
  extended by org.jboss.portal.server.invocation.component.ContextDispatcherInterceptor.InvokeNextCommand
All Implemented Interfaces:
ServletCommand
Enclosing class:
ContextDispatcherInterceptor

public static class ContextDispatcherInterceptor.InvokeNextCommand
extends java.lang.Object
implements ServletCommand


Field Summary
 
Fields inherited from interface org.jboss.portal.server.servlet.ServletCommand
REQ_ATT_KEY
 
Constructor Summary
ContextDispatcherInterceptor.InvokeNextCommand(Invocation invocation)
           
 
Method Summary
 java.lang.Object execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 Invocation getInvocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDispatcherInterceptor.InvokeNextCommand

public ContextDispatcherInterceptor.InvokeNextCommand(Invocation invocation)
Method Detail

getInvocation

public Invocation getInvocation()

execute

public java.lang.Object execute(javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse resp)
                         throws javax.servlet.ServletException,
                                java.io.IOException
Specified by:
execute in interface ServletCommand
Throws:
javax.servlet.ServletException
java.io.IOException