it.eng.spagobi.presentation.publishers
Class ListObjParusePublisher
java.lang.Object
it.eng.spagobi.presentation.publishers.ListObjParusePublisher
- All Implemented Interfaces:
- it.eng.spago.presentation.PublisherDispatcherIFace
public class ListObjParusePublisher
- extends java.lang.Object
- implements it.eng.spago.presentation.PublisherDispatcherIFace
Publishes the results of a detail request for the ObjParuse objects relevant to a BIObjectParameter
into the correct jsp page according to what contained into response. If Any errors occurred during the
execution of the ListObjParuseModule
class, the publisher is able to call the error
page with the error message caught before and put into the error handler.
- Author:
- zerbetto
Method Summary |
java.lang.String |
getPublisherName(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer)
Given the response SourceBean at input, gets the name of the reference publisher, driving
the execution into the correct jsp page, or jsp error page, if any error occurred. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListObjParusePublisher
public ListObjParusePublisher()
getPublisherName
public java.lang.String getPublisherName(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer)
- Given the response SourceBean at input, gets the name of the reference publisher, driving
the execution into the correct jsp page, or jsp error page, if any error occurred.
- Specified by:
getPublisherName
in interface it.eng.spago.presentation.PublisherDispatcherIFace
- Parameters:
requestContainer
- The object containing all request informationresponseContainer
- The object containing all response information
- Returns:
- A string representing the name of the correct publisher, which will
call the correct jsp reference.