Class CmsContainerPageRpcContext

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

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

    • Constructor Detail

      • CmsContainerPageRpcContext

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

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

      • getTemplateContext

        public java.lang.String getTemplateContext()
        Returns the templateContext.

        Returns:
        the templateContext