|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.core.web.RequestEnvironment
The request processing environment. This class is used to store objects used during the request processing.
| Constructor Summary | |
RequestEnvironment()
Creates a new request environment. |
|
| Method Summary | |
ContentDocument |
getDocument()
Returns the content document. |
Domain |
getDomain()
Returns the domain object. |
ContentForum |
getForum()
Returns the content forum. |
ContentPage |
getPage()
Returns the content page. |
ContentSection |
getSection()
Returns the content section. |
ContentSite |
getSite()
Returns the content site. |
ContentTopic |
getTopic()
Returns the content topic. |
ContentTranslator |
getTranslator()
Returns the content translator. |
void |
setDocument(ContentDocument doc)
Sets the content document. |
void |
setDomain(Domain domain)
Sets the domain object. |
void |
setForum(ContentForum forum)
Sets the content forum. |
void |
setPage(ContentPage page)
Sets the content page. |
void |
setSection(ContentSection section)
Sets the content section. |
void |
setSite(ContentSite site)
Sets the content site. |
void |
setTopic(ContentTopic topic)
Sets the content topic. |
void |
setTranslator(ContentTranslator translator)
Sets the content translator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestEnvironment()
| Method Detail |
public Domain getDomain()
public void setDomain(Domain domain)
domain - the domain objectpublic ContentSite getSite()
public void setSite(ContentSite site)
site - the content sitepublic ContentTranslator getTranslator()
public void setTranslator(ContentTranslator translator)
translator - the content translatorpublic ContentPage getPage()
public void setPage(ContentPage page)
page - the content pagepublic ContentSection getSection()
public void setSection(ContentSection section)
section - the content sectionpublic ContentDocument getDocument()
public void setDocument(ContentDocument doc)
doc - the content documentpublic ContentForum getForum()
public void setForum(ContentForum forum)
forum - the content forumpublic ContentTopic getTopic()
public void setTopic(ContentTopic topic)
topic - the content topic
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||