lumis.portal.serviceinterface
Interface IServiceInterfaceRenderResponse

Package class diagram package 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

Field Summary
static int APPLY_STYLE_FROM_DEFINITION
           
static int APPLY_STYLE_NONE
           
static int APPLY_STYLE_ONLY_IF_NOT_DEFINED
           
static int APPLY_STYLE_OVERRIDE
           
 
Fields inherited from interface javax.portlet.RenderResponse
EXPIRATION_CACHE
 
Method Summary
 void applyStyle(int applyRule, String styleFile)
           
 IServiceInterfaceUrl createActionURL()
           
 IServiceInterfaceUrl createRenderURL()
           
 PortalPrintWriter getBeforeWriter()
           
 PortalPrintWriter getWriter()
           
 boolean isCommited()
           
 void setStyleId(String styleId)
           
 
Methods inherited from interface lumis.portal.serviceinterface.IServiceInterfaceResponse
addCookie, deleteCookie
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, encodeURL, setProperty
 
Methods inherited from interface javax.portlet.RenderResponse
flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getNamespace, getPortletOutputStream, isCommitted, reset, resetBuffer, setBufferSize, setContentType, setTitle
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, encodeURL, setProperty
 

Field Detail

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
Method Detail

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.