|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--by.belsoft.report.tools.actions.ContextData
The class to work with context data
Constructor Summary | |
ContextData()
Standard constructor |
Method Summary | |
FacesContext |
getContext()
getContext gets faces context |
java.lang.String |
getReportName()
getReportName gets report name |
javax.servlet.http.HttpServletRequest |
getRequest()
getRequest gets servlet request |
javax.servlet.http.HttpSession |
getSession()
getSession gets http session |
void |
setRefreshData()
setRefreshData sets data for page refreshing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextData()
Method Detail |
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpSession getSession()
public FacesContext getContext()
public void setRefreshData()
public java.lang.String getReportName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |