org.infoglue.cms.applications.deliver.databeans
Class DeliveryContext
java.lang.Object
org.infoglue.cms.applications.deliver.databeans.DeliveryContext
- public class DeliveryContext
- extends java.lang.Object
- Author:
- Mattias Bogeblad
This class is used to store the context of a page and get and set information that is central to it.
TODO - write more
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getDeliveryContext
public static DeliveryContext getDeliveryContext()
getSiteNodeId
public java.lang.Integer getSiteNodeId()
setSiteNodeId
public void setSiteNodeId(java.lang.Integer siteNodeId)
getContentId
public java.lang.Integer getContentId()
setContentId
public void setContentId(java.lang.Integer contentId)
getLanguageId
public java.lang.Integer getLanguageId()
setLanguageId
public void setLanguageId(java.lang.Integer languageId)
getRepositoryName
public java.lang.String getRepositoryName()
setRepositoryName
public void setRepositoryName(java.lang.String repositoryName)
getPageKey
public java.lang.String getPageKey()
getPagePath
public java.lang.String getPagePath()
setPageKey
public void setPageKey(java.lang.String pageKey)
setPagePath
public void setPagePath(java.lang.String pagePath)
toString
public java.lang.String toString()
getSession
public org.infoglue.cms.applications.common.Session getSession()
setSession
public void setSession(org.infoglue.cms.applications.common.Session session)
getWebworkAbstractAction
public org.infoglue.cms.applications.common.actions.WebworkAbstractAction getWebworkAbstractAction()
setWebworkAbstractAction
public void setWebworkAbstractAction(org.infoglue.cms.applications.common.actions.WebworkAbstractAction action)