it.eng.spagobi.presentation.publishers
Class CheckLinksDispatcherPublisher
java.lang.Object
it.eng.spagobi.presentation.publishers.CheckLinksDispatcherPublisher
- All Implemented Interfaces:
- it.eng.spago.presentation.PublisherDispatcherIFace
public class CheckLinksDispatcherPublisher
- extends java.lang.Object
- implements it.eng.spago.presentation.PublisherDispatcherIFace
Method Summary |
java.lang.String |
getPublisherName(it.eng.spago.base.RequestContainer request,
it.eng.spago.base.ResponseContainer response)
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. |
java.lang.String |
getPublisherName(it.eng.spago.base.SourceBean moduleResponse)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckLinksDispatcherPublisher
public CheckLinksDispatcherPublisher()
- Class constructor
getPublisherName
public java.lang.String getPublisherName(it.eng.spago.base.RequestContainer request,
it.eng.spago.base.ResponseContainer response)
- 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:
request
- The request container object containing all request informationresponse
- The response container object containing all response information
- Returns:
- A string representing the name of the correct publisher, which will
call the correct jsp reference.
getPublisherName
public java.lang.String getPublisherName(it.eng.spago.base.SourceBean moduleResponse)