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 Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsContainerPageRpcContext
(CmsUUID pageStructureId, String templateContext) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the pageStructureId.Returns the templateContext.
-
Constructor Details
-
CmsContainerPageRpcContext
Creates a new instance.- Parameters:
pageStructureId
- the page structure idtemplateContext
- the template context key
-
CmsContainerPageRpcContext
protected CmsContainerPageRpcContext()Default constructor for serialization.
-
-
Method Details
-
getPageStructureId
Returns the pageStructureId.- Returns:
- the pageStructureId
-
getTemplateContext
Returns the templateContext.- Returns:
- the templateContext
-