lumis.portal.serviceinterface
Interface IServiceInterfaceRenderResponse
- All Superinterfaces:
- IServiceInterfaceResponse, IURLFactory, MimeResponse, PortletResponse, RenderResponse
- All Known Implementing Classes:
- ServiceContainerRenderResponse
@StableMinor(version="5.5",
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.MimeResponse |
createResourceURL, flushBuffer, getBufferSize, getCacheControl, getCharacterEncoding, getContentType, getLocale, getPortletOutputStream, isCommitted, reset, resetBuffer, setBufferSize |
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 MimeResponse
- 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()
- Description copied from interface:
IURLFactory
- Creates an action URL.
- Specified by:
createActionURL
in interface IURLFactory
- Specified by:
createActionURL
in interface MimeResponse
- Returns:
- the URL object.
- See Also:
IServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
createRenderURL
IServiceInterfaceUrl createRenderURL()
- Description copied from interface:
IURLFactory
- Creates a render URL.
- Specified by:
createRenderURL
in interface IURLFactory
- Specified by:
createRenderURL
in interface MimeResponse
- Returns:
- the URL object.
- See Also:
IServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.