|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.analyticaldriver.presentation.DetailModalitiesValuePublisher
public class DetailModalitiesValuePublisher
Publishes the results of a detail request for a LOV value into the correct
jsp page according to what contained into request. If Any errors occurred during the
execution of the DetailModalitiesValueModule
class, the publisher
is able to call the error page with the error message caught before and put into
the error handler. If the input information don't fall into any of the cases declared,
another error is generated.
Field Summary | |
---|---|
static java.lang.String |
DETAIL_MODALITIES_VALUE_MODULE
|
static java.lang.String |
LIST_TEST_LOV_MODULE
|
Constructor Summary | |
---|---|
DetailModalitiesValuePublisher()
|
Method Summary | |
---|---|
it.eng.spago.base.SourceBean |
getModuleResponse(it.eng.spago.base.ResponseContainer responseContainer,
java.lang.String moduleName)
Gets the module response. |
void |
getModuleResponses(it.eng.spago.base.ResponseContainer responseContainer)
Gets the module responses. |
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. |
boolean |
isTestExecutedSuccesfully(it.eng.spago.base.SourceBean testModuleResponse)
Checks if is test executed succesfully. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DETAIL_MODALITIES_VALUE_MODULE
public static final java.lang.String LIST_TEST_LOV_MODULE
Constructor Detail |
---|
public DetailModalitiesValuePublisher()
Method Detail |
---|
public it.eng.spago.base.SourceBean getModuleResponse(it.eng.spago.base.ResponseContainer responseContainer, java.lang.String moduleName)
responseContainer
- the response containermoduleName
- the module name
public void getModuleResponses(it.eng.spago.base.ResponseContainer responseContainer)
responseContainer
- the response containerpublic boolean isTestExecutedSuccesfully(it.eng.spago.base.SourceBean testModuleResponse)
testModuleResponse
- the test module response
public java.lang.String getPublisherName(it.eng.spago.base.RequestContainer requestContainer, it.eng.spago.base.ResponseContainer responseContainer)
getPublisherName
in interface it.eng.spago.presentation.PublisherDispatcherIFace
requestContainer
- The object containing all request informationresponseContainer
- The object containing all response information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |