public class DisplayContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Category |
currentCategory |
protected PortalInterface |
portal |
protected Category |
portalCategory |
protected Publication |
publication |
protected java.lang.String |
redirect |
Constructor and Description |
---|
DisplayContext() |
Modifier and Type | Method and Description |
---|---|
Category |
getCurrentCategory() |
PortalInterface |
getPortal() |
Category |
getPortalCategory() |
Publication |
getPublication() |
java.lang.String |
getRedirect() |
boolean |
isEmpty() |
void |
setCurrentCategory(Category currentCategory) |
void |
setPortal(PortalInterface portal) |
void |
setPortalCategory(Category portalCategory) |
void |
setPublication(Publication publication) |
void |
setRedirect(java.lang.String redirect) |
protected Publication publication
protected PortalInterface portal
protected Category currentCategory
protected Category portalCategory
protected java.lang.String redirect
public Category getCurrentCategory()
public void setCurrentCategory(Category currentCategory)
public PortalInterface getPortal()
public void setPortal(PortalInterface portal)
public Category getPortalCategory()
public void setPortalCategory(Category portalCategory)
public Publication getPublication()
public void setPublication(Publication publication)
public java.lang.String getRedirect()
public void setRedirect(java.lang.String redirect)
public boolean isEmpty()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.