Class CmsContainerPageRpcContext

java.lang.Object
org.opencms.ade.containerpage.shared.CmsContainerPageRpcContext
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsContainerPageRpcContext extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Bean containing the 'context' of the edited container page for use in RPC calls.

  • Constructor Details

    • CmsContainerPageRpcContext

      public CmsContainerPageRpcContext(CmsUUID pageStructureId, String templateContext)
      Creates a new instance.

      Parameters:
      pageStructureId - the page structure id
      templateContext - the template context key
    • CmsContainerPageRpcContext

      Default constructor for serialization.

  • Method Details