it.eng.spagobi.importexport.publishers
Class ImportExportPublisher
java.lang.Object
it.eng.spagobi.importexport.publishers.ImportExportPublisher
- All Implemented Interfaces:
- it.eng.spago.presentation.PublisherDispatcherIFace
public class ImportExportPublisher
- extends java.lang.Object
- implements it.eng.spago.presentation.PublisherDispatcherIFace
A publisher used to lead execution flow after a import / export service.
Method Summary |
java.lang.String |
getPublisherName(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer)
Given the request 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportExportPublisher
public ImportExportPublisher()
getPublisherName
public java.lang.String getPublisherName(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer)
- Given the request 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.