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

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


org.jboss.portal.portlet.aspects.portlet
Class ContextDispatcherInterceptor.InvokeNextCommand

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

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


Field Summary
private  PortletInvocation invocation
           
 
Constructor Summary
ContextDispatcherInterceptor.InvokeNextCommand(PortletInvocation invocation)
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 PortletInvocation getInvocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocation

private PortletInvocation invocation
Constructor Detail

ContextDispatcherInterceptor.InvokeNextCommand

public ContextDispatcherInterceptor.InvokeNextCommand(PortletInvocation invocation)
Method Detail

getInvocation

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