当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PortletController.ComponentResponseContextImpl - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.portlet.test
Class PortletController.ComponentResponseContextImpl
java.lang.Object
org.jboss.portal.portlet.test.PortletController.ComponentResponseContextImpl
- All Implemented Interfaces:
- ComponentResponseContext
- Enclosing class:
- PortletController
- protected class PortletController.ComponentResponseContextImpl
- extends java.lang.Object
- implements ComponentResponseContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletController.ComponentResponseContextImpl
public PortletController.ComponentResponseContextImpl(Component component,
ServerInvocation invocation)
getStreamInfo
public HTTPStreamInfo getStreamInfo()
- Specified by:
getStreamInfo
in interface ComponentResponseContext
encodeURL
public java.lang.String encodeURL(java.lang.String url)
- Specified by:
encodeURL
in interface ComponentResponseContext
encodeURL
public java.lang.String encodeURL(ComponentURL url,
boolean relative)
- Description copied from interface:
ComponentResponseContext
- Encode the URL into a string.
- Specified by:
encodeURL
in interface ComponentResponseContext
- Parameters:
url
- the url to encoderelative
- issue a relative link or not
- Returns:
- the encoded URL