org.objectweb.telosys.screen.core
Class StandardScreenProcedures

java.lang.Object
  extended byorg.objectweb.telosys.screen.core.StandardScreenProcedures
All Implemented Interfaces:
ScreenProcedures

public abstract class StandardScreenProcedures
extends java.lang.Object
implements ScreenProcedures

Standard ancestor class for ScreenProcedures implementation.
Abstract class designed to be specialized for each screen.

Since:
1.0.0

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

StandardScreenProcedures

public StandardScreenProcedures()
Method Detail

getScreenApplication

protected ScreenApplication getScreenApplication()
Returns the ScreenApplication object

Returns:

getServletContext

protected javax.servlet.ServletContext getServletContext()
Returns the ServletContext object

Returns: