lumis.portal.serviceinterface
Interface IServiceInterfaceRenderResponse
- All Superinterfaces:
- IServiceInterfaceResponse, PortletResponse, RenderResponse
- All Known Implementing Classes:
- ServiceContainerRenderResponse
@StableMinor(version="4.1",
sinceVersion="4.0")
public interface IServiceInterfaceRenderResponse
- extends IServiceInterfaceResponse, RenderResponse
Service interface response for a render action.
- Since:
- 4.0.0
Methods inherited from interface javax.portlet.RenderResponse |
flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getNamespace, getPortletOutputStream, isCommitted, reset, resetBuffer, setBufferSize, setContentType, setTitle |
APPLY_STYLE_NONE
static final int APPLY_STYLE_NONE
- See Also:
- Constant Field Values
APPLY_STYLE_FROM_DEFINITION
static final int APPLY_STYLE_FROM_DEFINITION
- See Also:
- Constant Field Values
APPLY_STYLE_ONLY_IF_NOT_DEFINED
static final int APPLY_STYLE_ONLY_IF_NOT_DEFINED
- See Also:
- Constant Field Values
APPLY_STYLE_OVERRIDE
static final int APPLY_STYLE_OVERRIDE
- See Also:
- Constant Field Values
getWriter
PortalPrintWriter getWriter()
throws IOException
- Specified by:
getWriter
in interface RenderResponse
- Throws:
IOException
getBeforeWriter
PortalPrintWriter getBeforeWriter()
throws IOException
- Throws:
IOException
isCommited
boolean isCommited()
applyStyle
void applyStyle(int applyRule,
String styleFile)
throws ServiceException,
PortalException
- Throws:
ServiceException
PortalException
setStyleId
void setStyleId(String styleId)
throws ServiceException,
PortalException
- Throws:
ServiceException
PortalException
createActionURL
IServiceInterfaceUrl createActionURL()
- Specified by:
createActionURL
in interface IServiceInterfaceResponse
- Specified by:
createActionURL
in interface RenderResponse
createRenderURL
IServiceInterfaceUrl createRenderURL()
- Specified by:
createRenderURL
in interface IServiceInterfaceResponse
- Specified by:
createRenderURL
in interface RenderResponse
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.