|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.servicecontainer.ServiceContainer
public class ServiceContainer
Container responsible for rendering all Lumis Services
Constructor Summary | |
---|---|
ServiceContainer()
|
Method Summary | |
---|---|
protected java.lang.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 java.lang.String |
removeNotConvertDynUrls(java.lang.String outputHTML)
Removes the marker that indicates that the dynamic urls are not to be converted (#lumDoNotConvertDynUrls- -lumDoNotConvertDynUrls#) if there are any. |
java.lang.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 java.lang.Exception
java.lang.Exception
public java.lang.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 java.lang.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 java.lang.String removeNotConvertDynUrls(java.lang.String outputHTML)
outputHTML
- html string to be converted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |