Package | Description |
---|---|
lumis.doui.control.profileimage | |
lumis.lptf.portal.serviceinterface |
This package contains the mocks and the test base class useful to perform
tests on service interfaces.
|
lumis.portal | |
lumis.portal.file | |
lumis.portal.presentation | |
lumis.portal.servicecontainer | |
lumis.portal.serviceinterface | |
lumis.portal.url |
Manages the resolution of page URLs.
|
Modifier and Type | Method and Description |
---|---|
FileParameter |
InputProfileImageControl.ProfileImageData.getProfileImage() |
Modifier and Type | Method and Description |
---|---|
void |
InputProfileImageControl.ProfileImageData.setProfileImage(FileParameter profileImage) |
Modifier and Type | Method and Description |
---|---|
void |
IMockServiceInterfaceRequest.addFileParameter(String name,
FileParameter fileParameter)
Adds a file parameter to be available in
IServiceInterfaceRequest.getFileParameter(String) . |
Modifier and Type | Method and Description |
---|---|
void |
IMockServiceInterfaceRequest.setFileParameterMap(Map<String,FileParameter> fileParameterMap)
Sets a map as the file parameters available in
IServiceInterfaceRequest.getFileParameter(String) . |
Modifier and Type | Method and Description |
---|---|
FileParameter |
PortalRequestParameters.getServiceInterfaceInstanceFileParameterValue(String name,
String serviceInterfaceInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
PortalRequestParameters.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId,
Map<String,FileParameter> parameters) |
Constructor and Description |
---|
FileConfig(String fileId,
FileParameter fileParameter,
String serviceInstanceId)
Deprecated.
Since 6.0.0,
FileConfig should not be constructed directly.
Use IFileManager.add(lumis.portal.authentication.SessionConfig, String, java.io.File, String, String, lumis.util.ITransaction)
instead. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FileParameter> |
PresentationControllerHtml.multiPartFormFileParameters |
Modifier and Type | Method and Description |
---|---|
FileParameter |
ServiceContainerRequest.getFileParameter(String parameterName) |
FileParameter |
ServiceContainerHttpServletRequest.getServiceInterfaceInstanceFileParameter(String name,
String serviceInterfaceInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContainerRequest.setServiceInterfaceInstanceFileParameters(Map<String,FileParameter> parameters) |
void |
ServiceContainerHttpServletRequest.setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId,
Map<String,FileParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
FileParameter |
IServiceInterfaceRequest.getFileParameter(String parameterName) |
Modifier and Type | Method and Description |
---|---|
FileParameter |
IPageWebResourceRequest.getFileParameter(String parameterName)
Returns the uploaded file by the given parameter name.
|
FileParameter |
PageWebResourceRequest.getFileParameter(String parameterName) |
Constructor and Description |
---|
PageWebResourceRenderRequest(SessionConfig sessionConfig,
PageWebResource webResource,
HttpServletRequest request,
Map<String,FileParameter> fileParameters) |
PageWebResourceRequest(SessionConfig sessionConfig,
PageWebResource webResource,
HttpServletRequest request,
Map<String,FileParameter> fileParameters) |
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.