it.eng.spagobi.mapcatalogue.modules
Class DetailFeatureModule
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.module.AbstractModule
it.eng.spagobi.mapcatalogue.modules.DetailFeatureModule
- All Implemented Interfaces:
- it.eng.spago.dispatching.module.ModuleIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable
public class DetailFeatureModule
- extends it.eng.spago.dispatching.module.AbstractModule
Spago Action which executes the map producing request
- See Also:
- Serialized Form
Method Summary |
void |
service(it.eng.spago.base.SourceBean serviceRequest,
it.eng.spago.base.SourceBean serviceResponse)
Method called automatically by Spago framework when the action is invoked. |
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule |
getConfig, getModule, getPage, getSharedData, init, setModule, setPage, setSharedData |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailFeatureModule
public DetailFeatureModule()
service
public void service(it.eng.spago.base.SourceBean serviceRequest,
it.eng.spago.base.SourceBean serviceResponse)
throws java.lang.Exception
- Method called automatically by Spago framework when the action is invoked.
The method search into the request two parameters
- message: a message which contains the type of the request
- Parameters:
serviceRequest
- the Spago request SourceBeanserviceResponse
- the Spago response SourceBean
- Throws:
java.lang.Exception