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

Packages that use Assembler
org.apache.turbine.modules   
org.apache.turbine.modules.actions   
org.apache.turbine.modules.actions.sessionvalidator   
org.apache.turbine.modules.layouts   
org.apache.turbine.modules.navigations   
org.apache.turbine.modules.pages   
org.apache.turbine.modules.screens   
org.apache.turbine.modules.screens.error   
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.assemblerbroker.util   
org.apache.turbine.services.assemblerbroker.util.java   
org.apache.turbine.services.assemblerbroker.util.python   
org.apache.turbine.util.velocity   
org.apache.turbine.util.webmacro   
 

Uses of Assembler in org.apache.turbine.modules
 

Subclasses of Assembler in org.apache.turbine.modules
 class Action
          Generic Action class.
 class ActionEvent
           This is an alternative to the Action class that allows you to do event based actions.
 class Layout
          This is an interface that defines what a Layout module is.
 class Navigation
          This is an interface that defines what a Navigation module is.
 class Page
          This is an interface that defines what a Page module is.
 class ScheduledJob
          All Scheduled jobs should extend this.
 class Screen
          This is an interface that defines the Screen modules.
 

Uses of Assembler in org.apache.turbine.modules.actions
 

Subclasses of Assembler in org.apache.turbine.modules.actions
 class AccessController
          This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
 class DefaultAction
          This is a Default Action module that doesn't do much.
 class FreeMarkerSiteCooker
          Deprecated. you should use velocity
 class InitContextsAction
          Used to initialize JNDI contexts.
 class LoginUser
          This is where we authenticate the user logging into the system against a user in the database.
 class LogoutUser
          This action removes a user from the session.
 class VelocityAction
          This class provides a convenience methods for Velocity Actions to use.
 class VelocitySecureAction
          VelocitySecure action.
 class WebMacroSiteAction
          Deprecated. you should use velocity
 class WebMacroSiteSecureAction
          Deprecated. you should use velocity
 

Uses of Assembler in org.apache.turbine.modules.actions.sessionvalidator
 

Subclasses of Assembler in org.apache.turbine.modules.actions.sessionvalidator
 class DefaultSessionValidator
          The SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.
 class SessionValidator
          The SessionValidator attempts to retrive the User object from the Servlet API session that is associated with the request.
 class TemplateSecureSessionValidator
          SessionValidator that requires login for use with the WebMacroSite Service.
 class TemplateSessionValidator
          SessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to the TemplateSecureValidator except that it does not tranfer to the login page when it detects a null user (or a user not logged in).
 

Uses of Assembler in org.apache.turbine.modules.layouts
 

Subclasses of Assembler in org.apache.turbine.modules.layouts
 class DefaultLayout
          Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
 class FreeMarkerLayout
          Deprecated. you should use velocity
 class FreeMarkerSiteLayout
          Deprecated. you should use velocity
 class JspLayout
          This Layout module allows JSP templates to be used as layouts.
 class VelocityDirectLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityECSLayout
          Deprecated. you should use velocity
 class VelocityOnlyLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityXslLayout
           
 class WebMacroOnlyLayout
          Deprecated. you should use velocity
 class WebMacroSiteLayout
          Deprecated. you should use velocity
 

Uses of Assembler in org.apache.turbine.modules.navigations
 

Subclasses of Assembler in org.apache.turbine.modules.navigations
 class BaseFreeMarkerNavigation
          Deprecated. you should use velocity
 class BaseJspNavigation
          Base JSP navigation that should be subclassed by Navigation that want to use JSP.
 class DefaultBottomNavigation
          Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
 class DefaultTopNavigation
          Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
 class TemplateNavigation
          Base Template Navigation.
 class VelocityNavigation
          VelocityNavigation.
 class WebMacroSiteNavigation
          Deprecated. you should use velocity
 

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

Subclasses of Assembler 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
 

Uses of Assembler in org.apache.turbine.modules.screens
 

Subclasses of Assembler in org.apache.turbine.modules.screens
 class BaseFreeMarkerScreen
          Deprecated. you should use velocity
 class BaseJspScreen
          Base JSP Screen that should be subclassed by screens that want to use JSP.
 class Error
          This is a sample Error Screen module.
 class JspErrorScreen
          Directs errors at the Jsp error template defined in template.error.
 class RawScreen
          Base class for writing Screens that output binary data.
 class TemplateScreen
          Template Screen.
 class VelocityDirectScreen
          Base Velocity Screen.
 class VelocityErrorScreen
          VelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.
 class VelocityScreen
          Base Velocity Screen.
 class VelocitySecureScreen
          VelocitySecureScreen Always performs a Security Check that you've defined before executing the doBuildtemplate().
 class WebMacroSiteErrorScreen
          Deprecated. you should use velocity
 class WebMacroSiteScreen
          Deprecated. you should use velocity
 class WebMacroSiteSecureScreen
          Deprecated. you should use velocity
 

Uses of Assembler in org.apache.turbine.modules.screens.error
 

Subclasses of Assembler in org.apache.turbine.modules.screens.error
 class InvalidState
          Users will get this screen if the screen on their browser is in an invalid state.
 

Uses of Assembler in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker that return Assembler
 Assembler AssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempts to load an Assembler of a type with a given name
 Assembler TurbineAssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempt to retrieve an Assembler of a given type with a name.
 

Uses of Assembler in org.apache.turbine.services.assemblerbroker.util
 

Methods in org.apache.turbine.services.assemblerbroker.util that return Assembler
 Assembler AssemblerFactory.getAssembler(java.lang.String name)
           
 

Uses of Assembler in org.apache.turbine.services.assemblerbroker.util.java
 

Methods in org.apache.turbine.services.assemblerbroker.util.java that return Assembler
 Assembler JavaBaseFactory.getAssembler(java.lang.String packageName, java.lang.String name)
           
 Assembler JavaScreenFactory.getAssembler(java.lang.String name)
           
 Assembler JavaScheduledJobFactory.getAssembler(java.lang.String name)
           
 Assembler JavaActionFactory.getAssembler(java.lang.String name)
           
 Assembler JavaLayoutFactory.getAssembler(java.lang.String name)
           
 Assembler JavaPageFactory.getAssembler(java.lang.String name)
           
 Assembler JavaNavigationFactory.getAssembler(java.lang.String name)
           
 

Uses of Assembler in org.apache.turbine.services.assemblerbroker.util.python
 

Methods in org.apache.turbine.services.assemblerbroker.util.python that return Assembler
 Assembler PythonBaseFactory.getAssembler(java.lang.String subDirectory, java.lang.String name)
           
 Assembler PythonScreenFactory.getAssembler(java.lang.String name)
           
 Assembler PythonPageFactory.getAssembler(java.lang.String name)
           
 Assembler PythonActionFactory.getAssembler(java.lang.String name)
           
 Assembler PythonLayoutFactory.getAssembler(java.lang.String name)
           
 Assembler PythonNavigationFactory.getAssembler(java.lang.String name)
           
 

Uses of Assembler in org.apache.turbine.util.velocity
 

Subclasses of Assembler in org.apache.turbine.util.velocity
 class VelocityActionEvent
          If you are using VelocitySite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
 

Uses of Assembler in org.apache.turbine.util.webmacro
 

Subclasses of Assembler in org.apache.turbine.util.webmacro
 class WebMacroActionEvent
          Deprecated. you should use velocity
 



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