Uses of Interface
org.apache.turbine.util.RunData

Packages that use RunData
org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. 
org.apache.turbine.modules.actions Action class implementations. 
org.apache.turbine.modules.actions.sessionvalidator Session validator classes to be used with Turbine apps that use security. 
org.apache.turbine.modules.layouts Layout class implementations. 
org.apache.turbine.modules.navigations Navigation class implementations. 
org.apache.turbine.modules.pages Page class implementations. 
org.apache.turbine.modules.screens Screen class implementations. 
org.apache.turbine.modules.screens.error Error Screen classes. 
org.apache.turbine.pipeline The Turbine processing pipeline is modelled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd. 
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.jsp JSP Service is used to provide Turbine with a Java Server page (JSP) based view. 
org.apache.turbine.services.jsp.util   
org.apache.turbine.services.pull Provides application tools that are put into the context of a template view. 
org.apache.turbine.services.pull.tools Pull Tools to be used in a template based view. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.services.template Template Service maps template references to a view service and a template name. 
org.apache.turbine.services.velocity Velocity Service is used to provide Turbine with a Velocity based view. 
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
org.apache.turbine.util.template Template related utilities. 
org.apache.turbine.util.uri URI generation and processing from Turbine based applications. 
org.apache.turbine.util.velocity Velocity related utility code. 
 

Uses of RunData in org.apache.turbine.modules
 

Methods in org.apache.turbine.modules that return RunData
 RunData Assembler.getRunData(PipelineData pipelineData)
          This can go once RunData is replaced...
 

Methods in org.apache.turbine.modules with parameters of type RunData
protected  org.apache.ecs.ConcreteElement Screen.build(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void Page.build(RunData data)
          Deprecated. Use build(PipelineData) instead.
protected  org.apache.ecs.ConcreteElement Navigation.build(RunData data)
          Deprecated. Use PipelineData version instead
protected  void Layout.build(RunData data)
          Deprecated. Use PipelineData version instead
protected abstract  org.apache.ecs.ConcreteElement Screen.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  void Page.doBuild(RunData data)
          Deprecated. Use doBuild(PipelineData pipelineData) instead
protected abstract  org.apache.ecs.ConcreteElement Navigation.doBuild(RunData data)
          Deprecated. Use PipelineData version instead
protected abstract  void Layout.doBuild(RunData data)
          Deprecated. Use PipelineData version instead
abstract  void ActionEvent.doPerform(RunData data)
          Deprecated. use PipelineData version instead.
abstract  void Action.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 org.apache.ecs.ConcreteElement ScreenLoader.eval(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 org.apache.ecs.ConcreteElement NavigationLoader.eval(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 void ScreenLoader.exec(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 void ScheduledJobLoader.exec(RunData data, String name)
          Attempts to load and execute the external ScheduledJob.
 void PageLoader.exec(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 void NavigationLoader.exec(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 void LayoutLoader.exec(RunData data, String name)
          Deprecated. Use PipelineData version instead.
abstract  void GenericLoader.exec(RunData data, String name)
          Deprecated. Use of this method should be avoided. Use exec(PipelineData data, String name) instead.
 void ActionLoader.exec(RunData data, String name)
          Deprecated. Use PipelineData version instead.
 void ActionEvent.executeEvents(RunData data)
          Deprecated. Use PipelineData version instead.
 String Screen.getLayout(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void ActionEvent.perform(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void Action.perform(RunData data)
          Deprecated. Use PipelineData version instead.
 void Screen.setLayout(RunData data, String layout)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.actions with parameters of type RunData
 void VelocityAction.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void LogoutUser.doPerform(RunData data)
          Deprecated. Use PipelineData version instead
 void LoginUser.doPerform(RunData data)
          Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .
 void InitContextsAction.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void DefaultAction.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void AccessController.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
abstract  void VelocitySecureAction.doPerform(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use the PipelineData version instead.
abstract  void VelocityAction.doPerform(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
protected  org.apache.velocity.context.Context VelocityAction.getContext(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  boolean VelocitySecureAction.isAuthorized(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void VelocitySecureAction.perform(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void VelocityAction.perform(RunData data)
          Deprecated. Use PipelineData version instead.
 void VelocityAction.setTemplate(RunData data, String template)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.actions.sessionvalidator with parameters of type RunData
 void TemplateSessionValidator.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void TemplateSecureSessionValidator.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void DefaultSessionValidator.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.layouts with parameters of type RunData
 void VelocityXslLayout.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
 void VelocityOnlyLayout.doBuild(RunData data)
          Deprecated. Use PipelineData version
 void VelocityDirectLayout.doBuild(RunData data)
          Deprecated. Use the PipelineData version instead
 void JspLayout.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
 void DirectResponseLayout.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.navigations with parameters of type RunData
 org.apache.ecs.ConcreteElement VelocityNavigation.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
abstract  org.apache.ecs.ConcreteElement TemplateNavigation.buildTemplate(RunData data)
          Deprecated. Use PipelineData version
 org.apache.ecs.ConcreteElement BaseJspNavigation.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  org.apache.ecs.ConcreteElement TemplateNavigation.doBuild(RunData data)
          Calls doBuildTemplate() and then buildTemplate().
protected  void VelocityNavigation.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  void TemplateNavigation.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void BaseJspNavigation.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void VelocityNavigation.doBuildTemplate(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.pages with parameters of type RunData
 void DefaultPage.doBuild(RunData data)
          Deprecated. Use PipelineData version instead
protected  void TemplatePage.doBuildAfterAction(RunData data)
          Works with TemplateService to set up default templates and corresponding class modules.
protected  void DefaultPage.doBuildAfterAction(RunData data)
          Deprecated. Use PipelineData version instead
protected  void VelocityPage.doBuildBeforeAction(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void JspPage.doBuildBeforeAction(RunData data)
          Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
protected  void DefaultPage.doBuildBeforeAction(RunData data)
          Deprecated. Use PipelineData version instead
protected  void VelocityPage.doPostBuild(RunData data)
          Allows the VelocityService to peform post-request actions.
protected  void DefaultPage.doPostBuild(RunData data)
          Deprecated. Use PipelineData version instead
 

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

Methods in org.apache.turbine.modules.screens with parameters of type RunData
 org.apache.ecs.ConcreteElement VelocityScreen.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
 org.apache.ecs.ConcreteElement VelocityDirectScreen.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
abstract  org.apache.ecs.ConcreteElement TemplateScreen.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
 org.apache.ecs.ConcreteElement BaseJspScreen.buildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  org.apache.ecs.ConcreteElement TemplateScreen.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
protected  org.apache.ecs.ConcreteElement RawScreen.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
 org.apache.ecs.ConcreteElement Error.doBuild(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void VelocitySecureScreen.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void VelocityScreen.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  void TemplateScreen.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void JspErrorScreen.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void BaseJspScreen.doBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  void VelocitySecureScreen.doBuildTemplate(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
protected  void VelocityScreen.doBuildTemplate(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
protected  void VelocityErrorScreen.doBuildTemplate(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
protected abstract  void RawScreen.doOutput(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void JSONSecureScreen.doOutput(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void JSONScreen.doOutput(RunData data)
          Deprecated. Use PipelineData version instead.
protected  void TemplateScreen.doPostBuildTemplate(RunData data)
          Deprecated. Use PipelineData version instead.
 void TemplateScreen.doRedirect(RunData data, String template)
          Deprecated. Use PipelineData version instead.
 void TemplateScreen.doRedirect(RunData data, String screen, String template)
          Deprecated. Use PipelineData version instead.
protected abstract  String RawScreen.getContentType(RunData data)
          Deprecated. Use PipelineData version instead.
protected  String JSONScreen.getContentType(RunData data)
          Deprecated. Use PipelineData version instead.
static org.apache.velocity.context.Context VelocityScreen.getContext(RunData data)
          Deprecated. Use TurbineVelocity.getContext(data)
 String RawScreen.getLayout(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  boolean VelocitySecureScreen.isAuthorized(RunData data)
          Deprecated. Use PipelineData version instead.
protected abstract  boolean JSONSecureScreen.isAuthorized(RunData data)
          Deprecated. Use PipelineData version instead.
static void TemplateScreen.setTemplate(RunData data, String template)
          Deprecated. Use PipelineData version instead.
 

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

Methods in org.apache.turbine.modules.screens.error with parameters of type RunData
 org.apache.ecs.ConcreteElement InvalidState.doBuild(RunData data)
          Build the Screen.
 

Uses of RunData in org.apache.turbine.pipeline
 

Methods in org.apache.turbine.pipeline that return RunData
 RunData AbstractValve.getRunData(PipelineData pipelineData)
          utility for getting RunData out of the pielineData object.
 

Uses of RunData in org.apache.turbine.services
 

Methods in org.apache.turbine.services with parameters of type RunData
 void TurbineBaseService.init(RunData data)
          Deprecated. Use the PipelineData version instead.
 

Uses of RunData in org.apache.turbine.services.jsp
 

Methods in org.apache.turbine.services.jsp with parameters of type RunData
 void TurbineJspService.addDefaultObjects(RunData data)
          Adds some convenience objects to the request.
static void TurbineJsp.addDefaultObjects(RunData data)
          Deprecated. Use the PipelineData version.
 void JspService.addDefaultObjects(RunData data)
          Adds some convenience objects to the request.
 void TurbineJspService.handleRequest(RunData data, String templateName)
          executes the JSP given by templateName.
static void TurbineJsp.handleRequest(RunData data, String templateName)
          Deprecated. Use the PipelineData version.
 void JspService.handleRequest(RunData data, String templateName)
          executes the JSP given by templateName.
 void TurbineJspService.handleRequest(RunData data, String templateName, boolean isForward)
          executes the JSP given by templateName.
static void TurbineJsp.handleRequest(RunData data, String templateName, boolean isForward)
          Deprecated. Use the PipelineData version.
 void JspService.handleRequest(RunData data, String templateName, boolean isForward)
          executes the JSP given by templateName.
 

Uses of RunData in org.apache.turbine.services.jsp.util
 

Constructors in org.apache.turbine.services.jsp.util with parameters of type RunData
JspNavigation(RunData data)
          Constructor
JspScreenPlaceholder(RunData data)
          Constructor
 

Uses of RunData in org.apache.turbine.services.pull
 

Methods in org.apache.turbine.services.pull with parameters of type RunData
 void TurbinePullService.populateContext(org.apache.velocity.context.Context context, RunData data)
          Populate the given context with all request, session, authorized and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
static void TurbinePull.populateContext(org.apache.velocity.context.Context context, RunData data)
          Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
 void PullService.populateContext(org.apache.velocity.context.Context context, RunData data)
          Populate the given context with all request, session, authorized and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
 void RunDataApplicationTool.refresh(RunData data)
          Refresh the application tool.
 

Uses of RunData in org.apache.turbine.services.pull.tools
 

Methods in org.apache.turbine.services.pull.tools with parameters of type RunData
 String UITool.getScript(String filename, RunData data)
          Retrieve the URL for a given script that is part of the skin.
 String UITool.getStylecss(RunData data)
          Retrieve the URL for the style sheet that is part of the skin.
 String UITool.image(String imageId, RunData data)
          Retrieve the URL for an image that is part of the skin.
protected  void UITool.setSkin(RunData data)
          Set the skin name when the tool is configured to be loaded on a per-request basis.
 

Uses of RunData in org.apache.turbine.services.rundata
 

Subinterfaces of RunData in org.apache.turbine.services.rundata
 interface TurbineRunData
          TurbineRunData is an extension to the RunData interface to be implemented by RunData implementations to be distributed by the Turbine RunData Service.
 

Classes in org.apache.turbine.services.rundata that implement RunData
 class DefaultTurbineRunData
          DefaultTurbineRunData is the default implementation of the TurbineRunData interface, which is distributed by the Turbine RunData service, if another implementation is not defined in the default or specified RunData configuration.
 

Methods in org.apache.turbine.services.rundata that return RunData
 RunData TurbineRunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData RunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData TurbineRunDataService.getRunData(String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData instance from a specific configuration.
 RunData RunDataService.getRunData(String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData object from a specific configuration.
 

Methods in org.apache.turbine.services.rundata with parameters of type RunData
 boolean TurbineRunDataService.putRunData(RunData data)
          Puts the used RunData object back to the factory for recycling.
 boolean RunDataService.putRunData(RunData data)
          Puts the used RunData object back to the factory for recycling.
 

Uses of RunData in org.apache.turbine.services.template
 

Methods in org.apache.turbine.services.template with parameters of type RunData
 String TurbineTemplateService.getDefaultLayoutName(RunData data)
          Find the default layout module name for the given request.
static String TurbineTemplate.getDefaultLayoutName(RunData data)
          Find the default layout module name for the given request.
 String TemplateService.getDefaultLayoutName(RunData data)
          Find the default layout module name for the given request.
 String TurbineTemplateService.getDefaultPageName(RunData data)
          Find the default page module name for the given request.
static String TurbineTemplate.getDefaultPageName(RunData data)
          Find the default page module name for the given request.
 String TemplateService.getDefaultPageName(RunData data)
          Find the default page module name for the given request.
 

Uses of RunData in org.apache.turbine.services.velocity
 

Methods in org.apache.turbine.services.velocity with parameters of type RunData
 org.apache.velocity.context.Context VelocityService.getContext(RunData data)
          Create a Context from the RunData object.
 org.apache.velocity.context.Context TurbineVelocityService.getContext(RunData data)
          Create a Context from the RunData object.
static org.apache.velocity.context.Context TurbineVelocity.getContext(RunData data)
          Deprecated. Use the PipelineData version instead.
 

Uses of RunData in org.apache.turbine.util
 

Methods in org.apache.turbine.util with parameters of type RunData
 void TurbineConfig.init(RunData data)
          Initialization requiring a HTTP GET request.
static void HttpUtils.setCacheHeaders(RunData data, int expiry)
          This method sets the required expiration headers in the response for a given RunData object.
 

Constructors in org.apache.turbine.util with parameters of type RunData
BrowserDetector(RunData data)
          Constructor used to initialize this class.
SecurityCheck(RunData data, String message, String failedScreen)
          Constructor.
SecurityCheck(RunData data, String message, String failedScreen, boolean initialize)
          Constructor.
 

Uses of RunData in org.apache.turbine.util.template
 

Constructors in org.apache.turbine.util.template with parameters of type RunData
HtmlPageAttributes(RunData data)
          Construct a new instance with the given RunData object.
TemplateInfo(RunData data)
          Constructor
TemplateNavigation(RunData data)
          Constructor
TemplateScreen(RunData data)
          Constructor
TemplateSecurityCheck(RunData data)
          Generic Constructor.
TemplateSecurityCheck(RunData data, String message)
          Constructor.
 

Uses of RunData in org.apache.turbine.util.uri
 

Constructors in org.apache.turbine.util.uri with parameters of type RunData
BaseURI(RunData runData)
          Constructor with a RunData object
BaseURI(RunData runData, boolean redirect)
          Constructor, set explicit redirection
DataURI(RunData runData)
          Constructor with a RunData object
DataURI(RunData runData, boolean redirect)
          Constructor, set explicit redirection
TemplateURI(RunData runData)
          Constructor with a RunData object
TemplateURI(RunData runData, boolean redirect)
          Constructor, set explicit redirection
TemplateURI(RunData runData, String template)
          Constructor, set Template
TemplateURI(RunData runData, String template, boolean redirect)
          Constructor, set Template, set explicit redirection
TemplateURI(RunData runData, String template, String action)
          Constructor, set Template and Action
TemplateURI(RunData runData, String template, String action, boolean redirect)
          Constructor, set Template and Action, set explicit redirection
TurbineURI(RunData runData)
          Constructor with a RunData object.
TurbineURI(RunData runData, boolean redirect)
          Constructor, set explicit redirection.
TurbineURI(RunData runData, String screen)
          Constructor, set Screen.
TurbineURI(RunData runData, String screen, boolean redirect)
          Constructor, set Screen, set explicit redirection.
TurbineURI(RunData runData, String screen, String action)
          Constructor, set Screen and Action.
TurbineURI(RunData runData, String screen, String action, boolean redirect)
          Constructor, set Screen and Action, set explicit redirection.
 

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

Methods in org.apache.turbine.util.velocity with parameters of type RunData
abstract  void VelocityActionEvent.doPerform(RunData data)
          Deprecated. Use PipelineData version instead.
 void VelocityActionEvent.executeEvents(RunData data, org.apache.velocity.context.Context context)
          Deprecated. Use PipelineData version instead.
protected  void VelocityActionEvent.perform(RunData data)
          Deprecated. Use PipelineData version instead.
 

Constructors in org.apache.turbine.util.velocity with parameters of type RunData
VelocityHtmlEmail(RunData data)
          Deprecated. use PipelineData version instead
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.