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.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 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
          This class provides a convenience methods for WebMacroSite Actions to use.
 class WebMacroSiteSecureAction
          WebMacroSiteSecure action.
 

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.
 

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

Subclasses of Assembler in org.apache.turbine.modules.layouts
 class DefaultLayout
          This is an example Layout module that is executed by default.
 class JspLayout
          This Layout module allows JSP templates to be used as layouts.
 class VelocityECSLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityOnlyLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityXslLayout
           
 class WebMacroOnlyLayout
          WebMacroSiteLayout Screen.
 class WebMacroSiteLayout
          This Layout module allows WebMacro templates to be used as layouts.
 

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

Subclasses of Assembler in org.apache.turbine.modules.navigations
 class BaseJspNavigation
          Base JSP navigation that should be subclassed by Navigation that want to use JSP.
 class DefaultBottomNavigation
          This is a sample navigation module.
 class DefaultTopNavigation
          This is a sample navigation module.
 class TemplateNavigation
          Base Template Navigation.
 class VelocityNavigation
          VelocityNavigation.
 class WebMacroSiteNavigation
          WebMacroSiteNavigation.
 

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 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
          Extends TemplatePage to set the template Context.
 

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

Subclasses of Assembler in org.apache.turbine.modules.screens
 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 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
          WebMacroSiteErrorScreen screen - directs errors at the webmacro error template defined in template.error.
 class WebMacroSiteScreen
          Base WebMacro Screen.
 class WebMacroSiteSecureScreen
          WebMacroSiteSecure screen.
 

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 JavaNavigationFactory.getAssembler(java.lang.String name)
           
 Assembler JavaPageFactory.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
          If you are using WebMacroSite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.