Package com.jalios.jcms.portlet
Class DisplayContext
- java.lang.Object
 - 
- com.jalios.jcms.portlet.DisplayContext
 
 
- 
public class DisplayContext extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected CategorycurrentCategoryprotected PortalInterfaceportalprotected CategoryportalCategoryprotected Publicationpublicationprotected java.lang.Stringredirect 
- 
Constructor Summary
Constructors Constructor Description DisplayContext() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategorygetCurrentCategory()PortalInterfacegetPortal()CategorygetPortalCategory()PublicationgetPublication()java.lang.StringgetRedirect()booleanisEmpty()voidsetCurrentCategory(Category currentCategory)voidsetPortal(PortalInterface portal)voidsetPortalCategory(Category portalCategory)voidsetPublication(Publication publication)voidsetRedirect(java.lang.String redirect)java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
publication
protected Publication publication
 
- 
portal
protected PortalInterface portal
 
- 
currentCategory
protected Category currentCategory
 
- 
portalCategory
protected Category portalCategory
 
- 
redirect
protected java.lang.String redirect
 
 - 
 
- 
Method Detail
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
getCurrentCategory
public Category getCurrentCategory()
 
- 
setCurrentCategory
public void setCurrentCategory(Category currentCategory)
 
- 
getPortal
public PortalInterface getPortal()
 
- 
setPortal
public void setPortal(PortalInterface portal)
 
- 
getPortalCategory
public Category getPortalCategory()
 
- 
setPortalCategory
public void setPortalCategory(Category portalCategory)
 
- 
getPublication
public Publication getPublication()
 
- 
setPublication
public void setPublication(Publication publication)
 
- 
getRedirect
public java.lang.String getRedirect()
 
- 
setRedirect
public void setRedirect(java.lang.String redirect)
 
- 
isEmpty
public boolean isEmpty()
 
 - 
 
 -