public class CmsContainerPageRpcContext extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsContainerPageRpcContext()
Default constructor for serialization.
|
|
CmsContainerPageRpcContext(CmsUUID pageStructureId,
java.lang.String templateContext)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUUID |
getPageStructureId()
Returns the pageStructureId.
|
java.lang.String |
getTemplateContext()
Returns the templateContext.
|
public CmsContainerPageRpcContext(CmsUUID pageStructureId, java.lang.String templateContext)
pageStructureId - the page structure idtemplateContext - the template context keyprotected CmsContainerPageRpcContext()
public CmsUUID getPageStructureId()
public java.lang.String getTemplateContext()