|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.servicecontainer.ServiceContainer
public class ServiceContainer
Container responsible for rendering all Lumis Services
Constructor Summary | |
---|---|
ServiceContainer()
|
Method Summary | |
---|---|
protected String |
getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest,
ITransaction portalTransaction)
|
void |
init()
|
void |
processServiceInterfaceInstanceAction(ServiceContainerActionRequest actionRequest,
ServiceContainerActionResponse actionResponse,
ITransaction portalTransaction)
Processes the action for a service interface instance. |
static String |
removeNotConvertDynUrls(String outputHTML)
Removes the marker that indicates that the dynamic urls are not to be converted (#lumDoNotConvertDynUrls- -lumDoNotConvertDynUrls#) if there are any. |
String |
renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest,
ServiceContainerRenderResponse renderResponse,
ITransaction portalTransaction)
Renders a single service interface instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceContainer()
Method Detail |
---|
public void init() throws Exception
Exception
public String renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction) throws ServiceException, PortalException
renderRequest
- the render request.renderResponse
- the render response.portalTransaction
- the transaction for persistence access.
PortalException
- if the process action could not be executed.
This exception will have been logged as an error by this method.
ServiceException
protected String getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest, ITransaction portalTransaction) throws ServiceException, PortalException
ServiceException
PortalException
public void processServiceInterfaceInstanceAction(ServiceContainerActionRequest actionRequest, ServiceContainerActionResponse actionResponse, ITransaction portalTransaction) throws PortalException
actionRequest
- the process action request.actionResponse
- the process action response.portalTransaction
- the transaction for persistence access.
PortalException
- if the process action could not be executed.
This exception will have been logged as an error by this method.public static String removeNotConvertDynUrls(String outputHTML)
outputHTML
- html string to be converted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |