Uses of Class
com.sptci.echo2.Application

Packages that use Application
com.sptci.echo2 Package of reusable Echo2 application components. 
com.sptci.system UNIX system account password change application. 
 

Uses of Application in com.sptci.echo2
 

Fields in com.sptci.echo2 declared as Application
protected  Application Controller.application
          The global application instance for each session.
 

Methods in com.sptci.echo2 that return Application
 Application Controller.getApplication()
          Returns Controller.application.
static Application Application.getApplication()
          Convenience method to return the active application as a properly typed object.
 

Methods in com.sptci.echo2 with parameters of type Application
protected  void Controller.setApplication(Application application)
          Set Controller.application.
 

Uses of Application in com.sptci.system
 

Subclasses of Application in com.sptci.system
 class Application
          The global application instance used to display the password change application to user.