Uses of Class
org.apache.turbine.modules.Page

Packages that use Page
org.apache.turbine.modules   
org.apache.turbine.modules.pages   
 

Uses of Page in org.apache.turbine.modules
 

Methods in org.apache.turbine.modules that return Page
 Page PageLoader.getInstance(java.lang.String name)
          Pulls out an instance of the object by name.
 

Methods in org.apache.turbine.modules with parameters of type Page
private  void PageLoader.addInstance(java.lang.String name, Page page)
          Adds an instance of an object into the hashtable.
 

Uses of Page in org.apache.turbine.modules.pages
 

Subclasses of Page in org.apache.turbine.modules.pages
 class DefaultPage
          When building sites using templates, Screens need only be defined for templates which require dynamic (database or object) data.
 class FreeMarkerSitePage
          Deprecated. you should use velocity
 class JspPage
          Extends TemplatePage to add some convenience objects to the request.
 class TemplatePage
          When building sites using templates, Screens need only be defined for templates which require dynamic (database or object) data.
 class VelocityPage
          Extends TemplatePage to set the template Context.
 class WebMacroSitePage
          Deprecated. you should use velocity
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.