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

JBossServletContextProvider.BridgeInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.bridge
Class JBossServletContextProvider.BridgeInfo

java.lang.Object
  extended byorg.jboss.portal.bridge.JBossServletContextProvider.BridgeInfo
Enclosing class:
JBossServletContextProvider

public static class JBossServletContextProvider.BridgeInfo
extends java.lang.Object


Field Summary
private  BridgeRequest breq
          The bridge response.
private  BridgeResponse bresp
          The bridge response.
private  javax.servlet.ServletContext ctx
          Servlet context of the dispatched application.
private  PortletInvocation invocation
          Servlet context of the dispatched application.
 
Constructor Summary
JBossServletContextProvider.BridgeInfo(PortletInvocation invocation)
           
 
Method Summary
 PortletInvocation getInvocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invocation

private final PortletInvocation invocation
Servlet context of the dispatched application.


ctx

private final javax.servlet.ServletContext ctx
Servlet context of the dispatched application.


breq

private BridgeRequest breq
The bridge response.


bresp

private BridgeResponse bresp
The bridge response.

Constructor Detail

JBossServletContextProvider.BridgeInfo

public JBossServletContextProvider.BridgeInfo(PortletInvocation invocation)
Method Detail

getInvocation

public PortletInvocation getInvocation()