当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ContextDispatcherInterceptor.InvokeNextCommand - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.aspects.portlet
Class ContextDispatcherInterceptor.InvokeNextCommand
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invocation
private PortletInvocation invocation
ContextDispatcherInterceptor.InvokeNextCommand
public ContextDispatcherInterceptor.InvokeNextCommand(PortletInvocation invocation)
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