java.lang.Objectorg.objectweb.telosys.screen.core.StandardScreenProcedures
Standard ancestor class for ScreenProcedures implementation.
Abstract class designed to be specialized for each screen.
Constructor Summary | |
StandardScreenProcedures()
|
Method Summary | |
protected ScreenApplication |
getScreenApplication()
Returns the ScreenApplication object |
protected javax.servlet.ServletContext |
getServletContext()
Returns the ServletContext object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.telosys.screen.core.ScreenProcedures |
execute |
Constructor Detail |
public StandardScreenProcedures()
Method Detail |
protected ScreenApplication getScreenApplication()
protected javax.servlet.ServletContext getServletContext()