org.infoglue.cms.applications.deliver.databeans
Class DeliveryContext

java.lang.Object
  extended byorg.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

Method Summary
 java.lang.Integer getContentId()
           
static DeliveryContext getDeliveryContext()
           
 java.lang.Integer getLanguageId()
           
 java.lang.String getPageKey()
           
 java.lang.String getPagePath()
           
 java.lang.String getRepositoryName()
           
 org.infoglue.cms.applications.common.Session getSession()
           
 java.lang.Integer getSiteNodeId()
           
 org.infoglue.cms.applications.common.actions.WebworkAbstractAction getWebworkAbstractAction()
           
 void setContentId(java.lang.Integer contentId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setPageKey(java.lang.String pageKey)
           
 void setPagePath(java.lang.String pagePath)
           
 void setRepositoryName(java.lang.String repositoryName)
           
 void setSession(org.infoglue.cms.applications.common.Session session)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setWebworkAbstractAction(org.infoglue.cms.applications.common.actions.WebworkAbstractAction action)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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)