|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.lptf.portal.serviceinterface.MockServiceInterfaceRenderRequest
public class MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
---|
PortletRequest.P3PUserInfos |
Field Summary |
---|
Fields inherited from interface lumis.portal.serviceinterface.IServiceInterfaceRequest |
---|
DEBUG_LEVEL_HIGH, DEBUG_LEVEL_LOW, DEBUG_LEVEL_MEDIUM, DEBUG_LEVEL_NONE |
Fields inherited from interface javax.portlet.RenderRequest |
---|
ETAG |
Fields inherited from interface javax.portlet.PortletRequest |
---|
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
Constructor Summary | |
---|---|
MockServiceInterfaceRenderRequest()
|
Method Summary | |
---|---|
void |
addFileParameter(java.lang.String name,
FileParameter fileParameter)
Adds a file parameter to be available in IServiceInterfaceRequest.getFileParameter(String) . |
void |
addHeader(java.lang.String key,
java.lang.String value)
Adds a new header value to be available in IServiceInterfaceRequest.getHeader(String) . |
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds a single value for the specified property. |
java.lang.Object |
getAttribute(java.lang.String name)
|
java.util.Enumeration<java.lang.String> |
getAttributeNames()
Returns an Enumeration containing the names of the
attributes available to this request. |
java.lang.String |
getAuthType()
|
java.lang.String |
getCallerServiceInterfaceInstanceId()
|
java.lang.String |
getContextPath()
|
javax.servlet.http.Cookie |
getCookie(java.lang.String cookieName)
|
javax.servlet.http.Cookie[] |
getCookies()
|
java.lang.String |
getETag()
|
FileParameter |
getFileParameter(java.lang.String parameterName)
|
java.lang.String |
getHeader(java.lang.String header)
|
java.util.Locale |
getLocale()
|
java.util.Enumeration<java.util.Locale> |
getLocales()
|
int |
getMode()
|
PageConfig |
getPageConfig()
|
java.lang.String |
getParameter(java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String[]> |
getParameterMap()
Returns a Map of the parameters of this request. |
java.util.Enumeration<java.lang.String> |
getParameterNames()
Returns an Enumeration of String objects
containing the names of the parameters contained in this request. |
java.lang.String[] |
getParameterValues(java.lang.String name)
|
PortalContext |
getPortalContext()
|
PortletMode |
getPortletMode()
|
PortletSession |
getPortletSession()
|
PortletSession |
getPortletSession(boolean create)
|
PortletPreferences |
getPreferences()
|
java.util.Map<java.lang.String,java.lang.String[]> |
getPrivateParameterMap()
|
java.util.Enumeration<java.lang.String> |
getProperties(java.lang.String key)
|
java.lang.String |
getProperty(java.lang.String key)
|
java.util.Enumeration<java.lang.String> |
getPropertyNames()
|
java.util.Map<java.lang.String,java.lang.String[]> |
getPublicParameterMap()
|
java.lang.String |
getRemoteUser()
|
IServiceInterfaceRequestDispatcher |
getRequestDispatcher(java.lang.String path)
|
java.lang.String |
getRequestedSessionId()
|
java.lang.String |
getResponseContentType()
|
java.util.Enumeration<java.lang.String> |
getResponseContentTypes()
|
boolean |
getSaveXml()
|
java.lang.String |
getScheme()
|
java.lang.String |
getServerName()
|
int |
getServerPort()
|
ServiceConfig |
getServiceConfig()
|
ServiceInstanceConfig |
getServiceInstanceConfig()
|
int |
getServiceInstanceDebugLevel()
|
ServiceInterfaceConfig |
getServiceInterfaceConfig()
|
ServiceInterfaceInstanceConfig |
getServiceInterfaceInstanceConfig()
|
java.lang.String |
getServiceInterfaceInstanceId()
|
SessionConfig |
getSessionConfig()
|
java.security.Principal |
getUserPrincipal()
|
java.lang.String |
getWindowID()
|
WindowState |
getWindowState()
|
boolean |
isPageCachedInFile()
|
boolean |
isPortletModeAllowed(PortletMode portletMode)
|
boolean |
isPreview()
|
boolean |
isPrinting()
|
boolean |
isRequestedSessionIdValid()
|
boolean |
isSecure()
|
boolean |
isUserInRole(java.lang.String role)
|
boolean |
isWindowStateAllowed(WindowState windowState)
|
void |
removeAttribute(java.lang.String name)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
void |
setAuthType(java.lang.String authType)
Sets the value returned by PortletRequest.getAuthType() . |
void |
setCallerServiceInterfaceInstanceId(java.lang.String callerServiceInterfaceInstanceId)
Sets a new value for caller service interface instance id to be available in IServiceInterfaceRequest.getCallerServiceInterfaceInstanceId() . |
void |
setContextPath(java.lang.String contextPath)
Sets the context path, returned by PortletRequest.getContextPath() . |
void |
setCookies(javax.servlet.http.Cookie... cookies)
Sets a new value for cookies IServiceInterfaceRequest.getCookies() . |
void |
setFileParameterMap(java.util.Map<java.lang.String,FileParameter> fileParameterMap)
Sets a map as the file parameters available in IServiceInterfaceRequest.getFileParameter(String) . |
void |
setHeaderMap(java.util.Map<java.lang.String,java.lang.String> headerMap)
Sets a new header map. |
void |
setLocales(java.util.List<java.util.Locale> locales)
Sets the locales specified in this request, in order of preference. |
void |
setMode(int mode)
|
void |
setPageCachedInFile(boolean pageCachedInFile)
Sets the boolean value to be available in IServiceInterfaceRenderRequest.isPageCachedInFile() method. |
void |
setPageConfig(PageConfig pageConfig)
Sets the new PageConfig instance to be available in IServiceInterfaceRequest.getPageConfig() . |
void |
setParameter(java.lang.String key,
java.lang.String value)
Sets a parameter with a single value in this request. |
void |
setParameter(java.lang.String key,
java.lang.String[] values)
Sets a parameter with multiple values in this request. |
void |
setParameterMap(java.util.Map<java.lang.String,java.lang.String[]> parameters)
Replaces all parameters in this request with the specified parameters. |
void |
setPortletMode(PortletMode portletMode)
Sets the portlet mode for this request. |
void |
setPreview(boolean preview)
Sets the value that will be used on IServiceInterfaceRequest.isPreview() . |
void |
setPrinting(boolean printing)
Sets the boolean value to be available in IServiceInterfaceRenderRequest.isPrinting() method. |
void |
setProperty(java.lang.String key,
java.lang.String value)
Sets a single value for the specified property. |
void |
setRemoteUser(java.lang.String remoteUser)
Sets the remote user returned by PortletRequest.getRemoteUser() . |
void |
setRequestedSessionIdValid(boolean requestedSessionIdValid)
Sets the return value for PortletRequest.isRequestedSessionIdValid() . |
void |
setSaveXml(boolean saveXml)
Sets the boolean value to be available in IServiceInterfaceRenderRequest.getSaveXml() method. |
void |
setScheme(java.lang.String scheme)
Sets the return value for PortletRequest.getScheme() . |
void |
setSecure(boolean secure)
Sets the return value for PortletRequest.isSecure() . |
void |
setServerName(java.lang.String serverName)
Sets the server name returned by PortletRequest.getServerName() . |
void |
setServerPort(int serverPort)
Sets the server port returned by PortletRequest.getServerPort() . |
void |
setServiceConfig(ServiceConfig serviceConfig)
Sets the new ServiceConfig instance to be available in IServiceInterfaceRequest.getServiceConfig() . |
void |
setServiceInstanceConfig(ServiceInstanceConfig serviceInstanceConfig)
Sets the value that will be used on IServiceInterfaceRequest.getServiceInstanceConfig() . |
void |
setServiceInstanceDebugLevel(int serviceInstanceDebugLevel)
Sets a new value for service instance debug level to be available in IServiceInterfaceRequest.getServiceInstanceDebugLevel() . |
void |
setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
Sets the new ServiceInterfaceConfig instance to be available in IServiceInterfaceRequest.getServiceInterfaceConfig() . |
void |
setServiceInterfaceInstanceConfig(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig)
Sets the new ServiceInterfaceInstanceConfig instance to be available in IServiceInterfaceRequest.getServiceInterfaceInstanceConfig() . |
void |
setSessionConfig(SessionConfig sessionConfig)
Sets the new instance of SessionConfig to be available in IServiceInterfaceRequest.getSessionConfig() . |
void |
setWindowState(WindowState windowState)
Sets the window state, returned by PortletRequest.getWindowState() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockServiceInterfaceRenderRequest()
Method Detail |
---|
public void addFileParameter(java.lang.String name, FileParameter fileParameter)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getFileParameter(String)
.
addFileParameter
in interface IMockServiceInterfaceRequest
name
- the name of the FileParameter.fileParameter
- the FileParameter instance.public void addHeader(java.lang.String key, java.lang.String value)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getHeader(String)
.
addHeader
in interface IMockServiceInterfaceRequest
key
- string representing the key.value
- the value.public void addProperty(java.lang.String key, java.lang.String value)
IMockServiceInterfaceRequest
If there are already one or more values registered for the given property key, the given value will be added to the end of the list.
addProperty
in interface IMockServiceInterfaceRequest
key
- the property key.value
- the property value.PortletRequest.getProperties(String)
,
PortletRequest.getProperty(String)
,
PortletRequest.getPropertyNames()
public java.lang.Object getAttribute(java.lang.String name)
getAttribute
in interface PortletRequest
public java.util.Enumeration<java.lang.String> getAttributeNames()
IServiceInterfaceRequest
Enumeration
containing the names of the
attributes available to this request. This method returns an empty
Enumeration
if the request has no attributes available to
it.
getAttributeNames
in interface PortletRequest
getAttributeNames
in interface IServiceInterfaceRequest
Enumeration
of strings containing the names of
the request attributes, or an empty Enumeration
if
the request has no attributes available to it.public java.lang.String getAuthType()
getAuthType
in interface PortletRequest
public java.lang.String getCallerServiceInterfaceInstanceId()
getCallerServiceInterfaceInstanceId
in interface IServiceInterfaceRequest
public java.lang.String getContextPath()
getContextPath
in interface PortletRequest
public javax.servlet.http.Cookie getCookie(java.lang.String cookieName)
getCookie
in interface IServiceInterfaceRequest
public javax.servlet.http.Cookie[] getCookies()
getCookies
in interface PortletRequest
getCookies
in interface IServiceInterfaceRequest
public FileParameter getFileParameter(java.lang.String parameterName)
getFileParameter
in interface IServiceInterfaceRequest
public java.lang.String getHeader(java.lang.String header)
getHeader
in interface IServiceInterfaceRequest
public java.util.Locale getLocale()
getLocale
in interface PortletRequest
public java.util.Enumeration<java.util.Locale> getLocales()
getLocales
in interface PortletRequest
public int getMode()
getMode
in interface IServiceInterfaceRequest
public PageConfig getPageConfig()
getPageConfig
in interface IServiceInterfaceRequest
public java.lang.String getParameter(java.lang.String name)
getParameter
in interface PortletRequest
public java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
IServiceInterfaceRequest
Map
of the parameters of this request. Request
parameters are extra information sent with the request. The returned
parameters are "x-www-form-urlencoded" decoded.
The values in the returned Map
are from type String array (
String[]
).
If no parameters exist this method returns an empty Map
.
getParameterMap
in interface PortletRequest
getParameterMap
in interface IServiceInterfaceRequest
Map
containing parameter names as
keys and parameter values as map values, or an empty
Map
if no parameters exist. The keys in the
parameter map are of type String. The values in the parameter map
are of type String array (String[]
).public java.util.Enumeration<java.lang.String> getParameterNames()
IServiceInterfaceRequest
Enumeration
of String
objects
containing the names of the parameters contained in this request. If the
request has no parameters, the method returns an empty
Enumeration
.
Only parameters targeted to the current service interface are returned.
getParameterNames
in interface PortletRequest
getParameterNames
in interface IServiceInterfaceRequest
Enumeration
of String
objects,
each String
containing the name of a request
parameter; or an empty Enumeration
if the request
has no parameters.public java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues
in interface PortletRequest
public PortalContext getPortalContext()
getPortalContext
in interface PortletRequest
public PortletMode getPortletMode()
getPortletMode
in interface PortletRequest
public PortletSession getPortletSession()
getPortletSession
in interface PortletRequest
public PortletSession getPortletSession(boolean create)
getPortletSession
in interface PortletRequest
public PortletPreferences getPreferences()
getPreferences
in interface PortletRequest
public java.util.Map<java.lang.String,java.lang.String[]> getPrivateParameterMap()
getPrivateParameterMap
in interface PortletRequest
public java.util.Enumeration<java.lang.String> getProperties(java.lang.String key)
getProperties
in interface PortletRequest
public java.lang.String getProperty(java.lang.String key)
getProperty
in interface PortletRequest
public java.util.Enumeration<java.lang.String> getPropertyNames()
getPropertyNames
in interface PortletRequest
public java.util.Map<java.lang.String,java.lang.String[]> getPublicParameterMap()
getPublicParameterMap
in interface PortletRequest
public java.lang.String getRemoteUser()
getRemoteUser
in interface PortletRequest
public IServiceInterfaceRequestDispatcher getRequestDispatcher(java.lang.String path)
getRequestDispatcher
in interface IServiceInterfaceRequest
public java.lang.String getRequestedSessionId()
getRequestedSessionId
in interface PortletRequest
public java.lang.String getResponseContentType()
getResponseContentType
in interface PortletRequest
public java.util.Enumeration<java.lang.String> getResponseContentTypes()
getResponseContentTypes
in interface PortletRequest
public java.lang.String getScheme()
getScheme
in interface PortletRequest
public java.lang.String getServerName()
getServerName
in interface PortletRequest
public int getServerPort()
getServerPort
in interface PortletRequest
public ServiceConfig getServiceConfig()
getServiceConfig
in interface IServiceInterfaceRequest
public ServiceInstanceConfig getServiceInstanceConfig()
getServiceInstanceConfig
in interface IServiceInterfaceRequest
public int getServiceInstanceDebugLevel()
getServiceInstanceDebugLevel
in interface IServiceInterfaceRequest
public ServiceInterfaceConfig getServiceInterfaceConfig()
getServiceInterfaceConfig
in interface IServiceInterfaceRequest
public ServiceInterfaceInstanceConfig getServiceInterfaceInstanceConfig()
getServiceInterfaceInstanceConfig
in interface IServiceInterfaceRequest
public java.lang.String getServiceInterfaceInstanceId()
getServiceInterfaceInstanceId
in interface IServiceInterfaceRequest
public SessionConfig getSessionConfig()
getSessionConfig
in interface IServiceInterfaceRequest
public java.security.Principal getUserPrincipal()
getUserPrincipal
in interface PortletRequest
public java.lang.String getWindowID()
getWindowID
in interface PortletRequest
public WindowState getWindowState()
getWindowState
in interface PortletRequest
public boolean isPortletModeAllowed(PortletMode portletMode)
isPortletModeAllowed
in interface PortletRequest
public boolean isPreview()
isPreview
in interface IServiceInterfaceRequest
public boolean isRequestedSessionIdValid()
isRequestedSessionIdValid
in interface PortletRequest
public boolean isSecure()
isSecure
in interface PortletRequest
public boolean isUserInRole(java.lang.String role)
isUserInRole
in interface PortletRequest
public boolean isWindowStateAllowed(WindowState windowState)
isWindowStateAllowed
in interface PortletRequest
public void removeAttribute(java.lang.String name)
removeAttribute
in interface PortletRequest
public void setAttribute(java.lang.String name, java.lang.Object value)
setAttribute
in interface PortletRequest
public void setAuthType(java.lang.String authType)
IMockServiceInterfaceRequest
PortletRequest.getAuthType()
.
setAuthType
in interface IMockServiceInterfaceRequest
authType
- the authType.public void setCallerServiceInterfaceInstanceId(java.lang.String callerServiceInterfaceInstanceId)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getCallerServiceInterfaceInstanceId()
.
setCallerServiceInterfaceInstanceId
in interface IMockServiceInterfaceRequest
callerServiceInterfaceInstanceId
- the new callerServiceInterfaceInstanceId.public void setContextPath(java.lang.String contextPath)
IMockServiceInterfaceRequest
PortletRequest.getContextPath()
.
setContextPath
in interface IMockServiceInterfaceRequest
contextPath
- the context path.public void setCookies(javax.servlet.http.Cookie... cookies)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getCookies()
.
setCookies
in interface IMockServiceInterfaceRequest
cookies
- the cookies to set.public void setFileParameterMap(java.util.Map<java.lang.String,FileParameter> fileParameterMap)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getFileParameter(String)
.
setFileParameterMap
in interface IMockServiceInterfaceRequest
fileParameterMap
- an instance of Mappublic void setHeaderMap(java.util.Map<java.lang.String,java.lang.String> headerMap)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getHeader(String)
will be replaced.
setHeaderMap
in interface IMockServiceInterfaceRequest
headerMap
- the instance of MapIServiceInterfaceRequest.getHeader(String)
public void setLocales(java.util.List<java.util.Locale> locales)
IMockServiceInterfaceRequest
setLocales
in interface IMockServiceInterfaceRequest
locales
- the locales.PortletRequest.getLocale()
,
PortletRequest.getLocales()
public void setMode(int mode)
setMode
in interface IServiceInterfaceRequest
public void setPageConfig(PageConfig pageConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getPageConfig()
.
setPageConfig
in interface IMockServiceInterfaceRequest
pageConfig
- the instance of PageConfig that will be used on the tests.public void setParameter(java.lang.String key, java.lang.String value)
IMockServiceInterfaceRequest
setParameter
in interface IMockServiceInterfaceRequest
key
- the parameter name.value
- the parameter value.PortletRequest.getParameter(String)
,
IServiceInterfaceRequest.getParameterMap()
,
IServiceInterfaceRequest.getParameterNames()
,
PortletRequest.getParameterValues(String)
public void setParameter(java.lang.String key, java.lang.String[] values)
IMockServiceInterfaceRequest
setParameter
in interface IMockServiceInterfaceRequest
key
- the parameter name.values
- the parameter values.PortletRequest.getParameter(String)
,
IServiceInterfaceRequest.getParameterMap()
,
IServiceInterfaceRequest.getParameterNames()
,
PortletRequest.getParameterValues(String)
public void setParameterMap(java.util.Map<java.lang.String,java.lang.String[]> parameters)
IMockServiceInterfaceRequest
setParameterMap
in interface IMockServiceInterfaceRequest
parameters
- the parameters.PortletRequest.getParameter(String)
,
IServiceInterfaceRequest.getParameterMap()
,
IServiceInterfaceRequest.getParameterNames()
,
PortletRequest.getParameterValues(String)
public void setPortletMode(PortletMode portletMode)
IMockServiceInterfaceRequest
setPortletMode
in interface IMockServiceInterfaceRequest
portletMode
- the portlet mode.PortletRequest.getPortletMode()
public void setPreview(boolean preview)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.isPreview()
.
setPreview
in interface IMockServiceInterfaceRequest
preview
- the boolean valuepublic void setProperty(java.lang.String key, java.lang.String value)
IMockServiceInterfaceRequest
If there are already one or more values registered for the given property key, they will be replaced.
setProperty
in interface IMockServiceInterfaceRequest
key
- the property key.value
- the property value.PortletRequest.getProperties(String)
,
PortletRequest.getProperty(String)
,
PortletRequest.getPropertyNames()
public void setRemoteUser(java.lang.String remoteUser)
IMockServiceInterfaceRequest
PortletRequest.getRemoteUser()
.
setRemoteUser
in interface IMockServiceInterfaceRequest
remoteUser
- the remote user.public void setRequestedSessionIdValid(boolean requestedSessionIdValid)
IMockServiceInterfaceRequest
PortletRequest.isRequestedSessionIdValid()
.
setRequestedSessionIdValid
in interface IMockServiceInterfaceRequest
requestedSessionIdValid
- the value.public void setScheme(java.lang.String scheme)
IMockServiceInterfaceRequest
PortletRequest.getScheme()
.
setScheme
in interface IMockServiceInterfaceRequest
scheme
- the value.public void setSecure(boolean secure)
IMockServiceInterfaceRequest
PortletRequest.isSecure()
.
setSecure
in interface IMockServiceInterfaceRequest
secure
- the value.public void setServerName(java.lang.String serverName)
IMockServiceInterfaceRequest
PortletRequest.getServerName()
.
setServerName
in interface IMockServiceInterfaceRequest
serverName
- the server name.public void setServerPort(int serverPort)
IMockServiceInterfaceRequest
PortletRequest.getServerPort()
.
setServerPort
in interface IMockServiceInterfaceRequest
serverPort
- the server port.public void setServiceConfig(ServiceConfig serviceConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getServiceConfig()
.
setServiceConfig
in interface IMockServiceInterfaceRequest
serviceConfig
- the instance of ServiceConfig that will be used on the tests.public void setServiceInstanceConfig(ServiceInstanceConfig serviceInstanceConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getServiceInstanceConfig()
.
setServiceInstanceConfig
in interface IMockServiceInterfaceRequest
serviceInstanceConfig
- the instance of ServiceInstanceConfig that will be used on the tests.public void setServiceInstanceDebugLevel(int serviceInstanceDebugLevel)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getServiceInstanceDebugLevel()
.
setServiceInstanceDebugLevel
in interface IMockServiceInterfaceRequest
serviceInstanceDebugLevel
- the new level.public void setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getServiceInterfaceConfig()
.
setServiceInterfaceConfig
in interface IMockServiceInterfaceRequest
public void setServiceInterfaceInstanceConfig(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getServiceInterfaceInstanceConfig()
.
setServiceInterfaceInstanceConfig
in interface IMockServiceInterfaceRequest
public void setSessionConfig(SessionConfig sessionConfig)
IMockServiceInterfaceRequest
IServiceInterfaceRequest.getSessionConfig()
.
setSessionConfig
in interface IMockServiceInterfaceRequest
setSessionConfig
in interface IServiceInterfaceRequest
public void setWindowState(WindowState windowState)
IMockServiceInterfaceRequest
PortletRequest.getWindowState()
.
setWindowState
in interface IMockServiceInterfaceRequest
windowState
- the window state.public java.lang.String getETag()
getETag
in interface RenderRequest
public boolean getSaveXml()
getSaveXml
in interface IServiceInterfaceRenderRequest
public void setSaveXml(boolean saveXml)
IMockServiceInterfaceRenderRequest
IServiceInterfaceRenderRequest.getSaveXml()
method.
setSaveXml
in interface IMockServiceInterfaceRenderRequest
saveXml
- the boolean value that must be used during the tests.public boolean isPageCachedInFile()
isPageCachedInFile
in interface IServiceInterfaceRenderRequest
public void setPageCachedInFile(boolean pageCachedInFile)
IMockServiceInterfaceRenderRequest
IServiceInterfaceRenderRequest.isPageCachedInFile()
method.
setPageCachedInFile
in interface IMockServiceInterfaceRenderRequest
pageCachedInFile
- the boolean value that must be used during the tests.public boolean isPrinting()
isPrinting
in interface IServiceInterfaceRenderRequest
public void setPrinting(boolean printing)
IMockServiceInterfaceRenderRequest
IServiceInterfaceRenderRequest.isPrinting()
method.
setPrinting
in interface IMockServiceInterfaceRenderRequest
printing
- the boolean value that must be used during the tests.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |