@StableMinor(version="12.4", sinceVersion="5.6") public interface IMockServiceInterfaceRenderResponse extends IMockServiceInterfaceResponse, IServiceInterfaceRenderResponse
IServiceInterfaceRenderResponse
mock object.APPLY_STYLE_FROM_DEFINITION, APPLY_STYLE_NONE, APPLY_STYLE_ONLY_IF_NOT_DEFINED, APPLY_STYLE_OVERRIDE
CACHE_SCOPE, ETAG, EXPIRATION_CACHE, MARKUP_HEAD_ELEMENT, NAMESPACED_RESPONSE, PRIVATE_SCOPE, PUBLIC_SCOPE, USE_CACHED_CONTENT
Modifier and Type | Method and Description |
---|---|
String |
getBeforeWriterOutput()
Returns the output written to
IServiceInterfaceRenderResponse.getBeforeWriter() . |
int |
getStyleApplyRule()
Returns the style apply rule set by the call to
IServiceInterfaceRenderResponse.applyStyle(int, String) . |
String |
getStyleFile()
Returns the file path set by the call to
IServiceInterfaceRenderResponse.applyStyle(int, String) . |
String |
getStyleId()
Returns the styleId set by a call to the
IServiceInterfaceRenderResponse.setStyleId(String) method. |
String |
getTitle()
Returns the title set by
RenderResponse.setTitle(String) . |
String |
getWriterOutput()
Returns the output written to
IServiceInterfaceRenderResponse.getWriter() . |
void |
setLocale(Locale locale)
Sets the locale returned by
MimeResponse.getLocale() . |
getCookieMap, setNamespace
applyStyle, createActionURL, createRenderURL, getBeforeWriter, getWriter, isCommited, setStyleId
addCookie, deleteCookie
createPortalURL
setContentType, setNextPossiblePortletModes, setTitle
createResourceURL, flushBuffer, getBufferSize, getCacheControl, getCharacterEncoding, getContentType, getLocale, getPortletOutputStream, isCommitted, reset, resetBuffer, setBufferSize
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
String getTitle()
RenderResponse.setTitle(String)
.void setLocale(Locale locale)
MimeResponse.getLocale()
.locale
- the locale.String getStyleId()
IServiceInterfaceRenderResponse.setStyleId(String)
method.String getStyleFile()
IServiceInterfaceRenderResponse.applyStyle(int, String)
.int getStyleApplyRule()
IServiceInterfaceRenderResponse.applyStyle(int, String)
.
See the APPLY_* constants for possible values.String getBeforeWriterOutput() throws IOException
IServiceInterfaceRenderResponse.getBeforeWriter()
.IOException
- if an error occur getting the writer.String getWriterOutput() throws UnsupportedEncodingException
IServiceInterfaceRenderResponse.getWriter()
.UnsupportedEncodingException
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.