Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.rpc
Class AbstractAction<T extends net.customware.gwt.dispatch.shared.Result>

java.lang.Object
  extended by org.nuxeo.opensocial.container.client.rpc.AbstractAction<T>
All Implemented Interfaces:
Serializable, net.customware.gwt.dispatch.shared.Action<T>
Direct Known Subclasses:
CreateWebContent, CreateYUIZone, DeleteWebContent, DeleteYUIZone, InitApplication, UpdateAllWebContents, UpdateWebContent, UpdateYUILayoutBodySize, UpdateYUILayoutFooter, UpdateYUILayoutHeader, UpdateYUILayoutSideBar, UpdateYUIZone

public abstract class AbstractAction<T extends net.customware.gwt.dispatch.shared.Result>
extends Object
implements net.customware.gwt.dispatch.shared.Action<T>

Abstract class that must be extended by all other Actions.

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
AbstractAction(ContainerContext containerContext)
           
 
Method Summary
 String getDocumentContextId()
           
 Map<String,String> getParameters()
           
 String getRepositoryName()
           
 String getSpaceId()
           
 String getUserLanguage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction(ContainerContext containerContext)
Method Detail

getSpaceId

public String getSpaceId()

getRepositoryName

public String getRepositoryName()

getDocumentContextId

public String getDocumentContextId()

getUserLanguage

public String getUserLanguage()

getParameters

public Map<String,String> getParameters()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.