lumis.portal.serviceinterface
Interface IServiceInterfaceRenderResponse
- All Superinterfaces:
- IServiceInterfaceResponse, IURLFactory, MimeResponse, PortletResponse, RenderResponse
- All Known Subinterfaces:
- IMockServiceInterfaceRenderResponse
- All Known Implementing Classes:
- MockServiceInterfaceRenderResponse, ServiceContainerRenderResponse
@StableMinor(version="6.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.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 java.io.IOException
- Specified by:
getWriter
in interface MimeResponse
- Throws:
java.io.IOException
getBeforeWriter
PortalPrintWriter getBeforeWriter()
throws java.io.IOException
- Throws:
java.io.IOException
isCommited
boolean isCommited()
applyStyle
void applyStyle(int applyRule,
java.lang.String styleFile)
throws ServiceException,
PortalException
- Throws:
ServiceException
PortalException
setStyleId
void setStyleId(java.lang.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 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.