- All Implemented Interfaces:
- net.customware.gwt.dispatch.server.ActionHandler<T,R>
- Direct Known Subclasses:
- CreateWebContentHandler, CreateYUIZoneHandler, DeleteWebContentHandler, DeleteYUIZoneHandler, InitApplicationHandler, UpdateAllWebContentsHandler, UpdateWebContentHandler, UpdateYUILayoutBodySizeHandler, UpdateYUILayoutFooterHandler, UpdateYUILayoutHeaderHandler, UpdateYUILayoutSideBarHandler, UpdateYUIZoneHandler
public abstract class AbstractActionHandler<T extends AbstractAction<R>,R extends net.customware.gwt.dispatch.shared.Result>
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<T,R>
This class abstracts all the job for getting the CoreSession, make sure session is cleaned after being used and all
Tx stuff goes well
- Author:
- Stéphane Fourrier