it.eng.spagobi.events.presentation
Class DetailEventLogPublisher

java.lang.Object
  extended by it.eng.spagobi.events.presentation.DetailEventLogPublisher
All Implemented Interfaces:
it.eng.spago.presentation.PublisherDispatcherIFace

public class DetailEventLogPublisher
extends java.lang.Object
implements it.eng.spago.presentation.PublisherDispatcherIFace

Author:
Gioia

Field Summary
static java.lang.String DEFAULT_EVENTLOG_DETAIL_PUBLISHER
           
 
Constructor Summary
DetailEventLogPublisher()
          Class constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EVENTLOG_DETAIL_PUBLISHER

public static final java.lang.String DEFAULT_EVENTLOG_DETAIL_PUBLISHER
See Also:
Constant Field Values
Constructor Detail

DetailEventLogPublisher

public DetailEventLogPublisher()
Class constructor.

Method Detail

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 request container
responseContainer - the response container
Returns:
A string representing the name of the correct publisher, which will call the correct jsp reference.