站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ContextDispatcherInterceptor.InvokeNextCommand - JBOSS Portal 2.2 API 英文版文档


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

java.lang.Object
  extended byorg.jboss.portal.server.aspects.component.ContextDispatcherInterceptor.InvokeNextCommand
All Implemented Interfaces:
ServletCommand
Enclosing class:
ContextDispatcherInterceptor

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


Constructor Summary
ContextDispatcherInterceptor.InvokeNextCommand(ComponentInvocation invocation)
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 ComponentInvocation 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(ComponentInvocation invocation)
Method Detail

getInvocation

public ComponentInvocation getInvocation()

execute

public void 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