A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ab - Variable in class org.apache.turbine.modules.GenericLoader
-
The Assembler Broker Service
- AbstractJobEntry - Class in org.apache.turbine.services.schedule
-
This class provides the basic implementation of common features for a scheduled job entry.
- AbstractJobEntry() - Constructor for class org.apache.turbine.services.schedule.AbstractJobEntry
-
Default constructor
- AbstractJobEntry(int, int, int, int, int, String) - Constructor for class org.apache.turbine.services.schedule.AbstractJobEntry
-
Constructor.
- AbstractJobEntry.ScheduleType - Enum in org.apache.turbine.services.schedule
-
schedule types
- AbstractSchedulerService - Class in org.apache.turbine.services.schedule
-
Service for a cron like scheduler.
- AbstractSchedulerService() - Constructor for class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Creates a new instance.
- AbstractSchedulerService.MainLoop - Class in org.apache.turbine.services.schedule
-
Inner class.
- ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
-
The 'perm storage' key name for the access counter.
- AccessController - Class in org.apache.turbine.modules.actions
-
This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
- AccessController() - Constructor for class org.apache.turbine.modules.actions.AccessController
- accountExists(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Check whether a specified user's account exists.
- accountExists(String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Check whether a specified user's account exists.
- accountExists(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Check whether a specified user's account exists.
- accountExists(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Check whether a specified user's account exists.
- accountExists(String) - Method in interface org.apache.turbine.services.security.UserManager
-
Check whether a specified user's account exists.
- accountExists(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Check whether a specified user's account exists.
- accountExists(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Check whether a specified user's account exists.
- accountExists(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Check whether a specified user's account exists.
- accountExists(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Check whether a specified user's account exists.
- accountExists(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Check whether a specified user's account exists.
- ACL_SESSION_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
The default Session key for the Access Control List
- Action - Interface in org.apache.turbine.modules
-
Generic Action interface.
- ACTION_ACCESS_CONTROLLER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the access controller.
- ACTION_ACCESS_CONTROLLER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Action that performs Access control
- ACTION_EVENT_BUBBLE_EXCEPTION_UP - Static variable in interface org.apache.turbine.TurbineConstants
-
Select whether an exception in an Action method is bubbled up to Turbine.handleException()
- ACTION_EVENT_BUBBLE_EXCEPTION_UP_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for action.event.bubbleexception
- ACTION_EVENTSUBMIT_NEEDSVALUE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for action.eventsubmit.needsvalue
- ACTION_EVENTSUBMIT_NEEDSVALUE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Select whether an Action Event must have a non-zero value
- ACTION_LOGIN_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Value for login Action
- ACTION_LOGIN_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Action to perform when a user logs in.
- ACTION_LOGOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Value for ACTION_LOGOUT
- ACTION_LOGOUT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Action to perform when a user logs out.
- ACTION_SESSION_VALIDATOR_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the session validator.
- ACTION_SESSION_VALIDATOR_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Actions that performs session validation.
- ActionEvent - Class in org.apache.turbine.modules
-
This is an alternative to the Action class that allows you to do event based actions.
- ActionEvent() - Constructor for class org.apache.turbine.modules.ActionEvent
- actionLoader - Variable in class org.apache.turbine.modules.pages.DefaultPage
-
Injected loader instance
- ActionLoader - Class in org.apache.turbine.modules
-
The purpose of this class is to allow one to load and execute Action modules.
- add(int, String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
If the type is PATH_INFO, then add name/value to the pathInfo hashtable.
- add(int, List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Method for a quick way to add all the parameters in a List with URIParam objects.
- add(int, ParameterParser) - Method in class org.apache.turbine.util.uri.TemplateURI
-
Method for a quick way to add all the parameters in a ParameterParser.
- add(int, ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Method for a quick way to add all the parameters in a ParameterParser.
- add(J) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Add a job to the queue.
- addBodyAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds an attribute to the BODY tag.
- addDefaultObjects(PipelineData) - Method in interface org.apache.turbine.services.jsp.JspService
-
Adds some convenience objects to the request.
- addDefaultObjects(PipelineData) - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
Adds some convenience objects to the request.
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addFilter(String, String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addFilter(String, Filter) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addGroup(G) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Creates a new group with specified attributes.
- addGroup(G) - Method in interface org.apache.turbine.services.security.SecurityService
-
Creates a new group with specified attributes.
- addGroupsToParameters(ValueParser) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Add all registered group ids to the value parser
- addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Add a new job to the queue.
- addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Add a new job to the queue.
- addJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Add a new job to the queue.
- addLink(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a generic external reference
- addLink(String, String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a generic external reference
- addLink(String, String, String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a generic external reference
- addListener(Class<? extends EventListener>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addListener(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addListener(T) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Adds the string to message.
- addMessage(String) - Method in interface org.apache.turbine.util.RunData
-
Adds the string to message.
- addPathInfo(String, double) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, double) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, int) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, int) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, long) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, long) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, Object) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the path_info string.
- addPathInfo(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the path_info string.
- addPathInfo(List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds an existing List of URIParam objects to the path_info string.
- addPathInfo(ParameterParser) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
- addPathInfo(ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
- addPermission(P) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Creates a new permission with specified attributes.
- addPermission(P) - Method in interface org.apache.turbine.services.security.SecurityService
-
Creates a new permission with specified attributes.
- addQueryData(String, double) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the query string.
- addQueryData(String, double) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the query string.
- addQueryData(String, int) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the query string.
- addQueryData(String, int) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the query string.
- addQueryData(String, long) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the query string.
- addQueryData(String, long) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the query string.
- addQueryData(String, Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the query string.
- addQueryData(String, Object) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the query string.
- addQueryData(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair to the query string.
- addQueryData(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair to the query string.
- addQueryData(List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds an existing List of URIParam objects to the query data.
- addQueryData(ParameterParser) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Adds a name=value pair for every entry in a ParameterParser object to the query string.
- addQueryData(ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Adds a name=value pair for every entry in a ParameterParser object to the query string.
- addRole(R) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Creates a new role with specified attributes.
- addRole(R) - Method in interface org.apache.turbine.services.security.SecurityService
-
Creates a new role with specified attributes.
- addScript(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a script reference
- addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Add all the columns needed to create a new object.
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addServlet(String, String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addServlet(String, Servlet) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- addSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
-
Adds a session to the current list.
- addSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
-
Adds a session to the current list.
- addSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Adds a session to the current list.
- addStyle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a STYLE element to the HEAD of the page with the provided content.
- addStyleSheet(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a style sheet reference
- addStyleSheet(String, String, String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Adds a style sheet reference
- addUser(User, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Creates new user account with specified attributes.
- addUser(User, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Creates new user account with specified attributes.
- addUserGroupRole(TurbineUserGroupRole) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Add a User/Group/Role relation to this entity
- addValve(Valve) - Method in interface org.apache.turbine.pipeline.Pipeline
-
Add a new Valve to the end of the pipeline.
- addValve(Valve) - Method in class org.apache.turbine.pipeline.TurbinePipeline
- AnnotationProcessor - Class in org.apache.turbine.annotation
-
AnnotationProcessor contains static helper methods that handle the Turbine annotations for objects
- AnnotationProcessor() - Constructor for class org.apache.turbine.annotation.AnnotationProcessor
- AnnotationProcessor.ConditionType - Enum in org.apache.turbine.annotation
- ANY - org.apache.turbine.annotation.AnnotationProcessor.ConditionType
- APPLICATION_ROOT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Value for the Path to the TurbineResources.properties File
- APPLICATION_ROOT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Key for the Path to the TurbineResources.properties File
- ApplicationTool - Interface in org.apache.turbine.services.pull
-
Tools that go into the Toolbox should implement this interface.
- Assembler - Interface in org.apache.turbine.modules
-
This is an interface that defines what an Assembler is.
- AssemblerBrokerService - Interface in org.apache.turbine.services.assemblerbroker
-
An interface the Turbine Assembler service.
- AssemblerFactory<T extends Assembler> - Interface in org.apache.turbine.services.assemblerbroker.util
-
Interface for AssemblerFactory's
- attributes - Variable in class org.apache.turbine.util.TurbineConfig
-
Servlet container (or emulator) attributes.
- authenticate(User, String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Authenticate an User with the specified password.
- authenticate(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Authenticate an User with the specified password.
- authenticate(User, String) - Method in interface org.apache.turbine.services.security.UserManager
-
Authenticate an User with the specified password.
- AUTHORIZED_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property Key for the authorized tools
- AVALON_LOG_CATEGORY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
Where we write the Avalon Logger messages
- AvalonComponentService - Interface in org.apache.turbine.services.avaloncomponent
-
This service allows access to avalon components.
B
- BASEDIR_KEY - Static variable in class org.apache.turbine.Turbine
-
Deprecated.
- BaseInitable - Class in org.apache.turbine.services
-
This class provides a generic implementation of
Initable
. - BaseInitable() - Constructor for class org.apache.turbine.services.BaseInitable
-
Default constructor of BaseInitable.
- BaseInitableBroker - Class in org.apache.turbine.services
-
A generic implementation of
InitableBroker
. - BaseInitableBroker() - Constructor for class org.apache.turbine.services.BaseInitableBroker
-
Default constructor of InitableBroker.
- BaseJobEntryTorque - Class in org.apache.turbine.services.schedule
-
This class was autogenerated by Torque on: [Tue Dec 14 09:51:09 CET 2021] You should not use this class directly.
- BaseJobEntryTorque() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryTorque
- BaseJobEntryTorquePeer - Class in org.apache.turbine.services.schedule
-
The skeleton for this class was autogenerated by Torque on: [Tue Dec 14 09:51:09 CET 2021] You should not use this class directly.
- BaseJobEntryTorquePeer() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
- BaseJobEntryTorquePeerImpl - Class in org.apache.turbine.services.schedule
-
The skeleton for this class was autogenerated by Torque on: [Tue Dec 14 09:51:10 CET 2021] You should not use this class directly.
- BaseJobEntryTorquePeerImpl() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Constructor.
- BaseJobEntryTorquePeerImpl(RecordMapper<JobEntryTorque>, TableMap, String) - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Constructor providing the objects to be injected as parameters.
- BaseJobEntryTorqueRecordMapper - Class in org.apache.turbine.services.schedule
-
Maps ResultSet rows into JobEntryTorque objects.
- BaseJobEntryTorqueRecordMapper() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
- BaseJspNavigation - Class in org.apache.turbine.modules.navigations
-
Base JSP navigation that should be subclassed by Navigation that want to use JSP.
- BaseJspNavigation() - Constructor for class org.apache.turbine.modules.navigations.BaseJspNavigation
- BaseJspScreen - Class in org.apache.turbine.modules.screens
-
Base JSP Screen that should be subclassed by screens that want to use JSP.
- BaseJspScreen() - Constructor for class org.apache.turbine.modules.screens.BaseJspScreen
- BaseMapper - Class in org.apache.turbine.services.template.mapper
-
A base class for the various mappers which contains common code.
- BaseMapper() - Constructor for class org.apache.turbine.services.template.mapper.BaseMapper
-
Default C'tor.
- BaseService - Class in org.apache.turbine.services
-
This class is a generic implementation of
Service
. - BaseService() - Constructor for class org.apache.turbine.services.BaseService
- BaseServiceBroker - Class in org.apache.turbine.services
-
A generic implementation of a
ServiceBroker
which provides: Maintaining service name to class name mapping, allowing pluggable service implementations. ProvidingServices
with a configuration based on system wide configuration mechanism. Integration of TurbineServiceProviders for looking up non-local services - BaseServiceBroker() - Constructor for class org.apache.turbine.services.BaseServiceBroker
-
Default constructor, protected as to only be usable by subclasses.
- BaseTemplateEngineService - Class in org.apache.turbine.services.template
-
The base implementation of Turbine
TemplateEngineService
. - BaseTemplateEngineService() - Constructor for class org.apache.turbine.services.template.BaseTemplateEngineService
- BaseTemplateMapper - Class in org.apache.turbine.services.template.mapper
-
This is a mapper like the BaseMapper but it returns its results with the extension of the template names passed or (if no extension is passed), the default extension.
- BaseTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.BaseTemplateMapper
-
Default C'tor.
- BaseUnicastRemoteService - Class in org.apache.turbine.services
-
A base implementation of an
UnicastRemoteObject
as a TurbineService
. - BaseUnicastRemoteService() - Constructor for class org.apache.turbine.services.BaseUnicastRemoteService
-
Default constructor
- BaseURI - Class in org.apache.turbine.util.uri
-
This is the base class for all dynamic URIs in the Turbine System.
- BaseURI() - Constructor for class org.apache.turbine.util.uri.BaseURI
-
Empty C'tor.
- BaseURI(RunData) - Constructor for class org.apache.turbine.util.uri.BaseURI
-
Constructor with a RunData object
- BaseURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.BaseURI
-
Constructor, set explicit redirection
- BaseURI(ServerData) - Constructor for class org.apache.turbine.util.uri.BaseURI
-
Constructor with a ServerData object
- BaseURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.BaseURI
-
Constructor, set explicit redirection
- batchLoad(List<J>) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Batch load jobs.
- BrowserDetector - Class in org.apache.turbine.util
-
This class parses the user agent string and provides getters for its parts.
- BrowserDetector(String) - Constructor for class org.apache.turbine.util.BrowserDetector
-
Constructor used to initialize this class.
- BrowserDetector(RunData) - Constructor for class org.apache.turbine.util.BrowserDetector
-
Constructor used to initialize this class.
- bubbleUpException - Variable in class org.apache.turbine.modules.ActionEvent
-
If true, then exceptions raised in eventSubmit_do<xxx> methods as well as in doPerform methods are bubbled up to the Turbine servlet's handleException method.
- BUFFER_SIZE - Static variable in class org.apache.turbine.modules.screens.JSONScreen
- BUFFER_SIZE - Static variable in class org.apache.turbine.modules.screens.PlainJSONScreen
- BUFFER_SIZE_DEFAULT - Static variable in interface org.apache.turbine.services.jsp.JspService
-
Default Value for Jsp Page Buffer Size
- BUFFER_SIZE_KEY - Static variable in interface org.apache.turbine.services.jsp.JspService
-
Property for Jsp Page Buffer Size
- build(PipelineData) - Method in interface org.apache.turbine.modules.Layout
-
Subclasses can override this method to add additional functionality.
- build(PipelineData) - Method in interface org.apache.turbine.modules.Navigation
-
Subclasses can override this method to add additional functionality.
- build(PipelineData) - Method in interface org.apache.turbine.modules.Page
-
Subclasses can override this method to add additional functionality.
- build(PipelineData) - Method in interface org.apache.turbine.modules.Screen
-
Subclasses can override this method to add additional functionality.
- buildColumnValues(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Returns the contents of the object as ColumnValues object
- buildColumnValues(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Returns the contents of the object as ColumnValues object.
- buildCriteria(Collection<ObjectKey<?>>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Build a Criteria object which selects all objects which primary keys are contained in the passed collection.
- buildCriteria(Collection<ObjectKey<?>>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Build a Criteria object which selects all objects which primary keys are contained in the passed collection.
- buildCriteria(ObjectKey<?>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Build a Criteria object which selects all objects which have a given primary key.
- buildCriteria(ObjectKey<?>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Build a Criteria object which selects all objects which have a given primary key.
- buildCriteria(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Build a Criteria object from the data object for this peer.
- buildCriteria(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Build a Criteria object from the data object for this peer.
- buildJobEntry(Trigger, JobDetail) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Builds a
JobEntryQuartz
from Quartz trigger/job. - buildPkCriteria(Collection<JobEntryTorque>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Build a Criteria object which selects all passed objects using their primary key.
- buildPkCriteria(Collection<JobEntryTorque>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Build a Criteria object which selects all passed objects using their primary key.
- buildSelectCriteria(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Build a Criteria object from the data object for this peer, skipping all binary columns.
- buildSelectCriteria(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Build a Criteria object from the data object for this peer, skipping all binary columns.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
-
Method that sets up beans and forward the request to the JSP.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
-
This Builds the WebMacro/FreeMarker/etc template.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
-
This builds the Velocity template.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
-
Method that sets up beans and forward the request to the JSP.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
This method should be implemented by Base template classes.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityCachedScreen
-
This builds the Velocity template.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityDirectScreen
-
This builds the Velocity template.
- buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
-
This builds the Velocity template.
- BUTTON - Static variable in class org.apache.turbine.modules.ActionEvent
-
The name of the button to look for.
- BUTTON_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
-
The length of the button to look for.
C
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.Action
-
The default size for the action cache
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.Layout
-
The default size for the layout cache
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.Navigation
-
The default size for the navigation cache
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.Page
-
The default size for the page cache
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.ScheduledJob
-
The default size of the scheduler job cache if module caching is on.
- CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.modules.Screen
-
The default size for the screen cache
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.Action
-
Property for the size of the module cache if caching is on
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.Layout
-
Property for the size of the layout cache if caching is on
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.Navigation
-
Property for the size of the navigation cache if caching is on
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.Page
-
Property for the size of the page cache if caching is on
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.ScheduledJob
-
The key for the scheduler job cache size if module caching is on.
- CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.modules.Screen
-
Property for the size of the screen cache if caching is on
- calcRunTime() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Calculate how long before the next runtime.
The runtime determines it's position in the job queue. - calcRunTime() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Calculate how long before the next runtime.
- calcRunTime() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- CATCH_ERRORS_DEFAULT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
Default: Yes
- CATCH_ERRORS_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
Shall we catch Velocity Errors and report them?
- CGI_ACTION_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
CGI parameter for action name
- CGI_PASSWORD - Static variable in class org.apache.turbine.modules.actions.LoginUser
-
CGI Parameter for the password
- CGI_SCREEN_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
CGI parameter for screen name
- CGI_TEMPLATE_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
CGI parameter for template name
- CGI_USERNAME - Static variable in class org.apache.turbine.modules.actions.LoginUser
-
CGI Parameter for the user name
- changePassword(User, String, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Change the password for an User.
- changePassword(User, String, String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Change the password for an User.
- changePassword(User, String, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Change the password for an User.
- changePassword(User, String, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Change the password for an User.
- changePassword(User, String, String) - Method in interface org.apache.turbine.services.security.UserManager
-
Change the password for an User.
- checkLogin() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Check that the user has logged in.
- CLASSIC_PIPELINE - Static variable in class org.apache.turbine.pipeline.TurbinePipeline
-
The "Turbine Classic" pipeline.
- ClassMapper - Class in org.apache.turbine.services.template.mapper
-
This mapper tries to map Template names to class names.
- ClassMapper() - Constructor for class org.apache.turbine.services.template.mapper.ClassMapper
-
Default C'tor.
- CLASSNAME_SUFFIX - Static variable in class org.apache.turbine.services.BaseServiceBroker
-
A
Service
property determining its implementing class name . - cleanUp(PipelineData) - Method in class org.apache.turbine.pipeline.CleanUpValve
-
Perform clean up after processing the request.
- CleanUpValve - Class in org.apache.turbine.pipeline
-
Implements the RunData target portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
- CleanUpValve() - Constructor for class org.apache.turbine.pipeline.CleanUpValve
-
Creates a new instance.
- clear() - Method in class org.apache.turbine.services.pull.util.SessionData
-
Clears all data
- clearAction() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Clears the action= value for this URL.
- clearBridge(HttpSession) - Method in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
Remove the
JSONRPCBridge
from the session - clearBridge(HttpSession) - Method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- clearResponse() - Method in class org.apache.turbine.util.uri.DataURI
-
Content Tool wants to be able to turn the encoding of the servlet container off.
- clearResponse() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Template Link and friends want to be able to turn the encoding of the servlet container off.
- clearScreen() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Clears the screen= value for this URL.
- clearTemplate() - Method in class org.apache.turbine.util.uri.TemplateURI
-
Clears the template= value for this URL.
- clearThread() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Set thread to null to indicate termination.
- clone() - Method in class org.apache.turbine.util.ServerData
-
generates a new Object with the same values as this one.
- close() - Method in class org.apache.turbine.pipeline.DefaultPipelineData
-
Put object back into RunDataService for recycling
- compareTo(JobEntry) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Used for ordering Jobentries Note: this comparator imposes orderings that are inconsistent with equals.
- compareTo(JobEntry) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- COMPONENT_APP_ROOT - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
Key used in the context for defining the application root
- COMPONENT_CONFIG_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
property specifing file name of the component config file
- COMPONENT_CONFIG_VALUE - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
property specifing file name of the component config file
- COMPONENT_LOOKUP_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
property for the Components to look up
- COMPONENT_PARAMETERS_KEY - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
property to lookup the properties file
- COMPONENT_PARAMETERS_VALUE - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
the default value for the parameter file
- COMPONENT_ROLE_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
property specifing file name of the component role file
- COMPONENT_ROLE_VALUE - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
property specifing file name of the component role file
- COMPOUND - org.apache.turbine.annotation.AnnotationProcessor.ConditionType
- CONFIG_NAMESPACE - Static variable in interface org.apache.turbine.TurbineConstants
-
The prefix used to denote the namespace reserved for and used by Turbine-specific configuration parameters (such as those passed in via servlet container's config file (
server.xml
), or the web app deployment descriptor (web.xml
). - configuration - Variable in class org.apache.turbine.services.BaseService
-
The configuration for this service
- configuration - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
- CONFIGURATION_PATH_KEY - Static variable in class org.apache.turbine.util.TurbineConfig
-
Servlet initialization parameter name for the path to TurbineConfiguration.xml file used by Turbine
- configure(ServletConfig, ServletContext) - Method in class org.apache.turbine.Turbine
-
Read the master configuration file in, configure logging and start up any early services.
- configureApplication(ServletConfig, ServletContext) - Method in class org.apache.turbine.Turbine
-
Checks configuraton style, resolves the location of the configuration and loads it to internal
Configuration
object (Turbine.configuration
). - configureLogging(Path) - Method in class org.apache.turbine.Turbine
-
Checks Log4j 2 Context, loads log4File, if configured and configuration is not already located.
- CONFIRM_DATA - Static variable in interface org.apache.turbine.om.security.User
-
This is the value that is stored in the database for confirmed users
- CONFIRM_VALUE - Static variable in interface org.apache.turbine.om.security.User
-
The 'perm storage' key for the confirm_value field.
- considerKey(String, ParameterParser) - Method in class org.apache.turbine.modules.ActionEvent
-
Checks whether the selected key really is a valid event.
- CONTAINER_CONFIGURATION_KEY - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
property to lookup the container configuration file
- CONTAINER_CONFIGURATION_VALUE - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
the default value for the container configuration file
- containsKey(String) - Method in class org.apache.turbine.services.pull.util.SessionData
-
Determines is a given key is stored.
- CONTENT_TOOL_ENCODING_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
-
Default Value for CONTENT_TOOL_ENCODING_KEY
- CONTENT_TOOL_ENCODING_KEY - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
-
Should this tool add Container Encoding to the URIs returned?
- CONTENT_TOOL_PREFIX - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
-
Prefix for Parameters for this tool
- CONTENT_TOOL_RELATIVE_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
-
Default Value for CONTENT_TOOL_RELATIVE_KEY
- CONTENT_TOOL_RELATIVE_KEY - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
-
Should this tool return relative URIs or absolute?
- ContentTool - Class in org.apache.turbine.services.pull.tools
-
Terribly simple tool to translate URIs into Turbine Links.
- ContentTool() - Constructor for class org.apache.turbine.services.pull.tools.ContentTool
-
C'tor
- CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
Key for storing the Context in the RunData object
- COOKIE_PARSER_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
-
The property for the implemention of the CookieParser.
- copy() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Makes a copy of this object.
- copy(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Makes a copy of this object.
- copy(boolean, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Makes a copy of this object using connection.
- copy(Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Makes a copy of this object using a connection.
- copyInto(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Fills the copyObj with the contents of this object.
- copyInto(JobEntryTorque, boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Fills the copyObj with the contents of this object.
- copyInto(JobEntryTorque, boolean, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Fills the copyObj with the contents of this object using connection.
- copyInto(JobEntryTorque, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Fills the copyObj with the contents of this object using connection.
- correctBooleans(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
- correctBooleans(ColumnValues) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Checks all columns in the criteria to see whether booleanchar and booleanint columns are queried with a boolean.
- CREATE_DATE - Static variable in interface org.apache.turbine.om.security.User
-
The 'perm storage' key name for the create_date field.
- createAccount(User, String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Creates new user account with specified attributes.
- createAccount(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Creates new user account with specified attributes.
- createAccount(User, String) - Method in interface org.apache.turbine.services.security.UserManager
-
Creates new user account with specified attributes.
- createAvalonLogger() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Create the Avalon logger to be passed to YAAFI.
- createFilter(Class<T>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- createJobEntryTorquePeerImpl() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Creates a new instance of the implementation of the peer.
- createListener(Class<T>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- createServiceContainerConfiguration(Configuration, File) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Create a ServiceContainerConfiguration based on the Turbine configuration
- createServlet(Class<T>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
D
- DAILY - org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
- DATABASE_NAME - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The default database name for this class.
- DataURI - Class in org.apache.turbine.util.uri
-
This class can convert a simple link into a turbine relative URL.
- DataURI() - Constructor for class org.apache.turbine.util.uri.DataURI
-
Empty C'tor.
- DataURI(RunData) - Constructor for class org.apache.turbine.util.uri.DataURI
-
Constructor with a RunData object
- DataURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.DataURI
-
Constructor, set explicit redirection
- DataURI(ServerData) - Constructor for class org.apache.turbine.util.uri.DataURI
-
Constructor with a ServerData object
- DataURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.DataURI
-
Constructor, set explicit redirection
- DateFormatter - Class in org.apache.turbine.services.pull.util
-
This pull tool is used to format date objects into strings.
- DateFormatter() - Constructor for class org.apache.turbine.services.pull.util.DateFormatter
- DAY_OF_MONTH - org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
- DAY_OF_MONTH - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the DAY_OF_MONTH field
- debug(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a debug message.
- debug(String, Throwable) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a debug message.
- declareDirectResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Declares that output will be direct to the response stream, even though getOut() may never be called.
- declareDirectResponse() - Method in interface org.apache.turbine.util.RunData
-
Declares that output will be direct to the response stream, even though getOut() may never be called.
- declareGroup(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
-
A convenience method to write out the hidden form fields that notify intake of the group.
- declareGroup(Group, StringBuilder) - Method in class org.apache.turbine.services.intake.IntakeTool
-
xhtml valid hidden input field(s) that notifies intake of the group's presence.
- declareGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
-
A convenience method to write out the hidden form fields that notify intake of the relevant groups.
- declareRoles(String...) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- DEFAULT_CONFIG - Static variable in interface org.apache.turbine.services.rundata.RunDataService
-
The default parser configuration key.
- DEFAULT_CONTEXT_PATH_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default contextPath for ServerData
- DEFAULT_CSS_CONTENT_TYPE - Static variable in interface org.apache.turbine.TurbineConstants
- DEFAULT_DOCUMENT_TYPE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default document type.
- DEFAULT_ERROR_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_EXTENSION_KEY - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Default Extension for the template names.
- DEFAULT_EXTENSION_VALUE - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Default value of the Turbine Module Caching
- DEFAULT_HTML_CONTENT_TYPE - Static variable in interface org.apache.turbine.TurbineConstants
-
Define content types
- DEFAULT_HTML_DOCTYPE_IDENTIFIER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Doctype dtd value (empty for HTML5)
- DEFAULT_HTML_DOCTYPE_IDENTIFIER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default doctype dtd.
- DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the doctype root element
- DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default doctype root element.
- DEFAULT_HTML_DOCTYPE_URI_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default doctype url value.
- DEFAULT_HTML_DOCTYPE_URI_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default doctype url.
- DEFAULT_JOB_GROUP_NAME - Static variable in class org.apache.turbine.services.schedule.JobEntryQuartz
-
the default Quartz schedule group name for Turbine jobs
- DEFAULT_KEY - Static variable in class org.apache.turbine.services.intake.IntakeTool
-
Constant for default key
- DEFAULT_LAYOUT - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_LAYOUT_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_LOGGER - Static variable in interface org.apache.turbine.TurbineConstants
-
This is the default log file to be used for logging
- DEFAULT_METHOD - Static variable in class org.apache.turbine.modules.ActionEvent
-
The default method.
- DEFAULT_NAME - Static variable in interface org.apache.turbine.services.template.TemplateService
-
"Default" name for Classes and Templates
- DEFAULT_NAVIGATION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_NAVIGATION_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_PAGE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_SCREEN_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_SCRIPT_NAME_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default scriptName for ServerData
- DEFAULT_SERVER_NAME_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default serverName for ServerData
- DEFAULT_SERVER_PORT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default serverPort for ServerData
- DEFAULT_SERVER_SCHEME_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default serverScheme for ServerData
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- DEFAULT_TEMPLATE_KEY - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Default Template Name.
- DEFAULT_TEMPLATE_VALUE - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Default value for the Template Name
- DEFAULT_TEXT_CONTENT_TYPE - Static variable in interface org.apache.turbine.TurbineConstants
- DefaultACLCreationValve - Class in org.apache.turbine.pipeline
-
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
- DefaultACLCreationValve() - Constructor for class org.apache.turbine.pipeline.DefaultACLCreationValve
- DefaultAction - Class in org.apache.turbine.modules.actions
-
This is a Default Action module that doesn't do much.
- DefaultAction() - Constructor for class org.apache.turbine.modules.actions.DefaultAction
- DefaultLoginValve - Class in org.apache.turbine.pipeline
-
Handles the Login and Logout actions in the request process cycle.
- DefaultLoginValve() - Constructor for class org.apache.turbine.pipeline.DefaultLoginValve
- DefaultPage - Class in org.apache.turbine.modules.pages
-
When building sites using templates, Screens need only be defined for templates which require dynamic (database or object) data.
- DefaultPage() - Constructor for class org.apache.turbine.modules.pages.DefaultPage
- DefaultPipelineData - Class in org.apache.turbine.pipeline
-
A PipelineData is a holder for data being passed from one Valve to the next.
- DefaultPipelineData() - Constructor for class org.apache.turbine.pipeline.DefaultPipelineData
- defaultProperty - Variable in class org.apache.turbine.services.template.mapper.BaseMapper
-
The name of the default property to pull from the Template Engine Service if the default is requested
- DefaultSecurityService - Class in org.apache.turbine.services.security
-
This is a common subset of SecurityService implementation.
- DefaultSecurityService() - Constructor for class org.apache.turbine.services.security.DefaultSecurityService
- DefaultSessionTimeoutValve - Class in org.apache.turbine.pipeline
-
Deprecated.
- DefaultSessionTimeoutValve() - Constructor for class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
-
Deprecated.
- DefaultSessionValidationValve - Class in org.apache.turbine.pipeline
-
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
- DefaultSessionValidationValve() - Constructor for class org.apache.turbine.pipeline.DefaultSessionValidationValve
- DefaultSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
-
The SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.
- DefaultSessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
- DefaultSetEncodingValve - Class in org.apache.turbine.pipeline
-
Set default encoding of the request.
- DefaultSetEncodingValve() - Constructor for class org.apache.turbine.pipeline.DefaultSetEncodingValve
- DefaultTurbineRunData - Class in org.apache.turbine.services.rundata
-
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.
- DefaultTurbineRunData() - Constructor for class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Constructs a run data object.
- DefaultUserImpl - Class in org.apache.turbine.om.security
-
This is the Default user implementation.
- DefaultUserImpl(TurbineUser) - Constructor for class org.apache.turbine.om.security.DefaultUserImpl
-
Constructor
- DefaultUserManager - Class in org.apache.turbine.services.security
-
Default user manager.
- DefaultUserManager() - Constructor for class org.apache.turbine.services.security.DefaultUserManager
- deserialize(byte[]) - Static method in class org.apache.turbine.util.ObjectUtils
-
Deserializes a single object from an array of bytes.
- destroy() - Method in class org.apache.turbine.Turbine
-
The
Servlet
destroy method. - DetermineActionValve - Class in org.apache.turbine.pipeline
-
This valve is responsible for setting the 'action' property of RunData based on request parameter.
- DetermineActionValve() - Constructor for class org.apache.turbine.pipeline.DetermineActionValve
- DetermineRedirectRequestedValve - Class in org.apache.turbine.pipeline
-
Implements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
- DetermineRedirectRequestedValve() - Constructor for class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
-
Creates a new instance.
- DetermineTargetValve - Class in org.apache.turbine.pipeline
-
This valve is responsible for setting the 'target' property of the RunData.
- DetermineTargetValve() - Constructor for class org.apache.turbine.pipeline.DetermineTargetValve
- DirectMapper - Class in org.apache.turbine.services.template.mapper
-
The most primitive mapper.
- DirectMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectMapper
-
Default C'tor.
- DirectResponseLayout - Class in org.apache.turbine.modules.layouts
-
This layout allows an action to manipulate the ServletOutputStream directly.
- DirectResponseLayout() - Constructor for class org.apache.turbine.modules.layouts.DirectResponseLayout
- DirectTemplateMapper - Class in org.apache.turbine.services.template.mapper
-
The most primitive templating mapper.
- DirectTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectTemplateMapper
-
Default C'tor.
- dispose() - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Disposes the object after use.
- dispose() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Disposes of the container and releases resources
- dispose() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Disposes the object after use.
- dispose() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Disposes a run data object.
- dispose() - Method in class org.apache.turbine.util.TurbineConfig
-
Shutdown the Turbine System, lifecycle style
- doBuild(PipelineData) - Method in interface org.apache.turbine.modules.Layout
-
A subclass must implement this method to perform itself.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.DirectResponseLayout
-
Ensures that a direct response has been declared.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.JspLayout
-
Method called by LayoutLoader.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityLayout
-
Method called by LayoutLoader.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
-
Build the layout.
- doBuild(PipelineData) - Method in interface org.apache.turbine.modules.Navigation
-
A subclass must implement this method to build itself.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
-
Calls doBuildTemplate() and then buildTemplate().
- doBuild(PipelineData) - Method in interface org.apache.turbine.modules.Page
-
A subclass must override this method to build itself.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
-
Builds the Page.
- doBuild(PipelineData) - Method in interface org.apache.turbine.modules.Screen
-
A subclass must implement this method to build itself.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
-
Build the Screen.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
-
Build the Screen.
- doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
This method is called by the Screenloader to construct the Screen.
- doBuildAfterAction(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
-
Can be overridden by template Pages to set up data needed to process a template.
- doBuildAfterAction(PipelineData) - Method in class org.apache.turbine.modules.pages.TemplatePage
-
Works with TemplateService to set up default templates and corresponding class modules.
- doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
-
Can be used by template Pages to stuff the Context into the PipelineData so that it is available to the Action module and the Screen module via getContext().
- doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.JspPage
-
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
- doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.VelocityPage
-
Stuffs the Context into the PipelineData so that it is available to the Action module and the Screen module via getContext().
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
-
Method to be overridden by subclasses to include data in beans, etc.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
-
WebMacro Navigations extending this class should override this method to perform any particular business logic and add information to the context.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
-
Needs to be implemented to make TemplateNavigation like us.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
-
Method to be overridden by subclasses to include data in beans, etc.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.LegacyVelocitySecureScreen
-
Deprecated.This method overrides the method in VelocityScreen to perform a security check first.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
This method should be overridden by subclasses that wish to add specific business logic.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
-
Needs to be implemented to make TemplateScreen like us.
- doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
-
This method overrides the method in VelocityScreen to perform a security check first.
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.navigations.LegacyVelocityNavigation
-
Deprecated.Adapter method
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
-
Velocity Navigations extending this class should override this method to perform any particular business logic and add information to the context.
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.LegacyVelocityScreen
-
Deprecated.Adapter method
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
-
Implement this to add information to the context.
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
-
Velocity Screens extending this class should override this method to perform any particular business logic and add information to the context.
- doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
-
Implement this to add information to the context.
- doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.navigations.LegacyVelocityNavigation
-
Deprecated.Velocity Navigations extending this class should override this method to perform any particular business logic and add information to the context.
- doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.LegacyVelocityScreen
-
Deprecated.Velocity Screens extending this class should override this method to perform any particular business logic and add information to the context.
- doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.LegacyVelocitySecureScreen
-
Deprecated.Implement this to add information to the context.
- doDelete(Collection<JobEntryTorque>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes data objects, i.e. rows in a table, in the database.
- doDelete(Collection<JobEntryTorque>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Deletes data objects, i.e. rows in a table, in the database.
- doDelete(Collection<JobEntryTorque>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes data objects, i.e. rows in a table, in the database.
- doDelete(Collection<JobEntryTorque>, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Deletes data objects, i.e. rows in a table, in the database.
- doDelete(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes rows from a database table.
- doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes rows from a table.
- doDelete(ObjectKey<?>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes a row in the database.
- doDelete(ObjectKey<?>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes a row in the database.
- doDelete(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes a data object, i.e. a row in a table, in the database.
- doDelete(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Deletes a data object, i.e. a row in a table, in the database.
- doDelete(JobEntryTorque, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Deletes a data object, i.e. a row in a table, in the database.
- doDelete(JobEntryTorque, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Deletes a data object, i.e. a row in a table, in the database.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
-
The primary method invoked when the Turbine servlet is executed.
- doInsert(Column[], Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, String) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, String, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes a insert into...select statement.
- doInsert(Column[], Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes a insert into...select statement.
- doInsert(ColumnValues) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do inserts.
- doInsert(ColumnValues, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do inserts.
- doInsert(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do inserts
- doInsert(JobEntryTorque, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do inserts.
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
The actual mapping implementation class.
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ClassMapper
-
Strip off a possible extension, replace all "," with "."
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectMapper
-
Strip off a possible extension, replace all "," with "."
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectTemplateMapper
-
Replace all "," with "
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.LayoutTemplateMapper
-
Look for a given Template, then try the defaults until we hit the root.
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ScreenDefaultTemplateMapper
-
Look for a given Template, then try the default.
- doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ScreenTemplateMapper
-
Check, whether the provided name exists.
- doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONScreen
-
Output the dynamic content.
- doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONSecureScreen
-
This method overrides the method in JSONScreen to perform a security check prior to producing the output.
- doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.PlainJSONScreen
-
Output JSON content set into
RunData.getMessage()
. - doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.PlainJSONSecureAnnotatedScreen
-
This method overrides the method in JSONScreen to perform a security check prior to producing the output.
- doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
-
Actually output the dynamic content.
- doPerform(PipelineData) - Method in interface org.apache.turbine.modules.Action
-
A subclass must implement this method to perform itself.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.ActionEvent
-
This overrides the default Action.doPerform() to execute the doEvent() method.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.AccessController
-
If there is a user and the user is logged in, doPerform will set the RunData ACL.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.DefaultAction
-
Execute the action.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.InitContextsAction
-
This action will place the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LegacyVelocityAction
-
Deprecated.This overrides the default Action.doPerform() to execute the doEvent() method.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LoginUser
-
Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LogoutUser
-
Clears the PipelineData user object back to an anonymous status not logged in, and with a null ACL.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
-
Execute the action.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
-
doPerform is virtually identical to DefaultSessionValidator except that it calls template methods instead of bare screen methods.
- doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
-
Execute the action.
- doPerform(PipelineData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
-
This overrides the default Action.doPerform() to execute the doEvent() method.
- doPerform(PipelineData, Context) - Method in class org.apache.turbine.modules.actions.LegacyVelocityAction
-
Deprecated.Adapter method for legacy signature
- doPerform(PipelineData, Context) - Method in class org.apache.turbine.modules.actions.VelocityAction
-
You SHOULD override this method and implement it in your action.
- doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.LegacyVelocityAction
-
Deprecated.You SHOULD override this method and implement it in your action.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
-
In this application doGet and doPost are the same thing.
- doPostBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
-
Can be overridden to perform actions when the request is fully processed.
- doPostBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.VelocityPage
-
Allows the VelocityService to perform post-request actions.
- doPostBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
This method can be overridden to write code that executes when the template has been built (called from a finally clause, so executes regardless of whether an exception is thrown or not)
- doRedirect(PipelineData, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
You can call this within a Screen to cause an internal redirect to happen.
- doRedirect(PipelineData, String, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
-
You can call this within a Screen to cause an internal redirect to happen.
- doSelect(String, RecordMapper<T>, String) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelect(String, RecordMapper<T>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelect(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects JobEntryTorque objects from a database.
- doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects JobEntryTorque objects from a database within a transaction.
- doSelect(Criteria, RecordMapper<T>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelect(Criteria, RecordMapper<T>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelect(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects JobEntryTorque objects from the database which have the same content as the passed object.
- doSelectAsStream(String, RecordMapper<T>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelectAsStream(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects JobEntryTorque objects from a database within a transaction.
- doSelectAsStream(Criteria, RecordMapper<T>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects rows from a database an maps them to objects.
- doSelectSingleRecord(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects at most one JobEntryTorque object from a database.
- doSelectSingleRecord(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects at most one JobEntryTorque object from a database within a transaction.
- doSelectSingleRecord(Criteria, RecordMapper<T>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects at most a single row from a database an maps them to objects.
- doSelectSingleRecord(Criteria, RecordMapper<T>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects at most a single row from a database an maps them to objects.
- doSelectSingleRecord(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Selects at most one JobEntryTorque object from the database which has the same content as the passed object.
- doUpdate(Criteria, ColumnValues) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes an update against the database.
- doUpdate(Criteria, ColumnValues, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Executes an update against the database.
- doUpdate(ColumnValues) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do updates.
- doUpdate(ColumnValues, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Method to do updates.
- doUpdate(ColumnValues, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Method to do updates.
- doUpdate(JobEntryTorque) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Updates an JobEntryTorque in the database.
- doUpdate(JobEntryTorque, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Updates a JobEntryTorque in the database.
E
- EMAIL - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the EMAIL field
- embed(String, String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Embed a file in the mail.
- enabled - Variable in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Current status of the scheduler
- enabled - Variable in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Current status of the scheduler
- encodeResponse(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Encodes a Response Uri according to the Servlet Container.
- equals(Object) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Compares the primary key of this instance with the key of another.
- equals(Object) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
- equals(Object) - Method in class org.apache.turbine.util.uri.URIParam
-
Calculate equality based on field values
- error(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a error message.
- error(String, Throwable) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a error message.
- eval(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
-
Attempts to load and execute the external Navigation.
- eval(PipelineData, String) - Method in class org.apache.turbine.modules.ScreenLoader
-
Attempts to load and execute the external Screen.
- EVENT_PREFIX - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
prefix for event names
- exec() - Method in class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
-
builds the output of the navigation template
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.ActionLoader
-
Attempts to load and execute the external action.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.GenericLoader
-
Attempts to load and execute the external action that has been set.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.LayoutLoader
-
Attempts to load and execute the external layout.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
-
Attempts to load and execute the external Navigation.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.PageLoader
-
Attempts to load and execute the external page.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
-
Deprecated.
- exec(PipelineData, String) - Method in class org.apache.turbine.modules.ScreenLoader
-
Attempts to load and execute the Screen.
- exec(JobEntry, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
-
Attempts to load and execute the external ScheduledJob.
- execute(JobExecutionContext) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- executeEvents(ParameterParser, Class<?>[], Object[]) - Method in class org.apache.turbine.modules.ActionEvent
-
This method should be called to execute the event based system.
- executePage(PipelineData) - Method in class org.apache.turbine.pipeline.ExecutePageValve
-
execute the page generation.
- ExecutePageValve - Class in org.apache.turbine.pipeline
-
Implements the Page Generation portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
- ExecutePageValve() - Constructor for class org.apache.turbine.pipeline.ExecutePageValve
- executeStatement(String) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, String, List<JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, String, Map<String, JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Connection, List<JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Connection, Map<String, JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, List<JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- executeStatement(String, Map<String, JdbcTypedValue>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Utility method which executes a given sql statement as prepared statement.
- exists(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
- exists(String) - Method in interface org.apache.turbine.services.TurbineServiceProvider
-
Is the service known to the service container?
- expandRelative(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Expands a string that points to a relative path or path list, leaving it as an absolute path based on the servlet context.
- expandRelative(ServletConfig, String) - Static method in class org.apache.turbine.util.ServletUtils
-
Expands a string that points to a relative path or path list, leaving it as an absolute path based on the servlet context.
- EXTENSION_SEPARATOR - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Character that separates a Template Name from the Extension
F
- fatalError(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a fatalError message.
- fatalError(String, Throwable) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a fatalError message.
- findInitParameter(ServletContext, ServletConfig, String, String) - Method in class org.apache.turbine.Turbine
-
Finds the specified servlet configuration/initialization parameter, looking first for a servlet-specific parameter, then for a global parameter, and using the provided default if not found.
- forcePassword(User, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Forcibly sets new password for an User.
- forcePassword(User, String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Forcibly sets new password for an User.
- forcePassword(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Forcibly sets new password for an User.
- forcePassword(User, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Forcibly sets new password for an User.
- forcePassword(User, String) - Method in interface org.apache.turbine.services.security.UserManager
-
Forcibly sets new password for an User.
- format(String, Object...) - Method in class org.apache.turbine.services.localization.LocalizationTool
-
Formats a localized value using the provided objects.
- format(Date) - Method in class org.apache.turbine.services.pull.util.DateFormatter
-
Formats the given date as a String using the default date format.
- format(Date, String) - Method in class org.apache.turbine.services.pull.util.DateFormatter
-
Formats the given date as a String.
- formatHttpDate(Date) - Static method in class org.apache.turbine.util.HttpUtils
-
Formats a java Date according to rfc 1123, the rfc standard for dates in http.
- formatString(String, ParameterParser) - Method in class org.apache.turbine.modules.ActionEvent
-
This method does the conversion of the lowercase method name into the proper case.
- FormMessage - Class in org.apache.turbine.util
-
A message class for holding information about a message that relates to a specific form and field.
- FormMessage() - Constructor for class org.apache.turbine.util.FormMessage
-
Constructor.
- FormMessage(String) - Constructor for class org.apache.turbine.util.FormMessage
-
Constructor.
- FormMessage(String, String) - Constructor for class org.apache.turbine.util.FormMessage
-
Constructor.
- FormMessage(String, String, String) - Constructor for class org.apache.turbine.util.FormMessage
-
Constructor.
- FormMessages - Class in org.apache.turbine.util
-
Used for adding and accessing messages that relate to a specific form and field.
- FormMessages() - Constructor for class org.apache.turbine.util.FormMessages
-
Constructor.
- FTP_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
FTP Default Control Port
G
- GenerateUniqueId - Class in org.apache.turbine.util
-
This class generates a unique 10+ character id.
- GenerateUniqueId() - Constructor for class org.apache.turbine.util.GenerateUniqueId
- GenericLoader<T extends Assembler> - Class in org.apache.turbine.modules
-
This is the base class for the loaders.
- GenericLoader(Class<T>, IntSupplier) - Constructor for class org.apache.turbine.modules.GenericLoader
-
Basic constructor for creating a loader.
- get(Class<?>) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
-
Get the configured map of objects for the given key
- get(Class<?>) - Method in interface org.apache.turbine.pipeline.PipelineData
-
Get the configured map of objects for the given key
- get(Class<?>, Class<T>) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
-
Get a value from the configured map of objects for the given keys
- get(Class<?>, Class<T>) - Method in interface org.apache.turbine.pipeline.PipelineData
-
Get a value from the configured map of objects for the given keys
- get(String) - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Get the
OMTool.PullHelper
object with the given name - get(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
- get(String) - Method in class org.apache.turbine.services.intake.IntakeTool
-
get a specific group
- get(String) - Method in class org.apache.turbine.services.localization.LocalizationTool
-
Performs text lookups for localization.
- get(String) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve a skin property.
- get(String) - Method in class org.apache.turbine.services.pull.util.SessionData
-
Gets the data stored under the key.
- get(String) - Method in interface org.apache.turbine.services.TurbineServiceProvider
-
Returns an instance of the requested service.
- get(String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve a skin property from the default skin for the webapp.
- get(String) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve a skin property from the default skin for the webapp.
- get(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Get a specific group
- get(String, String) - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Get the object with the given name and key
- get(String, String) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Get a specific group by name and key.
- get(String, String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve a skin property from the named skin.
- get(String, String) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve a skin property from the named skin.
- get(String, String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Get a specific group by name and key.
- getAbsoluteLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getAbsoluteLink() - Method in class org.apache.turbine.services.urlmapper.MappedTemplateLink
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getAbsoluteLink() - Method in class org.apache.turbine.util.uri.DataURI
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getAbsoluteLink() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getAbsoluteLink(String) - Static method in class org.apache.turbine.util.uri.URIUtils
-
Convert a given Path into a Turbine Data URI.
- getAbsolutePathToResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
-
Return the absolute path of the resources directory used by application tools.
- getAbsolutePathToResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
-
Return the absolute path to the resources directory used by the application tools.
- getAbsoluteURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Returns the absolute URI leaving the source intact.
- getAbsoluteURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
-
Returns the Turbine URI of a given Path.
- getAccessCounter() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Gets the access counter for a user from perm storage.
- getAccessCounter() - Method in interface org.apache.turbine.om.security.User
-
Gets the access counter for a user from perm storage.
- getAccessCounterForSession() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Gets the access counter for a user during a session.
- getAccessCounterForSession() - Method in interface org.apache.turbine.om.security.User
-
Gets the access counter for a user during a session.
- getACL() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the access control list.
- getACL() - Method in interface org.apache.turbine.util.RunData
-
Gets the access control list.
- getACL(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Constructs an AccessControlList for a specific user.
- getACL(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Return a Class object representing the system's chosen implementation of of ACL interface.
- getACL(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Return a Class object representing the system's chosen implementation of of ACL interface.
- getACL(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Constructs an AccessControlList for a specific user.
- getACL(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Return a Class object representing the system's chosen implementation of of ACL interface for the given user
- getAction() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the action.
- getAction() - Method in interface org.apache.turbine.util.RunData
-
Gets the action.
- getActiveSessions() - Method in interface org.apache.turbine.services.session.SessionService
-
Gets all active sessions
- getActiveSessions() - Method in class org.apache.turbine.services.session.SessionTool
-
Gets a list of the active sessions
- getActiveSessions() - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Gets a list of the active sessions.
- getActiveUsers() - Method in interface org.apache.turbine.services.session.SessionService
-
Gets a collection of all user objects representing the users currently logged in.
- getActiveUsers() - Method in class org.apache.turbine.services.session.SessionTool
-
Gets a collection of all user objects representing the users currently logged in.
- getActiveUsers() - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Gets a collection of all user objects representing the users currently logged in.
- getAllGroups() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieves all groups defined in the system.
- getAllGroups() - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieves all groups defined in the system.
- getAllPermissions() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieves all permissions defined in the system.
- getAllPermissions() - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieves all permissions defined in the system.
- getAllRoles() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieves all roles defined in the system.
- getAllRoles() - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieves all roles defined in the system.
- getAnnotations(AccessibleObject) - Static method in class org.apache.turbine.annotation.AnnotationProcessor
-
Get cached annotations for field, class or method
- getAnonymousUser() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Constructs an User object to represent an anonymous user of the application.
- getAnonymousUser() - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Constructs an User object to represent an anonymous user of the application.
- getAnonymousUser() - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Constructs an User object to represent an anonymous user of the application.
- getAnonymousUser() - Method in interface org.apache.turbine.services.security.SecurityService
-
Constructs an User object to represent an anonymous user of the application.
- getAnonymousUser() - Method in interface org.apache.turbine.services.security.UserManager
-
Constructs an User object to represent an anonymous user of the application.
- getApplicationRoot() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Get the application root as set by the parent application.
- getApplicationRoot() - Method in interface org.apache.turbine.services.ServiceBroker
-
Get the application root as set by the parent application.
- getApplicationRoot() - Static method in class org.apache.turbine.Turbine
-
Get the application root for this Turbine webapp.
- getApplicationRootAsFile() - Static method in class org.apache.turbine.Turbine
-
Get the application root for this Turbine webapp as a file object.
- getAssembler(Class<T>, String) - Method in class org.apache.turbine.modules.GenericLoader
-
Pulls out an instance of the object by name.
- getAssembler(Class<T>, String) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
-
Attempts to load an Assembler of a type with a given name
- getAssembler(Class<T>, String) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
-
Attempt to retrieve an Assembler of a given type with a name.
- getAssembler(String) - Method in class org.apache.turbine.modules.GenericLoader
-
Pulls out an instance of the object by name.
- getAssembler(String) - Method in interface org.apache.turbine.modules.Loader
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
-
Get an Assembler.
- getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
-
Get an Assembler.
- getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
-
Get an Assembler.
- getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
-
Get an Assembler.
- getAssociatedFileExtensions() - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
- getAssociatedFileExtensions() - Method in interface org.apache.turbine.services.template.TemplateEngineService
-
Supplies the file extension to key this engine in
TemplateService
's registry with. - getAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
- getAttributeNames() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns an Enumeration containing the attribute names available within this servlet context.
- getAuthenticatedUser(String, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieves a User object representing an individual who has properly identified themselves with their verified username and password
- getAuthenticatedUser(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Authenticates an user, and constructs an User object to represent him/her.
- getBasePackage() - Static method in class org.apache.turbine.modules.GenericLoader
-
Gets the base package where Turbine should find its default modules.
- getBodyAttributes() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Returns the map of body attributes
- getBridge(HttpSession) - Method in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
Get the
JSONRPCBridge
from the session - getBridge(HttpSession) - Method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- getBrowserName() - Method in class org.apache.turbine.util.BrowserDetector
-
The browser name specified in the user agent string.
- getBrowserPlatform() - Method in class org.apache.turbine.util.BrowserDetector
-
The browser platform specified in the user agent string.
- getBrowserVersion() - Method in class org.apache.turbine.util.BrowserDetector
-
The browser version specified in the user agent string.
- getBundleName(Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
-
The return value of this method is used to set the name of the bundle used by this tool.
- getCacheSize() - Method in class org.apache.turbine.modules.GenericLoader
- getCacheSize() - Method in interface org.apache.turbine.modules.Loader
-
Get the size of a possibly configured cache
- getCacheSize() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
-
Get the size of a possibly configured cache
- getCacheSize() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
-
Get the size of a possibly configured cache
- getCacheSize() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Get the CacheSize value.
- getCacheSize() - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Get the CacheSize value.
- getCharset() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the charset.
- getCharset() - Method in interface org.apache.turbine.util.RunData
-
Gets the charset.
- getCharSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the charset.
- getCharSet() - Method in interface org.apache.turbine.util.RunData
-
Deprecated.
- getChildLogger(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Create a new child logger.
- getCid(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Get the cid of an embedded file.
- getClassLoader() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getClazz() - Method in class org.apache.turbine.pipeline.XmlValve
-
Get the class attribute
- getConfiguration() - Method in class org.apache.turbine.services.BaseService
-
Returns the configuration of this Service.
- getConfiguration() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Get the configuration for this service manager.
- getConfiguration() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
-
Returns the configuration of this service.
- getConfiguration() - Method in interface org.apache.turbine.services.Service
-
Returns the Configuration of this Service.
- getConfiguration() - Method in interface org.apache.turbine.services.ServiceManager
-
Get the configuration for this service manager.
- getConfiguration() - Static method in class org.apache.turbine.Turbine
-
Return the current configuration with all keys included
- getConfiguration(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Returns the configuration for the specified service.
- getConfiguration(String) - Method in interface org.apache.turbine.services.ServiceBroker
-
Returns the configuration of a specific service.
- getConfirmed() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the confirm value of the user
- getConfirmed() - Method in interface org.apache.turbine.om.security.User
-
Gets the confirmation value.
- getContentType() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the HTTP content type to return.
- getContentType() - Method in interface org.apache.turbine.util.RunData
-
Gets the HTTP content type to return.
- getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONScreen
- getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.PlainJSONScreen
- getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
-
Set the content type.
- getContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Create a Context object that also contains the globalContext.
- getContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Create an empty WebContext object.
- getContext() - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Get the context object that will be merged with the template.
- getContext(String) - Method in interface org.apache.turbine.services.naming.NamingService
-
Return the Context with the specified name.
- getContext(String) - Method in class org.apache.turbine.services.naming.TurbineNamingService
-
Return the Context with the specified name.
- getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getContext(PipelineData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Create a Context from the PipelineData object.
- getContext(PipelineData) - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Create a Context from the PipelineData object.
- getContextAndScript(StringBuilder) - Method in class org.apache.turbine.util.uri.BaseURI
-
Append the Context Path and Script Name to the passed String Buffer.
- getContextPath() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cached context path.
- getContextPath() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the context path for this Turbine application.
- getContextPath() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the context path for this Turbine application.
- getContextPath() - Static method in class org.apache.turbine.Turbine
-
Return the context path.
- getContextPath() - Method in interface org.apache.turbine.util.RunData
-
Gets the cached context path.
- getContextPath() - Method in class org.apache.turbine.util.ServerData
-
Get the context path.
- getContextPath() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns the context path.
- getContextPath() - Method in class org.apache.turbine.util.uri.BaseURI
-
Gets the context path.
- getContextPath() - Method in interface org.apache.turbine.util.uri.URI
-
Gets the context path.
- getCookieParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cookie parser without parsing the cookies.
- getCookieParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
-
Gets the cookie parser without parsing the cookies.
- getCookies() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cookies.
- getCookies() - Method in interface org.apache.turbine.util.RunData
-
Gets the cookies.
- getCreateDate() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the creation date of the user
- getCreateDate() - Method in interface org.apache.turbine.om.security.User
-
Gets the create date for this User.
- getDayOfMonth() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of dayOfMonth.
- getDayOfMonth() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of dayOfMonth.
- getDayOfMonth() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of dayOfMonth.
- getDayOfMonth(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field dayOfMonth in JobEntryTorque. - getDbObjectInstance() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Returns a new instance of the Data object class
- getDbObjectInstance() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Returns a new instance of the Data object class
- getDebugVariables() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets a Map of debug variables.
- getDebugVariables() - Method in interface org.apache.turbine.util.RunData
-
Gets a Map of debug variables.
- getDefault() - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
-
Populates the object with the default values from the XML File
- getDefaultBufferSize() - Method in interface org.apache.turbine.services.jsp.JspService
-
Returns the default buffer size of the JspService
- getDefaultBufferSize() - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
Returns the default buffer size of the JspService
- getDefaultCharset() - Static method in class org.apache.turbine.util.LocaleUtils
-
Gets the default charset defined by a property named "locale.default.charset"
- getDefaultCharSet() - Static method in class org.apache.turbine.util.LocaleUtils
-
Deprecated.
- getDefaultDoctype() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Retrieve the default Doctype as configured by the TurbineResources.peoperties default.doctype.root.element, default.doctype.identifier and default.doctype.url properties (defaults are "HTML", "-//W3C//DTD HTML 4.01 Transitional//EN" and "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd" respectively).
- getDefaultExtension() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default template name extension specified in the template service properties.
- getDefaultExtension() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default template name extension specified in the template service properties.
- getDefaultInputEncoding() - Static method in class org.apache.turbine.Turbine
-
Deprecated.Use
DefaultSetEncodingValve
to set default encoding - getDefaultInputEncoding() - Static method in class org.apache.turbine.util.LocaleUtils
-
Returns the default input encoding for the servlet.
- getDefaultLayout() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default layout module name of the template engine service corresponding to the default template name extension.
- getDefaultLayout() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default layout module name of the template engine service corresponding to the default template name extension.
- getDefaultLayoutName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultLayoutName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultLayoutName(PipelineData) - Method in interface org.apache.turbine.services.template.TemplateService
-
Find the default layout module name for the given request.
- getDefaultLayoutName(PipelineData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Find the default layout module name for the given request.
- getDefaultLayoutTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default layout template name of the template engine service corresponding to the default template name extension.
- getDefaultLayoutTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default layout template name of the template engine service corresponding to the default template name extension.
- getDefaultLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
- getDefaultLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
- getDefaultLocale() - Static method in class org.apache.turbine.util.LocaleUtils
-
Gets the default locale defined by properties named "locale.default.lang" and "locale.default.country".
- getDefaultName(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Returns the default name for the passed Template.
- getDefaultName(String) - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
-
Returns the default name for the passed Template.
- getDefaultName(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Returns the default name for the supplied template name.
- getDefaultNavigation() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default navigation module name of the template engine service corresponding to the default template name extension.
- getDefaultNavigation() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default navigation module name of the template engine service corresponding to the default template name extension.
- getDefaultNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultPage() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default page module name of the template engine service corresponding to the default template name extension.
- getDefaultPage() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default page module name of the template engine service corresponding to the default template name extension.
- getDefaultPageName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultPageName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultPageName(PipelineData) - Method in interface org.apache.turbine.services.template.TemplateService
-
Find the default page module name for the given request.
- getDefaultPageName(PipelineData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Find the default page module name for the given request.
- getDefaultProperty() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Get the DefaultProperty value.
- getDefaultProperty() - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Get the DefaultProperty value.
- getDefaultScreen() - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default screen module name of the template engine service corresponding to the default template name extension.
- getDefaultScreen() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default screen module name of the template engine service corresponding to the default template name extension.
- getDefaultScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
- getDefaultServerData() - Static method in class org.apache.turbine.Turbine
-
Return all the Turbine Servlet information (Server Name, Port, Scheme in a ServerData structure.
- getDefaultSessionTrackingModes() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getDefaultTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
-
Returns the Default Template Name with the Default Extension.
- getDefaultTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Returns the Default Template Name with the Default Extension.
- getDoctype(String, String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Build the doctype element.
- getEffectiveMajorVersion() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getEffectiveMinorVersion() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getEffectiveSessionTrackingModes() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getEmail() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the email address for this user.
- getEmail() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of email.
- getEmail(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field email in JobEntryTorque. - getExtension(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Return Extension for a supplied template
- getExtension(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Return Extension for a supplied template
- getFailScreen() - Method in class org.apache.turbine.util.SecurityCheck
-
Get the screen that should be displayed.
- getFailScreen() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Get the value of failScreen.
- getFailTemplate() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Get the value of failTemplate.
- getFieldNames() - Method in class org.apache.turbine.util.FormMessage
-
Return the field names.
- getFilterRegistration(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getFilterRegistrations() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getFirstName() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the first name for this user.
- getFormMessages(String) - Method in class org.apache.turbine.util.FormMessages
-
Gets all form messages for a given form.
- getFormMessages(String, String) - Method in class org.apache.turbine.util.FormMessages
-
Get form messages for a given form and field.
- getFormName() - Method in class org.apache.turbine.util.FormMessage
-
Return the form name.
- getGlobalContext() - Method in interface org.apache.turbine.services.pull.PullService
-
Get the context containing global tools that will be use as part of the Turbine Pull Model.
- getGlobalContext() - Method in class org.apache.turbine.services.pull.TurbinePullService
-
Return the Context which contains all global tools that are to be used in conjunction with the Turbine Pull Model.
- getGlobalGroup() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Provides a reference to the Group object that represents the global group.
- getGlobalGroup() - Method in interface org.apache.turbine.services.security.SecurityService
-
Provides a reference to the Group object that represents the global group.
- getGroupById(int) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Group object with specified Id.
- getGroupById(int) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Group object with specified Id.
- getGroupByName(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Group object with specified name.
- getGroupByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Group object with specified name.
- getGroupInstance() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Group object.
- getGroupInstance() - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Group object.
- getGroupInstance(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Group object.
- getGroupInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Group object.
- getGroupNamesMap() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
-
Get the map of group names to group indices for the stored Pattern
- getGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Get a Map containing all the groups.
- getHostUrl(StringBuilder) - Method in class org.apache.turbine.util.ServerData
-
Appends the Host URL to the supplied StringBuilder.
- getHour() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of hour.
- getHour() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of hour.
- getHour() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of hour.
- getHour(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field hour in JobEntryTorque. - getHttpEquivs() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Gets the map of http equiv tags
- getId() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get the Id of the SecurityEntity.
- getIdentifier() - Static method in class org.apache.turbine.util.GenerateUniqueId
-
Get the unique id.
- getIdentifier(String) - Method in class org.apache.turbine.util.GenerateUniqueId
-
Get the unique id.
- getIgnoreParameters() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- getImplicitParameters() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- getInit() - Method in class org.apache.turbine.services.BaseInitable
-
Returns initialization status.
- getInit() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- getInit() - Method in interface org.apache.turbine.services.Initable
-
Returns initialization status of an Initable.
- getInitable(String) - Method in class org.apache.turbine.services.BaseInitableBroker
-
Provides an instance of Initable class ready to work.
- getInitable(String) - Method in interface org.apache.turbine.services.InitableBroker
-
Provides an instance of Initable class ready to work.
- getInitableBroker() - Method in class org.apache.turbine.services.BaseInitable
-
Returns an InitableBroker reference.
- getInitableBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
-
Get the
InitableBroker
instance - getInitableInstance(String) - Method in class org.apache.turbine.services.BaseInitableBroker
-
Retrieves an instance of an Initable from the repository.
- getInitParameter(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Retrieves an initialization parameter.
- getInitParameterNames() - Method in class org.apache.turbine.util.TurbineConfig
-
Retrieves an Enumeration of initialization parameter names.
- getInstance() - Static method in class org.apache.turbine.modules.ActionLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.modules.LayoutLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.modules.NavigationLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.modules.PageLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.modules.ScheduledJobLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.modules.ScreenLoader
-
The method through which this class is accessed.
- getInstance() - Static method in class org.apache.turbine.services.TurbineServices
-
The method through which this class is accessed as a broker.
- getInstance(String) - Method in interface org.apache.turbine.om.RetrieverFactory
-
Deprecated.Gets an object capable of retrieving objects of type "className"
- getInstanceId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
-
Returns an identifier of this Turbine instance that is unique both on the server and worldwide.
- getInstanceId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
-
Returns an identifier of this Turbine instance that is unique both on the server and worldwide.
- getJNDIContexts() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets JNDI Contexts.
- getJNDIContexts() - Method in interface org.apache.turbine.util.RunData
-
Gets JNDI Contexts.
- getJob(int) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Get a specific Job from Storage.
- getJob(int) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Get a specific Job from Storage.
- getJob(int) - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Get a specific Job from Storage.
- getJob(int) - Method in class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.Get a specific Job from Storage.
- getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.This method returns the job element from the internal queue.
- getJob(J) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Return a specific job.
- getJob(String) - Method in class org.apache.turbine.services.schedule.SchedulerTool
-
Gets the job identified by the jobId.
- getJobDetail() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- getJobEntryTorquePeerImpl() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Returns an instance of the implementation of the peer.
- getJobId() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of jobId.
- getJobId() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of jobId.
- getJobId() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Get the value of jobId.
- getJobId() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of jobId.
- getJobId() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
-
Get the value of jobId.
- getJobId(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field jobId in JobEntryTorque. - getJobTrigger() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- getJspConfigDescriptor() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getKey() - Method in class org.apache.turbine.util.uri.URIParam
-
Returns the key.
- getLastAccessDate() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Gets the last access date for this User.
- getLastAccessDate() - Method in interface org.apache.turbine.om.security.User
-
Gets the last access date for this User.
- getLastLogin() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the date of the last login of the user
- getLastLogin() - Method in interface org.apache.turbine.om.security.User
-
Returns the user's last login date.
- getLastName() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the last name for this user.
- getLayout() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
- getLayout() - Method in interface org.apache.turbine.util.RunData
-
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
- getLayout(PipelineData) - Method in interface org.apache.turbine.modules.Screen
-
If the Layout has not been defined by the Screen then set the layout to be "DefaultLayout".
- getLayout(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
-
The layout must be set to null.
- getLayoutName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the layout module to be used with the named layout template.
- getLayoutName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the layout module to be used with the named layout template.
- getLayoutTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Convenience method for a template info that returns the layout template being used.
- getLayoutTemplate() - Method in interface org.apache.turbine.util.RunData
-
Convenience method for a template info that returns the layout template being used.
- getLayoutTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get the value of layout.
- getLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the layout template corresponding to the given screen template name parameter.
- getLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the layout template corresponding to the given screen template name parameter.
- getLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Returns the URI.
- getLinks() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Returns a collection of link URLs
- getLoader() - Method in interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
-
Get the loader for this type of assembler
- getLoader() - Method in class org.apache.turbine.services.template.mapper.ClassMapper
-
Get the Loader value.
- getLoader(Class<T>) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
-
Get a Loader for the given assembler type
- getLoader(Class<T>) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
-
Get a Loader for the given assembler type
- getLocale() - Method in class org.apache.turbine.services.localization.LocalizationTool
-
Gets the current locale.
- getLocale() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the locale.
- getLocale() - Method in interface org.apache.turbine.util.RunData
-
Gets the locale.
- getMailServer() - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Gets the host name of the outgoing mail server.
- getMailServer() - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Gets the host name of the outgoing mail server.
- getMajorVersion() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getManagedClass() - Method in interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
-
Get the class of this assembler
- getManagedClass() - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
-
Get the class of this assembler
- getMapEntries() - Method in class org.apache.turbine.services.urlmapper.model.URLMappingContainer
-
Get the list of map entries
- getMappedName(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Return the first match name for the given template name.
- getMappedName(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Return the first match name for the given template name.
- getMedia() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Gets the media for which the stylesheet should be applied.
- getMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the results of an action or another message to be displayed as a string.
- getMessage() - Method in class org.apache.turbine.util.FormMessage
-
Return the message.
- getMessage() - Method in interface org.apache.turbine.util.RunData
-
Gets the results of an action or another message to be displayed as a string.
- getMessage() - Method in class org.apache.turbine.util.SecurityCheck
-
Get the message that should be displayed.
- getMessage() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Get the message that should be displayed.
- getMessageAsHTML() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the results of an action or another message to be displayed as a string (never null).
- getMessageAsHTML() - Method in interface org.apache.turbine.util.RunData
-
Gets the results of an action or another message to be displayed as a string.
- getMessages() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets a FormMessages object where all the messages to the user should be stored.
- getMessages() - Method in interface org.apache.turbine.util.RunData
-
Gets a FormMessages object where all the messages to the user should be stored.
- getMetaTags() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Gets the map of meta tags
- getMethod(String, Class<?>[], ParameterParser) - Method in class org.apache.turbine.modules.ActionEvent
-
Retrieve a method of the given name and signature.
- getMimeType(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getMinorVersion() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getMinute() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of minute.
- getMinute() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of minute.
- getMinute() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of minute.
- getMinute(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field minute in JobEntryTorque. - getName() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get the Name of the SecurityEntity.
- getName() - Method in class org.apache.turbine.pipeline.TurbinePipeline
-
Get the name of this pipeline.
- getName() - Method in class org.apache.turbine.services.BaseService
-
Returns the name of this service.
- getName() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- getName() - Method in interface org.apache.turbine.services.Service
-
Returns the name of this Service.
- getName() - Method in class org.apache.turbine.services.urlmapper.model.URLMappingContainer
-
Get the name of this map.
- getNamedDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the navigation module to be used with the named navigation template.
- getNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the navigation module to be used with the named navigation template.
- getNavigationTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get the value of navigationTemplate.
- getNavigationTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the navigation template corresponding to the given template name parameter.
- getNavigationTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the navigation template corresponding to the given template name parameter.
- getNewContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
This method returns a new, empty Context object.
- getNewContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
-
This method returns a new, empty Context object.
- getNext() - Method in class org.apache.turbine.services.schedule.JobQueue
-
Return the next job off the top of the queue, or
null
if there are no jobs in the queue. - getNextRunAsString() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the next runtime for this job as a String.
- getNextRunAsString() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Get the next runtime for this job as a String.
- getNextRunAsString() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- getNextRunDate() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Gets the next runtime as a date
- getNextRunDate() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Gets the next runtime as a date
- getNextRunDate() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- getNextRuntime() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the next runtime for this job as a long.
- getNextRuntime() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Get the next runtime for this job as a long.
- getNextRuntime() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- getNonLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Get a non-local service managed by a TurbineServiceProvider.
- getObjectdata() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the value of the objectdata for this user.
- getOut() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the print writer.
- getOut() - Method in interface org.apache.turbine.util.RunData
-
Gets the print writer.
- getOverrideCharset() - Static method in class org.apache.turbine.util.LocaleUtils
-
Gets the charset defined by a property named "locale.override.charset" This property has no default.
- getOverrideCharSet() - Static method in class org.apache.turbine.util.LocaleUtils
-
Deprecated.
- getOverrideParameters() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- getPackages() - Static method in class org.apache.turbine.modules.GenericLoader
-
Gets the package list where Turbine should find its modules.
- getPage() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Gets the template variable used by the Template Service.
- getParameterParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the parameter parser without parsing the parameters.
- getParameterParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
-
Gets the parameter parser without parsing the parameters.
- getParameters() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the parameters.
- getParameters() - Method in interface org.apache.turbine.util.RunData
-
Gets the parameters.
- getPassword() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the user's password.
- getPathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Gets the current Path Info List.
- getPeer() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
returns a peer instance associated with this om.
- getPerm(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get an object from permanent storage.
- getPerm(String) - Method in interface org.apache.turbine.om.security.User
-
Get an object from permanent storage.
- getPerm(String, Object) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get an object from permanent storage; return default if value is null.
- getPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
-
Get an object from permanent storage; return default if value is null.
- getPermissionById(int) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Permission object with specified Id.
- getPermissionById(int) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Permission object with specified Id.
- getPermissionByName(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Permission object with specified name.
- getPermissionByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Permission object with specified name.
- getPermissionInstance() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Permission object.
- getPermissionInstance() - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Permission object.
- getPermissionInstance(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Permission object.
- getPermissionInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Permission object.
- getPermissions(Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieves all permissions associated with a role.
- getPermissions(Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieves all permissions associated with a role.
- getPermStorage() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the permanent storage.
- getPermStorage() - Method in interface org.apache.turbine.om.security.User
-
This should only be used in the case where we want to save the data to the database.
- getPrefix() - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
-
Get the Prefix value.
- getPrimaryKey() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
returns an id that differentiates this object from others of its class.
- getProperties() - Method in class org.apache.turbine.services.BaseService
-
Returns the properties of this Service.
- getProperties() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- getProperties() - Method in interface org.apache.turbine.services.Service
-
Returns the Properties of this Service.
- getProperty() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of property.
- getProperty(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field property in JobEntryTorque. - getPseudorandomId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
-
Returns a unique identifier that looks like random data.
- getPseudorandomId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
-
Returns a unique identifier that looks like random data.
- getQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Gets the current Query Data List.
- getQueryKey() - Method in interface org.apache.turbine.om.Retrievable
-
Deprecated.get an id that differentiates this object from others of its class.
- getRealPath(String) - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the complete filesystem path for a given URI
- getRealPath(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the complete filesystem path for a given URI
- getRealPath(String) - Static method in class org.apache.turbine.Turbine
-
Used to get the real path of configuration and resource information.
- getRealPath(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Translates a path relative to the web application root into an absolute path.
- getRedirectURI() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the redirect URI.
- getRedirectURI() - Method in interface org.apache.turbine.util.RunData
-
Gets the redirect URI.
- getReference() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Returns the current reference anchor.
- getReference() - Method in class org.apache.turbine.util.uri.BaseURI
-
Returns the current reference anchor.
- getReference() - Method in interface org.apache.turbine.util.uri.URI
-
Returns the current reference anchor.
- getRelation() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Gets the relation type of the tag.
- getRelativeLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getRelativeLink() - Method in class org.apache.turbine.services.urlmapper.MappedTemplateLink
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getRelativeLink() - Method in class org.apache.turbine.util.uri.DataURI
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getRelativeLink() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
- getRelativeTemplateName(String) - Method in interface org.apache.turbine.services.jsp.JspService
-
Searches for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher
- getRelativeTemplateName(String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
Searches for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher
- getRelativeURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Returns the relative URI leaving the source intact.
- getRelativeURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
-
Returns the Turbine URI of a given Path.
- getRelevantKeys() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
-
Get the set of relevant keys for comparison (cached for performance)
- getRemoteAddr() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the IP address of the client that sent the request.
- getRemoteAddr() - Method in interface org.apache.turbine.util.RunData
-
Gets the IP address of the client that sent the request.
- getRemoteHost() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the qualified name of the client that sent the request.
- getRemoteHost() - Method in interface org.apache.turbine.util.RunData
-
Gets the qualified name of the client that sent the request.
- getRequest() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the servlet request.
- getRequest() - Method in interface org.apache.turbine.util.RunData
-
Gets the servlet request.
- getRequestDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getResource(String) - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns an URL object for a given URI string.
- getResource(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns an URL object for a given URI string.
- getResource(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Returns a URL to the resource that is mapped to a specified path.
- getResourceAsStream(String) - Method in interface org.apache.turbine.services.servlet.ServletService
-
Same as getResource except that it returns an InputStream
- getResourceAsStream(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Same as getResource except that it returns an InputStream
- getResourceAsStream(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Returns the resource located at the named path as an
InputStream
object. - getResourcePaths(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
-
Return the resources directory.
- getResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
-
Return the resources directory.
- getResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the servlet response.
- getResponse() - Method in interface org.apache.turbine.util.RunData
-
Gets the servlet response.
- getResponse() - Method in class org.apache.turbine.util.uri.BaseURI
-
Returns the Response Object from the Servlet Container.
- getRoleById(int) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Role object with specified Id.
- getRoleById(int) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Role object with specified Id.
- getRoleByName(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Retrieve a Role object with specified name.
- getRoleByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Retrieve a Role object with specified name.
- getRoleInstance() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Role object.
- getRoleInstance() - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Role object.
- getRoleInstance(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank Role object.
- getRoleInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank Role object.
- getRunData() - Method in interface org.apache.turbine.pipeline.PipelineData
-
Get RunData from PipelineData
- getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
-
Gets a RunData object from a specific configuration.
- getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
-
Gets a RunData instance from a specific configuration.
- getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
-
Gets a default RunData object.
- getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
-
Gets a default RunData object.
- getScheduledJobs() - Method in class org.apache.turbine.services.schedule.SchedulerTool
-
Gets the list of scheduled jobs.
- getScheduler() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Exposing the Quartz scheduler to handle jobs/triggers in more detail.
- getSchemeAndPort(StringBuilder) - Method in class org.apache.turbine.util.uri.BaseURI
-
Appends Scheme, Server and optionally the port to the supplied String Buffer.
- getScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the screen to execute.
- getScreen() - Method in interface org.apache.turbine.util.RunData
-
Gets the screen to execute.
- getScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the screen module to be used with the named screen template.
- getScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the screen module to be used with the named screen template.
- getScreenTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Convenience method for a template info that returns the name of the template being used.
- getScreenTemplate() - Method in interface org.apache.turbine.util.RunData
-
Convenience method for a template info that returns the name of the template being used.
- getScreenTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get the value of screen for the RunData parameters.
- getScreenTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
Locate and return the name of the screen template corresponding to the given template name parameter.
- getScreenTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Locate and return the name of the screen template corresponding to the given template name parameter.
- getScript(String) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for a given script that is part of the skin.
- getScript(String, String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for a given script that is part of a skin.
- getScript(String, String) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for a given script that is part of a skin.
- getScript(String, String, ServerData) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for a given script that is part of a skin.
- getScript(String, String, ServerData) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for a given script that is part of a skin.
- getScript(String, RunData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for a given script that is part of the skin.
- getScript(String, ServerData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for a given script that is part of the skin.
- getScriptName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cached script name.
- getScriptName() - Static method in class org.apache.turbine.Turbine
-
Get the script name.
- getScriptName() - Method in interface org.apache.turbine.util.RunData
-
Gets the cached script name.
- getScriptName() - Method in class org.apache.turbine.util.ServerData
-
Get the script name
- getScriptName() - Method in class org.apache.turbine.util.uri.BaseURI
-
Gets the script name (/servlets/Turbine).
- getScriptName() - Method in interface org.apache.turbine.util.uri.URI
-
Gets the script name (/servlets/Turbine).
- getScripts() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Returns a collection of script URLs
- getSecond() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of second.
- getSecond() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of second.
- getSecond() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of second.
- getSecond(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field second in JobEntryTorque. - getSeparator() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Get the Separator value.
- getSeparator() - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Get the Separator value.
- getServerData() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the server data ofy the request.
- getServerData() - Method in interface org.apache.turbine.util.RunData
-
Gets the server data used by the request.
- getServerInfo() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getServerName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cached server name.
- getServerName() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the server name that this Turbine application is running on.
- getServerName() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the server name that this Turbine application is running on.
- getServerName() - Static method in class org.apache.turbine.Turbine
-
Return the server name.
- getServerName() - Method in interface org.apache.turbine.util.RunData
-
Gets the cached server name.
- getServerName() - Method in class org.apache.turbine.util.ServerData
-
Get the name of the server.
- getServerName() - Method in class org.apache.turbine.util.uri.BaseURI
-
Gets the server name.
- getServerName() - Method in interface org.apache.turbine.util.uri.URI
-
Gets the server name.
- getServerPort() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cached server port.
- getServerPort() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the port that this Turbine application is running through on the server.
- getServerPort() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the port that this Turbine application is running through on the server.
- getServerPort() - Static method in class org.apache.turbine.Turbine
-
Return the server port.
- getServerPort() - Method in interface org.apache.turbine.util.RunData
-
Gets the cached server port.
- getServerPort() - Method in class org.apache.turbine.util.ServerData
-
Get the server port.
- getServerPort() - Method in class org.apache.turbine.util.uri.BaseURI
-
Gets the server port.
- getServerPort() - Method in interface org.apache.turbine.util.uri.URI
-
Gets the server port.
- getServerScheme() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the cached server scheme.
- getServerScheme() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the server scheme for this Turbine application.
- getServerScheme() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the server scheme for this Turbine application.
- getServerScheme() - Static method in class org.apache.turbine.Turbine
-
Return the server scheme.
- getServerScheme() - Method in interface org.apache.turbine.util.RunData
-
Gets the cached server scheme.
- getServerScheme() - Method in class org.apache.turbine.util.ServerData
-
Get the server scheme.
- getServerScheme() - Method in class org.apache.turbine.util.uri.BaseURI
-
Returns the current Server Scheme
- getServerScheme() - Method in interface org.apache.turbine.util.uri.URI
-
Returns the current Server Scheme
- getService() - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get the value of service.
- getService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Returns an instance of requested Service.
- getService(String) - Method in interface org.apache.turbine.services.ServiceBroker
-
Returns an instance of requested Service.
- getServiceBroker() - Method in class org.apache.turbine.services.BaseService
-
Returns a ServiceBroker reference.
- getServiceBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
-
Get the
ServiceBroker
instance - getServiceInstance(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Retrieves an instance of a Service without triggering late initialization.
- getServiceNames() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Returns an Iterator over all known service names.
- getServiceNames(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Returns an Iterator over all known service names beginning with the provided prefix.
- getServiceObject(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Get an application specific service object.
- getServlet(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Deprecated.As of Java Servlet API 2.1, with no direct replacement.
- getServletConfig() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the servlet configuration used during servlet init.
- getServletConfig() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the servlet config used by this Turbine web application.
- getServletConfig() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the servlet config used by this Turbine web application.
- getServletConfig() - Method in interface org.apache.turbine.util.RunData
-
Gets the servlet configuration used during servlet init.
- getServletContext() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the servlet context used during servlet init.
- getServletContext() - Method in interface org.apache.turbine.services.servlet.ServletService
-
Returns the servlet context used by this Turbine web application.
- getServletContext() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Returns the servlet context used by this Turbine web application.
- getServletContext() - Method in interface org.apache.turbine.util.RunData
-
Gets the servlet context used during servlet init.
- getServletContext() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns a reference to the object cast onto ServletContext type.
- getServletContextName() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns the context name.
- getServletInfo() - Method in class org.apache.turbine.Turbine
-
Return the servlet info.
- getServletName() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns the servlet name.
- getServletNames() - Method in class org.apache.turbine.util.TurbineConfig
-
Deprecated.As of Java Servlet API 2.1, with no replacement.
- getServletRegistration(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getServletRegistrations() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getServlets() - Method in class org.apache.turbine.util.TurbineConfig
-
Deprecated.As of Java Servlet API 2.0, with no replacement.
- getSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the servlet session information.
- getSession() - Method in interface org.apache.turbine.util.RunData
-
Gets the servlet session information.
- getSession(String) - Method in interface org.apache.turbine.services.session.SessionService
-
Gets the HttpSession by the session identifier
- getSession(String) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Gets the HttpSession by the session identifier
- getSessionCookieConfig() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getSessionsForUser(User) - Method in interface org.apache.turbine.services.session.SessionService
-
Get a collection of all session on which the given user is logged in.
- getSessionsForUser(User) - Method in class org.apache.turbine.services.session.SessionTool
-
Get a collection of all session on which the given user is logged in.
- getSessionsForUser(User) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Get a collection of all session on which the given user is logged in.
- getSkin() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the skin name.
- getSkinNames() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Provide access to the list of available skin names.
- getSkinNames() - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Provide access to the list of available skin names.
- getSkinNames() - Method in interface org.apache.turbine.services.ui.UIService
-
Provide access to the list of available skin names.
- getStackTrace() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the stack trace if set.
- getStackTrace() - Method in interface org.apache.turbine.util.RunData
-
Gets the stack trace if set.
- getStackTraceException() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the stack trace exception if set.
- getStackTraceException() - Method in interface org.apache.turbine.util.RunData
-
Gets the stack trace exception if set.
- getStatusCode() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the HTTP status code to return.
- getStatusCode() - Method in interface org.apache.turbine.util.RunData
-
Gets the HTTP status code to return.
- getString(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Return a String from the temp hash map.
- getStringArray(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Return a String[] from the temp hash map.
- getStylecss() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for the style sheet that is part of the skin.
- getStylecss(String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for the style sheet that is part of a skin.
- getStylecss(String) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for the style sheet that is part of a skin.
- getStylecss(String, ServerData) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for the style sheet that is part of a skin.
- getStylecss(String, ServerData) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for the style sheet that is part of a skin.
- getStylecss(RunData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for the style sheet that is part of the skin.
- getStylecss(ServerData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for the style sheet that is part of the skin.
- getStyles() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Returns a collection of styles
- getSystemErrors() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets an array of system errors.
- getSystemErrors() - Method in interface org.apache.turbine.util.RunData
-
Gets an array of system errors.
- getTableMap() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().
- getTableMap() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Returns the TableMap related to this peer.
- getTask() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of task.
- getTask() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of task.
- getTask() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Get the Task
- getTask() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of task.
- getTask() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
-
Get the value of task.
- getTask(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field task in JobEntryTorque. - getTemp(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get an object from temporary storage.
- getTemp(String) - Method in interface org.apache.turbine.om.security.User
-
Get an object from temporary storage.
- getTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get an object from temporary storage.
- getTemp(String, Object) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get an object from temporary storage; return default if value is null.
- getTemp(String, Object) - Method in interface org.apache.turbine.om.security.User
-
Get an object from temporary storage; return default if value is null.
- getTemp(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get an object from temporary storage, or a default value.
- getTempKeys() - Method in class org.apache.turbine.util.template.TemplateInfo
-
Returns all the available names in the temporary storage.
- getTemplateContext(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Get the value of Template context.
- getTemplateEncoding() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the character encoding to use for reading template files.
- getTemplateEncoding() - Method in interface org.apache.turbine.util.RunData
-
Gets the character encoding to use for reading template files.
- getTemplateEngineService(String) - Method in interface org.apache.turbine.services.template.TemplateService
-
The
TemplateEngineService
associated with the specified template's file extension. - getTemplateEngineService(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
The
TemplateEngineService
associated with the specified template's file extension. - getTemplateEngineServiceConfiguration() - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
- getTemplateEngineServiceConfiguration() - Method in interface org.apache.turbine.services.template.TemplateEngineService
-
Return the configuration of the template engine in the form of a Hashtable.
- getTemplateInfo() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the template info.
- getTemplateInfo() - Method in interface org.apache.turbine.util.RunData
-
Gets the template info.
- getTempStorage() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Returns the temporary storage.
- getTempStorage() - Method in interface org.apache.turbine.om.security.User
-
This should only be used in the case where we want to save the data to the database.
- getThread() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Return the thread being used to process commands, or null if there is no such thread.
- getTitle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the title of the page.
- getTitle() - Method in interface org.apache.turbine.util.RunData
-
Gets the title of the page.
- getTitle() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Get the title in the page.
- getTitle() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Gets the title of the style sheet
- getTurbine() - Method in class org.apache.turbine.util.TurbineConfig
-
Returns a reference to the Turbine servlet that was initialized.
- getTurbineServletConfig() - Static method in class org.apache.turbine.Turbine
-
Get the servlet config for this turbine webapp.
- getTurbineServletContext() - Static method in class org.apache.turbine.Turbine
-
Get the servlet context for this turbine webapp.
- getType() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Gets the content type of the style sheet
- getUniqueId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
-
Returns an identifier that is unique within this turbine instance, but does not have random-like appearance.
- getUniqueId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
-
Returns an identifier that is unique within this Turbine instance, but does not have random-like appearance.
- getURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Returns the relative URI leaving the source intact.
- getURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
-
Returns the Turbine URI of a given Path
- getUrl() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
- getUrlPattern() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- getUser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Gets the user.
- getUser() - Method in interface org.apache.turbine.util.RunData
-
Gets the user.
- getUser(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Constructs an User object to represent a registered user of the application.
- getUser(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Constructs an User object to represent a registered user of the application.
- getUserAgent() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Get the user agent for the request.
- getUserAgent() - Method in class org.apache.turbine.util.BrowserDetector
-
The user agent for this class.
- getUserAgent() - Method in interface org.apache.turbine.util.RunData
-
Get the user agent for the request.
- getUserAgentString() - Method in class org.apache.turbine.util.BrowserDetector
-
The user agent string for this class.
- getUserDelegate() - Method in class org.apache.turbine.om.security.DefaultUserImpl
- getUserDelegate() - Method in interface org.apache.turbine.om.security.TurbineUserDelegate
-
Get the delegated user
- getUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Attempts to get the user from the session.
- getUserFromSession() - Method in interface org.apache.turbine.util.RunData
-
Attempts to get the user from the session.
- getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Attempts to get the User object from the session.
- getUserFromSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
-
Gets the User object of the the specified HttpSession.
- getUserFromSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
-
Gets the User object of the the specified HttpSession.
- getUserFromSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Gets the User object of the the specified HttpSession.
- getUserGroupRoleSet() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Get the User/Group/Role set associated with this entity
- getUserInstance() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank User object.
- getUserInstance() - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Construct a blank User object.
- getUserInstance() - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Construct a blank User object.
- getUserInstance() - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank User object.
- getUserInstance() - Method in interface org.apache.turbine.services.security.UserManager
-
Construct a blank User object.
- getUserInstance(String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Construct a blank User object.
- getUserInstance(String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Construct a blank User object.
- getUserInstance(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Construct a blank User object.
- getUserInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Construct a blank User object.
- getUserInstance(String) - Method in interface org.apache.turbine.services.security.UserManager
-
Construct a blank User object.
- getUserManager() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Returns the configured UserManager.
- getUserManager() - Method in interface org.apache.turbine.services.security.SecurityService
-
Returns the configured UserManager.
- getUserWrapper(TurbineUser) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Exception could be ignored, as it is tested before in
DefaultUserManager.init(Configuration)
. - getUserWrapperClass() - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Get the wrapper class for user objects
- getValue() - Method in class org.apache.turbine.util.uri.URIParam
-
Returns the value.
- getValves() - Method in interface org.apache.turbine.pipeline.Pipeline
-
Return the set of all Valves in the pipeline.
- getValves() - Method in class org.apache.turbine.pipeline.TurbinePipeline
- getVirtualServerName() - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- getWebappSkinName() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Get the name of the default skin name for the web application from the TurbineResources.properties file.
- getWebappSkinName() - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Get the name of the default skin name for the web application from the TurbineResources.properties file.
- getWebappSkinName() - Method in interface org.apache.turbine.services.ui.UIService
-
Get the name of the default skin name for the web application from the TurbineResources.properties file.
- getWeekDay() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Get the value of weekDay.
- getWeekDay() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Get the value of weekDay.
- getWeekDay() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Get the value of weekDay.
- getWeekDay(ResultSet, int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Reads the value of the
columnIndex
'th column in theresultSet
so that it can be used to set the field weekDay in JobEntryTorque. - getXmlParameters() - Method in class org.apache.turbine.services.urlmapper.model.XmlParameterList
-
Get the list of XmlParameters
- GLOBAL_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property Key for the global tools
- grant(Role, Permission) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Grants a Role a Permission
- grant(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
-
Grants a Role a Permission
- grant(User, Group, Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Grant an User a Role in a Group.
- grant(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Grant an User a Role in a Group.
- group() - Method in annotation type org.apache.turbine.annotation.TurbineRequiredPermission
-
Get the name of the permission-associated group
- group() - Method in annotation type org.apache.turbine.annotation.TurbineRequiredRole
-
Get the name of the role-associated group
- groups - Variable in class org.apache.turbine.services.intake.IntakeTool
-
Groups from intake.xml
H
- handleException(PipelineData, HttpServletResponse, Throwable) - Method in class org.apache.turbine.Turbine
-
This method is about making sure that we catch and display errors to the screen in one fashion or another.
- handleFormCounterToken(RunData, boolean) - Method in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- handleHorribleException(HttpServletResponse, Throwable) - Method in class org.apache.turbine.Turbine
-
This method handles exception cases where no PipelineData object exists
- handleRequest(PipelineData, String) - Method in interface org.apache.turbine.services.jsp.JspService
-
executes the JSP given by templateName.
- handleRequest(PipelineData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
executes the JSP given by templateName.
- handleRequest(PipelineData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
-
executes the JSP given by templateName.
- handleRequest(PipelineData, String, boolean) - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
executes the JSP given by templateName.
- handleRequest(Context, String) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Process the request and fill in the template with the values you set in the Context.
- handleRequest(Context, String) - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Process the request and fill in the template with the values you set in the Context.
- handleRequest(Context, String, OutputStream) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Process the request and fill in the template with the values you set in the Context.
- handleRequest(Context, String, OutputStream) - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Process the request and fill in the template with the values you set in the Context.
- handleRequest(Context, String, Writer) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Process the request and fill in the template with the values you set in the Context.
- handleRequest(Context, String, Writer) - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Process the request and fill in the template with the values you set in the Context.
- HAS_LOGGED_IN - Static variable in interface org.apache.turbine.om.security.User
-
The 'temp storage' key name for the 'has logged in' flag
- hasAction() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Whether or not an action has been defined.
- hasAction() - Method in interface org.apache.turbine.util.RunData
-
Whether or not an action has been defined.
- hashCode() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
If the primary key is not
null
, return the hashcode of the primary key. - hashCode() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
- hashCode() - Method in class org.apache.turbine.util.uri.URIParam
-
Calculate hash code based on field values
- hasLoggedIn() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
The user is considered logged in if they have not timed out.
- hasLoggedIn() - Method in interface org.apache.turbine.om.security.User
-
The user is considered logged in if they have not timed out.
- hasMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Whether or not a message has been defined.
- hasMessage() - Method in interface org.apache.turbine.util.RunData
-
Whether or not a message has been defined.
- hasPathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Is Path Info data set in this URI?
- hasPermission(String) - Method in class org.apache.turbine.util.SecurityCheck
-
Does the user have this permission?
- hasPermission(Permission) - Method in class org.apache.turbine.util.SecurityCheck
-
Does the user have this permission?
- hasPermission(Permission) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Does the User have this permission?
- hasQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Is Query data set in this URI?
- hasReference() - Method in class org.apache.turbine.util.uri.BaseURI
-
Does this URI contain an anchor?
- hasRole(String) - Method in class org.apache.turbine.util.SecurityCheck
-
Does the user have this role?
- hasRole(Role) - Method in class org.apache.turbine.util.SecurityCheck
-
Does the user have this role?
- hasRole(Role) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Does the User have this role?
- hasScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Whether or not a screen has been defined.
- hasScreen() - Method in interface org.apache.turbine.util.RunData
-
Whether or not a screen has been defined.
- hasService(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
- HOUR - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the HOUR field
- HtmlPageAttributes - Class in org.apache.turbine.util.template
-
Template context tool that can be used to set various attributes of a HTML page.
- HtmlPageAttributes() - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes
-
Construct a new instance
- HtmlPageAttributes.LinkTag - Class in org.apache.turbine.util.template
-
Helper class to hold data about a <link
- HTTP - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
HTTP protocol.
- HTTP_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
HTTP Default Port
- HTTPS - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
HTTPS protocol.
- HTTPS_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
HTTPS Default Port
- HttpUtils - Class in org.apache.turbine.util
-
This class provides utilities for handling some semi-trivial HTTP stuff that would otherwise be handled elsewhere.
- HttpUtils() - Constructor for class org.apache.turbine.util.HttpUtils
I
- image(String) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for an image that is part of the skin.
- image(String, String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for an image that is part of a skin.
- image(String, String) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for an image that is part of a skin.
- image(String, String, ServerData) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Retrieve the URL for an image that is part of a skin.
- image(String, String, ServerData) - Method in interface org.apache.turbine.services.ui.UIService
-
Retrieve the URL for an image that is part of a skin.
- image(String, RunData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for an image that is part of the skin.
- image(String, ServerData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Retrieve the URL for an image that is part of the skin.
- incrementAccessCounter() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Increments the permanent hit counter for the user.
- incrementAccessCounter() - Method in interface org.apache.turbine.om.security.User
-
Increments the permanent hit counter for the user.
- incrementAccessCounterForSession() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Increments the session hit counter for the user.
- incrementAccessCounterForSession() - Method in interface org.apache.turbine.om.security.User
-
Increments the session hit counter for the user.
- info(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a info message.
- info(String, Throwable) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a info message.
- init() - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
-
Initializes the AssemblerBroker and loads the AssemblerFactory classes registered in TurbineResources.Properties.
- init() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Load all configured components and initialize them.
- init() - Method in class org.apache.turbine.services.BaseInitable
-
Performs late initialization.
- init() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Initialize this service manager.
- init() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- init() - Method in interface org.apache.turbine.services.Initable
-
Performs late initialization of an Initable.
- init() - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
Load all configured components and initialize them.
- init() - Method in class org.apache.turbine.services.naming.TurbineNamingService
-
Called the first time the Service is used.
- init() - Method in class org.apache.turbine.services.pull.TurbinePullService
-
Called the first time the Service is used.
- init() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
-
Initializes the service by setting the pool capacity.
- init() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Initializes the SchedulerService.
- init() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Initializes the SchedulerService.
- init() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Initializes the SecurityService, locating the appropriate UserManager This is a zero parameter variant which queries the Turbine Servlet for its config.
- init() - Method in interface org.apache.turbine.services.ServiceManager
-
Initialize this service manager.
- init() - Method in class org.apache.turbine.services.servlet.TurbineServletService
-
Load all configured components and initialize them.
- init() - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Initializes the service
- init() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Initializes the Mapper.
- init() - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Mapper initialization.
- init() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Called the first time the Service is used.
- init() - Method in class org.apache.turbine.services.TurbineBaseService
-
Performs late initialization.
- init() - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Initializes the service.
- init() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
-
Initializes the service upon first Turbine.doGet() invocation.
- init() - Method in class org.apache.turbine.services.urlmapper.TurbineURLMapperService
-
Initializes the service.
- init() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Load all configured components and initialize them.
- init() - Method in class org.apache.turbine.Turbine
-
This init method will load the default resources from a properties file.
- init(Object) - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Prepares tool for a single request
- init(Object) - Method in class org.apache.turbine.services.BaseInitable
-
Performs early initialization.
- init(Object) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- init(Object) - Method in interface org.apache.turbine.services.Initable
-
Performs early initialization of an Initable During the startup of the system, different objects may be passed to your class using this method.
- init(Object) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Prepares intake for a single request
- init(Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
-
Sets the request to get the
Accept-Language
header from (reset on each request). - init(Object) - Method in interface org.apache.turbine.services.pull.ApplicationTool
-
Initialize the application tool.
- init(Object) - Method in interface org.apache.turbine.services.pull.PipelineDataApplicationTool
-
Initialize the application tool.
- init(Object) - Method in interface org.apache.turbine.services.pull.RunDataApplicationTool
-
Initialize the application tool.
- init(Object) - Method in class org.apache.turbine.services.pull.tools.ContentTool
-
This will initialize a ContentTool object that was constructed with the default constructor (ApplicationTool method).
- init(Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
This will initialize a TemplateLink object that was constructed with the default constructor (ApplicationTool method).
- init(Object) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Initialize the UITool object.
- init(Object) - Method in class org.apache.turbine.services.pull.util.DateFormatter
-
Initialize the application tool.
- init(Object) - Method in class org.apache.turbine.services.pull.util.SessionData
-
Initialize the application tool.
- init(Object) - Method in class org.apache.turbine.services.schedule.SchedulerTool
-
Initialize the pull tool
- init(Object) - Method in class org.apache.turbine.services.session.SessionTool
- init(Object) - Method in class org.apache.turbine.services.TurbineBaseService
-
Performs early initialization.
- init(Object) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Initialize this instance.
- init(Configuration) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Initializes the UserManager
- init(Configuration) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Initializes the UserManager
- init(Configuration) - Method in interface org.apache.turbine.services.security.UserManager
-
Initializes the UserManager
- init(PipelineData) - Method in class org.apache.turbine.services.TurbineBaseService
-
Performs early initialization.
- init(PipelineData) - Method in class org.apache.turbine.Turbine
-
Initializes the services which need
PipelineData
to initialize themselves (post startup). - init(RunData) - Method in class org.apache.turbine.util.TurbineConfig
-
Initialization requiring a HTTP
GET
request. - Initable - Interface in org.apache.turbine.services
-
Classes that implement this interface need initialization before they can work.
- initableBroker - Variable in class org.apache.turbine.services.BaseInitable
-
InitableBroker that instantiatd this class.
- InitableBroker - Interface in org.apache.turbine.services
-
Classes that implement this interface can act as a broker for
Initable
classes. - initables - Variable in class org.apache.turbine.services.BaseInitableBroker
-
A repository of Initable instances.
- initClass(String, Object) - Method in class org.apache.turbine.services.BaseInitableBroker
-
Performs early initialization of an Initable class.
- initClass(String, Object) - Method in interface org.apache.turbine.services.InitableBroker
-
Performs early initialization of an Initable class.
- initConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
-
Initialize the Template Engine Service.
- InitContextsAction - Class in org.apache.turbine.modules.actions
-
Used to initialize JNDI contexts.
- InitContextsAction() - Constructor for class org.apache.turbine.modules.actions.InitContextsAction
- initDatabaseMap() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
- InitializationException - Exception in org.apache.turbine.services
-
Thrown by
Initable
class in case of initialization problems. - InitializationException(String) - Constructor for exception org.apache.turbine.services.InitializationException
-
Construct an InitializationException with specified detail message.
- InitializationException(String, Throwable) - Constructor for exception org.apache.turbine.services.InitializationException
-
Construct an InitializationException with specified detail message and nested Throwable.
- initialize() - Method in class org.apache.turbine.modules.actions.VelocityAction
-
Initialize the module.
- initialize() - Method in interface org.apache.turbine.pipeline.Pipeline
-
Initializes this instance.
- initialize() - Method in class org.apache.turbine.pipeline.TurbinePipeline
- initialize() - Method in interface org.apache.turbine.pipeline.Valve
-
Initialize the valve before using in a pipeline.
- initialize() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Initializes the container
- initialize() - Method in class org.apache.turbine.util.TurbineConfig
-
Causes this class to initialize itself which in turn initializes all of the Turbine Services that need to be initialized.
- initialize() - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
-
Provides a means of initializing the module.
- initialized - Variable in class org.apache.turbine.util.velocity.VelocityActionEvent
-
Indicates whether or not this module has been initialized.
- initMapping() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Creates a mapping between Service names and class names.
- initParams - Variable in class org.apache.turbine.util.TurbineConfig
-
Turbine servlet initialization parameters.
- initService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Performs early initialization of specified service.
- initService(String) - Method in interface org.apache.turbine.services.ServiceBroker
-
Performs early initialization of the specified service.
- initServices() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Performs early initialization of all services.
- initServices(boolean) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Performs early initialization of all services.
- InputFilterUtils - Class in org.apache.turbine.util
-
Some filter methods that have been orphaned in the Screen class.
- InputFilterUtils() - Constructor for class org.apache.turbine.util.InputFilterUtils
- InstantiationException - Exception in org.apache.turbine.services
-
Thrown by
InitableBroker
andServiceBroker
classes to indicate problems with instatiation of requested objects. - InstantiationException(String) - Constructor for exception org.apache.turbine.services.InstantiationException
-
Construct an InstantiationException with specified detail message.
- InstantiationException(String, Throwable) - Constructor for exception org.apache.turbine.services.InstantiationException
-
Construct an InstantiatioException with specified detail message and nested Throwable.
- INTAKE_GRP - Static variable in class org.apache.turbine.services.intake.IntakeTool
-
Constant for the hidden fieldname
- intakeService - Variable in class org.apache.turbine.services.intake.IntakeTool
-
The Intake service.
- IntakeTool - Class in org.apache.turbine.services.intake
-
The main class through which Intake is accessed.
- IntakeTool() - Constructor for class org.apache.turbine.services.intake.IntakeTool
-
Constructor
- IntakeTool.PullHelper - Class in org.apache.turbine.services.intake
-
Inner class to present a nice interface to the template designer
- INTIALLY_ACTIVE - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
-
TR.props key for initially activating the scheduler thread
- InvalidState - Class in org.apache.turbine.modules.screens.error
-
Users will get this screen if the screen on their browser is in an invalid state.
- InvalidState() - Constructor for class org.apache.turbine.modules.screens.error.InvalidState
- invoke(PipelineData) - Method in interface org.apache.turbine.pipeline.Pipeline
-
Cause the specified request and response to be processed by the sequence of Valves associated with this pipeline, until one of these Valves decides to end the processing.
- invoke(PipelineData) - Method in class org.apache.turbine.pipeline.TurbinePipeline
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.CleanUpValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultACLCreationValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultLoginValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
-
Deprecated.
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSessionValidationValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSetEncodingValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineActionValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineTargetValve
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.ExecutePageValve
- invoke(PipelineData, ValveContext) - Method in interface org.apache.turbine.pipeline.Valve
-
Perform request processing as required by this Valve.
- invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.services.urlmapper.URLMapperValve
- invokeNext(PipelineData) - Method in class org.apache.turbine.pipeline.TurbinePipeline
- invokeNext(PipelineData) - Method in interface org.apache.turbine.pipeline.ValveContext
-
Cause the
invoke()
method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus thisValveContext
instance. - isActive() - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Check to see if job is currently active/running
- isActive() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Check to see if job is currently active/running
- isActive() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- isAllValid() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Loops through all of the Groups and checks to see if the data within the Group is valid.
- isAnonymousUser(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
- isAnonymousUser(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
- isAnonymousUser(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
- isAnonymousUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
- isAnonymousUser(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
- isAuthorized(AccessibleObject, A) - Static method in class org.apache.turbine.annotation.AnnotationProcessor
-
Check if the object given is authorized to be executed based on its annotations The method will return false if one of the annotations denies execution
- isAuthorized(AccessibleObject, A, AnnotationProcessor.ConditionType) - Static method in class org.apache.turbine.annotation.AnnotationProcessor
-
Check if the object given is authorized to be executed based on its annotations The method's return value depends on the conditonType, refer to the ConditionType
- isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
-
Implement this method to perform the security check needed.
- isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONSecureScreen
-
Override this method to perform the necessary security checks.
- isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.PlainJSONSecureAnnotatedScreen
-
Use this method to perform the necessary security check with Turbine annotations
TurbineRequiredRole
in a newly overriddenPlainJSONSecureAnnotatedScreen.doOutput(PipelineData)
method. - isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
-
Implement this method to perform the security check needed.
- isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.LegacyVelocitySecureAction
-
Deprecated.Implement this method to perform the security check needed.
- isAuthorized(RunData) - Method in class org.apache.turbine.modules.screens.LegacyVelocitySecureScreen
-
Deprecated.Implement this method to perform the security check needed.
- isCaching() - Method in interface org.apache.turbine.services.template.TemplateService
-
Returns true if the Template Service has caching activated
- isCaching() - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Returns true if the Template Service has caching activated
- isConfirmed() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
This method reports whether or not the user has been confirmed in the system by checking the User.CONFIRM_VALUE column in the users record to see if it is equal to User.CONFIRM_DATA.
- isConfirmed() - Method in interface org.apache.turbine.om.security.User
-
This method reports whether or not the user has been confirmed in the system by checking the TurbineUserPeer.CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
- isDebugEnabled() - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Determine if messages of priority "debug" will be logged.
- isDeleted() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Returns whether this object was deleted from the database.
- isDisposed() - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Checks whether the recyclable has been disposed.
- isDisposed() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Checks whether the recyclable has been disposed.
- isDisposed() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Checks whether the object is disposed.
- isEnabled() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Determines if the scheduler service is currently enabled.
- isEnabled() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Determines if the scheduler service is currently enabled.
- isEnabled() - Method in class org.apache.turbine.services.schedule.SchedulerTool
-
Determines if the scheduler service is currently enabled.
- isEnabled() - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Determines if the scheduler service is currently active.
- isErrorEnabled() - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Determine if messages of priority "error" will be logged.
- isFatalErrorEnabled() - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Determine if messages of priority "fatalError" will be logged.
- isInfoEnabled() - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Determine if messages of priority "info" will be logged.
- isInitialized - Variable in class org.apache.turbine.services.BaseInitable
-
Initialization status of this class.
- isLoading() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Returns whether this object is currently being loaded from the database.
- isLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Determines if the requested service is managed by this ServiceBroker.
- isModified() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Returns whether the object has been modified.
- isNew() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Returns whether the object has ever been saved.
- isNew() - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Check to see if job is new
- isNew() - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Return true, if the entry is not yet persisted
- isNew() - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
-
Return true, if the entry is not yet persisted
- isNonLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Determines if the requested service is managed by an initialized TurbineServiceProvider.
- isOutSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Deprecated.no replacement planned, response writer will not be cached
- isOutSet() - Method in interface org.apache.turbine.util.RunData
-
Deprecated.no replacement planned, response writer will not be cached
- isRedirect() - Method in class org.apache.turbine.util.uri.BaseURI
-
Returns the current value of the Redirect flag
- isRegistered(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Determines whether a service is registered in the configured
TurbineResources.properties
. - isRegistered(String) - Method in interface org.apache.turbine.services.ServiceBroker
-
Determines whether a service is registered in the configured
TurbineResources.properties
. - isSaving() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Returns whether this object is currently saving.
- isUseCache() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Get the UseCache value.
- isUseCache() - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Get the UseCache value.
- isUserLoggedIn(User) - Method in interface org.apache.turbine.services.session.SessionService
-
Determines if a given user is currently logged in.
- isUserLoggedIn(User) - Method in class org.apache.turbine.services.session.SessionTool
-
Determines if a given user is currently logged in.
- isUserLoggedIn(User) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Determines if a given user is currently logged in.
- isWarnEnabled() - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Determine if messages of priority "warn" will be logged.
- iterator() - Method in class org.apache.turbine.services.pull.util.SessionData
-
Gets a iterator for the keys.
J
- JavaActionFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
- JavaBaseFactory<T extends Assembler> - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
- JavaLayoutFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A layout factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
- JavaNavigationFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
- JavaPageFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
- JavaScheduledJobFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaScheduledJobFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
- JavaScreenFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
-
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
- JavaScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
- JOB_ID - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the JOB_ID field
- JobEntry - Interface in org.apache.turbine.services.schedule
-
This is a interface for a scheduled job.
- JobEntryNonPersistent - Class in org.apache.turbine.services.schedule
-
This is an implementation of a JobEntry with no persistence.
- JobEntryNonPersistent() - Constructor for class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Default constructor
- JobEntryNonPersistent(int, int, int, int, int, String) - Constructor for class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Constructor.
- JobEntryQuartz - Class in org.apache.turbine.services.schedule
-
This implements a Turbine scheduled job model for the
QuartzScheduler
. - JobEntryQuartz() - Constructor for class org.apache.turbine.services.schedule.JobEntryQuartz
-
Default constructor
- JobEntryQuartz(Trigger) - Constructor for class org.apache.turbine.services.schedule.JobEntryQuartz
-
Constructor
- JobEntryQuartz(Trigger, JobDetail) - Constructor for class org.apache.turbine.services.schedule.JobEntryQuartz
-
Constructor
- JobEntryTorque - Class in org.apache.turbine.services.schedule
-
The skeleton for this class was autogenerated by Torque on: [Tue Dec 14 09:49:30 CET 2021] You should add additional methods to this class to meet the application requirements.
- JobEntryTorque() - Constructor for class org.apache.turbine.services.schedule.JobEntryTorque
- JobEntryTorquePeer - Class in org.apache.turbine.services.schedule
-
The skeleton for this class was autogenerated by Torque on: [Tue Dec 14 09:49:30 CET 2021] This class provides static wrappers for the peer implementation classes.
- JobEntryTorquePeer() - Constructor for class org.apache.turbine.services.schedule.JobEntryTorquePeer
- JobEntryTorquePeerImpl - Class in org.apache.turbine.services.schedule
-
The skeleton for this class was autogenerated by Torque on: [Tue Dec 14 09:49:30 CET 2021] You should add additional methods to this class to meet the application requirements.
- JobEntryTorquePeerImpl() - Constructor for class org.apache.turbine.services.schedule.JobEntryTorquePeerImpl
- JobEntryTorqueRecordMapper - Class in org.apache.turbine.services.schedule
-
Maps ResultSet rows into JobEntryTorque objects.
- JobEntryTorqueRecordMapper() - Constructor for class org.apache.turbine.services.schedule.JobEntryTorqueRecordMapper
- JobQueue<J extends JobEntry> - Class in org.apache.turbine.services.schedule
-
Queue for the scheduler.
- JobQueue() - Constructor for class org.apache.turbine.services.schedule.JobQueue
-
Creates a new instance.
- JSON_BRIDGE_KEY - Static variable in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
-
The key used to store the bridge in the session.
- JSON_TYPE - Static variable in class org.apache.turbine.modules.screens.PlainJSONScreen
- JSONProcessor - Class in org.apache.turbine.services.jsonrpc
-
Process a JSON RPC call
- JSONProcessor() - Constructor for class org.apache.turbine.services.jsonrpc.JSONProcessor
- JSONRPC_CONTENT_TYPE - Static variable in class org.apache.turbine.modules.screens.JSONScreen
- jsonRpcService - Variable in class org.apache.turbine.modules.screens.JSONScreen
-
Injected service instance
- JsonRpcService - Interface in org.apache.turbine.services.jsonrpc
-
The interface an JsonRpcService implements.
- JSONScreen - Class in org.apache.turbine.modules.screens
-
A Screen class for dealing with JSON-RPC requests.
- JSONScreen() - Constructor for class org.apache.turbine.modules.screens.JSONScreen
- JSONSecureScreen - Class in org.apache.turbine.modules.screens
-
An extension to JSONScreen that performs a Security Check before invoking doBuildTemplate().
- JSONSecureScreen() - Constructor for class org.apache.turbine.modules.screens.JSONSecureScreen
- JSP_EXTENSION - Static variable in interface org.apache.turbine.services.jsp.JspService
-
The default extension of JSPs
- JspErrorScreen - Class in org.apache.turbine.modules.screens
-
Directs errors at the Jsp error template defined in template.error.
- JspErrorScreen() - Constructor for class org.apache.turbine.modules.screens.JspErrorScreen
- JspLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module allows JSP templates to be used as layouts.
- JspLayout() - Constructor for class org.apache.turbine.modules.layouts.JspLayout
- JspNavigation - Class in org.apache.turbine.services.jsp.util
-
Returns output of a Navigation module.
- JspNavigation(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspNavigation
-
Constructor
- JspPage - Class in org.apache.turbine.modules.pages
-
Extends TemplatePage to add some convenience objects to the request.
- JspPage() - Constructor for class org.apache.turbine.modules.pages.JspPage
- JspScreenPlaceholder - Class in org.apache.turbine.services.jsp.util
-
Returns output of a Screen module.
- JspScreenPlaceholder(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
-
Constructor
- JspService - Interface in org.apache.turbine.services.jsp
-
Implementations of the JspService interface.
K
- key - Variable in class org.apache.turbine.services.urlmapper.model.XmlParameterList.XmlParameter
L
- LAST_LOGIN - Static variable in interface org.apache.turbine.om.security.User
-
The 'perm storage' key name for the last_login field.
- Layout - Interface in org.apache.turbine.modules
-
This is the interface that defines what a Layout module is.
- LAYOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default layout.
- LAYOUT_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Layout Objects
- LAYOUT_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
-
Constants for tempStorage hash map.
- LAYOUT_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Layout Template Objects
- LAYOUT_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Layout Template Objects
- layoutLoader - Variable in class org.apache.turbine.modules.pages.DefaultPage
-
Injected loader instance
- LayoutLoader - Class in org.apache.turbine.modules
-
The purpose of this class is to allow one to load and execute Layout modules.
- LayoutTemplateMapper - Class in org.apache.turbine.services.template.mapper
-
This mapper is responsible for the lookup of templates for the Layout It tries to look in various packages for a match: 1. about,directions,Driving.vm <- exact match 2. about,directions,Default.vm <- package match, Default name 3. about,Default.vm <- stepping up in the hierarchy 4.
- LayoutTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.LayoutTemplateMapper
-
Default C'tor.
- LegacyVelocityAction - Class in org.apache.turbine.modules.actions
-
Deprecated.Use VelocityAction directly
- LegacyVelocityAction() - Constructor for class org.apache.turbine.modules.actions.LegacyVelocityAction
-
Deprecated.
- LegacyVelocityNavigation - Class in org.apache.turbine.modules.navigations
-
Deprecated.Use VelocityNavigation directly
- LegacyVelocityNavigation() - Constructor for class org.apache.turbine.modules.navigations.LegacyVelocityNavigation
-
Deprecated.
- LegacyVelocityScreen - Class in org.apache.turbine.modules.screens
-
Deprecated.Use VelocityScreen directly
- LegacyVelocityScreen() - Constructor for class org.apache.turbine.modules.screens.LegacyVelocityScreen
-
Deprecated.
- LegacyVelocitySecureAction - Class in org.apache.turbine.modules.actions
-
Deprecated.Use VelocitySecureAction directly
- LegacyVelocitySecureAction() - Constructor for class org.apache.turbine.modules.actions.LegacyVelocitySecureAction
-
Deprecated.
- LegacyVelocitySecureScreen - Class in org.apache.turbine.modules.screens
-
Deprecated.Use VelocitySecureScreen directly
- LegacyVelocitySecureScreen() - Constructor for class org.apache.turbine.modules.screens.LegacyVelocitySecureScreen
-
Deprecated.
- LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
-
The length of the button to look for.
- LINK - Static variable in interface org.apache.turbine.services.jsp.JspService
-
The key used to store an instance of JspLink in the request
- LinkTag(String, String) - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Constructor requiring the URL and relation to be set
- list() - Method in class org.apache.turbine.services.schedule.JobQueue
-
List jobs in the queue.
- listJobs() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
List jobs in the queue.
- listJobs() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
List jobs in the queue.
- listJobs() - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
List jobs in the queue.
- Loader<T extends Assembler> - Interface in org.apache.turbine.modules
-
A common interface for Screen, Layout and Navigation Loader
- loadJobs() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Load all jobs from configuration storage
- loadJobs() - Method in class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.Load all jobs from configuration storage
- loadJobs() - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.
- locale - Variable in class org.apache.turbine.services.localization.LocalizationTool
-
The language and country information parsed from the request's
Accept-Language
header. - LOCALE_DEFAULT_CHARSET_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for Charset property
- LOCALE_DEFAULT_CHARSET_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Charset property
- LOCALE_DEFAULT_COUNTRY_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for Country property
- LOCALE_DEFAULT_COUNTRY_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Country property
- LOCALE_DEFAULT_LANGUAGE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for Language property
- LOCALE_DEFAULT_LANGUAGE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Language property
- LOCALE_OVERRIDE_CHARSET_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Override Charset property
- LocaleUtils - Class in org.apache.turbine.util
-
This class provides utilities for handling locales and charsets
- LocaleUtils() - Constructor for class org.apache.turbine.util.LocaleUtils
- LocalizationTool - Class in org.apache.turbine.services.localization
-
A pull tool which provides lookups for localized text by delegating to the configured Fulcrum
LocalizationService
. - LocalizationTool() - Constructor for class org.apache.turbine.services.localization.LocalizationTool
-
Creates a new instance.
- lockExclusive() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Acquire an exclusive lock on the security information repository.
- lockShared() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Acquire a shared lock on the security information repository.
- log - Variable in class org.apache.turbine.modules.ActionEvent
-
Logging
- log - Variable in class org.apache.turbine.modules.layouts.VelocityLayout
-
Logging
- log - Variable in class org.apache.turbine.modules.pages.DefaultPage
-
Logging
- log - Variable in class org.apache.turbine.modules.screens.TemplateScreen
-
Logging
- log - Variable in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
-
Logging
- log - Static variable in class org.apache.turbine.services.intake.IntakeTool
-
Used for logging
- log - Static variable in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Logging
- log - Static variable in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Logging
- log - Static variable in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Logging
- log(Exception, String) - Method in class org.apache.turbine.util.TurbineConfig
-
Deprecated.use log(String,Throwable) instead
- log(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Logs a message.
- log(String, Throwable) - Method in class org.apache.turbine.util.TurbineConfig
-
Logs an error message.
- LOG4J_CONFIG_FILE - Static variable in interface org.apache.turbine.TurbineConstants
-
old key as a reminder
- LOG4J2_CONFIG_FILE - Static variable in interface org.apache.turbine.TurbineConstants
-
The key for the Log4J File
- LOG4J2_CONFIG_FILE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
The default value for the Log4J File
- Log4j2Logger - Class in org.apache.turbine.services.avaloncomponent
-
Deprecated.
- Log4j2Logger(Logger) - Constructor for class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Create a logger that delegates to specified category.
- LOGGER_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
-
TR.props key for the logger
- LOGGING_ROOT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Value for the Logging Directory, relative to the webroot
- LOGGING_ROOT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
The Key in the deployment descriptor for the Logging Directory
- LOGIN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
-
Message to display when a user fails to login.
- LOGIN_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
-
Message to display upon successful login.
- LOGIN_MESSAGE_NOSCREEN - Static variable in interface org.apache.turbine.TurbineConstants
-
Message to display when screens variable invalid.
- LoginUser - Class in org.apache.turbine.modules.actions
-
This is where we authenticate the user logging into the system against a user in the database.
- LoginUser() - Constructor for class org.apache.turbine.modules.actions.LoginUser
- LOGOUT_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
-
Message to display when a user logs out.
- LogoutUser - Class in org.apache.turbine.modules.actions
-
This action removes a user from the session.
- LogoutUser() - Constructor for class org.apache.turbine.modules.actions.LogoutUser
- lookup(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Returns an instance of the named component
M
- MAIL_SERVER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Value for he SMTP server that Turbine uses to send mail.
- MAIL_SERVER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
The SMTP server Turbine uses to send mail.
- MAIL_SMTP_FROM - Static variable in interface org.apache.turbine.TurbineConstants
-
The Smtp sender address property
- main(String[]) - Static method in class org.apache.turbine.util.GenerateUniqueId
-
Simple test of the functionality.
- mainLoop - Variable in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
The main loop for starting jobs.
- MainLoop() - Constructor for class org.apache.turbine.services.schedule.AbstractSchedulerService.MainLoop
- mapFromURL(String, ParameterParser) - Method in class org.apache.turbine.services.urlmapper.TurbineURLMapperService
-
Map a simplified URL to a set of parameters
- mapFromURL(String, ParameterParser) - Method in interface org.apache.turbine.services.urlmapper.URLMapperService
-
Map a simplified URL to a set of parameters
- MappedTemplateLink - Class in org.apache.turbine.services.urlmapper
-
This is a pull to to be used in Templates to convert links in Templates into the correct references.
- MappedTemplateLink() - Constructor for class org.apache.turbine.services.urlmapper.MappedTemplateLink
- Mapper - Interface in org.apache.turbine.services.template.mapper
-
To separate out the various map and search policies for class names and template names, we use classes that implement this interface.
- mapTo(Retrievable) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
-
maps an Intake Group to the values from a Retrievable object.
- mapToURL(TurbineURI) - Method in class org.apache.turbine.services.urlmapper.TurbineURLMapperService
-
Map a set of parameters (contained in TurbineURI PathInfo and QueryData) to a TurbineURI
- mapToURL(TurbineURI) - Method in interface org.apache.turbine.services.urlmapper.URLMapperService
-
Map a set of parameters (contained in TurbineURI PathInfo and QueryData) to a TurbineURI
- marshal(Map<String, String>) - Method in class org.apache.turbine.services.urlmapper.model.XmlParameterAdapter
- marshal(Pattern) - Method in class org.apache.turbine.services.urlmapper.model.XmlPatternAdapter
- marshal(Valve) - Method in class org.apache.turbine.pipeline.XmlValveAdapter
- maxRandomLen - Static variable in class org.apache.turbine.util.GenerateUniqueId
-
We want to have a random string with a length of 6 characters.
- maxSessionLifespanTics - Static variable in class org.apache.turbine.util.GenerateUniqueId
-
The session identifier must be unique within the typical lifespan of a Session; the value can roll over after that. 3 characters: (this means a roll over after over a day, which is much larger than a typical lifespan)
- METHOD_NAME_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
-
The length of the method name.
- METHOD_NAME_PREFIX - Static variable in class org.apache.turbine.modules.ActionEvent
-
The prefix of the method name.
- methodException(Context, Class, String, Exception, Info) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
MethodException Event Cartridge handler for Velocity.
- MINUTE - org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
- MINUTE - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the MINUTE field
- modify(J) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Modify a job on the queue.
- MODULE_CACHE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value of the Turbine Module Caching
- MODULE_CACHE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Property that controls whether Turbine modules are cached or not.
- MODULE_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value of the Turbine Module Cache Size
- MODULE_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Property that controls the module cache size.
- MODULE_PACKAGES - Static variable in interface org.apache.turbine.TurbineConstants
-
The packages where Turbine will look for modules.
N
- name - Variable in class org.apache.turbine.services.BaseService
-
The name of this Service.
- NAME - Static variable in interface org.apache.turbine.modules.Action
-
Represents Action Objects
- NAME - Static variable in interface org.apache.turbine.modules.Layout
-
Represents Layout Objects
- NAME - Static variable in interface org.apache.turbine.modules.Navigation
-
Represents Navigation Objects
- NAME - Static variable in interface org.apache.turbine.modules.Page
-
Represents Page Objects
- NAME - Static variable in interface org.apache.turbine.modules.ScheduledJob
-
Represents Scheduled Job Objects
- NAME - Static variable in interface org.apache.turbine.modules.Screen
-
Represents Screen Objects
- NamingService - Interface in org.apache.turbine.services.naming
-
Implementations of the NamingService interface provide JNDI naming contexts.
- Navigation - Interface in org.apache.turbine.modules
-
This is the interface that defines what a Navigation module is.
- NAVIGATION_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Navigation Objects
- NAVIGATION_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
-
Context Key for the navigation object placeholder in the various velocity layouts
- NAVIGATION_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
-
Constants for tempStorage hash map.
- NAVIGATION_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Navigation Template Objects
- NAVIGATION_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Navigation Template Objects
- NavigationLoader - Class in org.apache.turbine.modules
-
The purpose of this class is to allow one to load and execute Navigation modules.
- newForm() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Declare that a new form starts
- newJob(int, int, int, int, int, String) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
- newJob(int, int, int, int, int, String) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
- newJob(int, int, int, int, int, String) - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Factory method for a new Job Schedule a job to run on a certain point of time.
Example 1: Run the DefaultScheduledJob at 8:00am every 15th of the month -
JobEntry je = newJob(0,0,8,-1,15,"DefaultScheduledJob");
Example 2: Run the DefaultScheduledJob at 8:00am every day -
JobEntry je = newJob(0,0,8,-1,-1,"DefaultScheduledJob");
Example 3: Run the DefaultScheduledJob every 2 hours. -
JobEntry je = newJob(0,120,-1,-1,-1,"DefaultScheduledJob");
Example 4: Run the DefaultScheduledJob every 30 seconds. -
JobEntry je = newJob(30,-1,-1,-1,-1,"DefaultScheduledJob"); - newJob(int, int, int, int, int, String) - Method in class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.
- newJob(int, int, int, int, int, String) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.
- nextJob() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Return the next Job to execute, or null if thread is interrupted.
- NO_FILE_EXT - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Deprecated.Use TemplateService.DEFAULT_EXTENSION_VALUE.
- numColumns - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
number of columns for this peer
O
- ObjectUtils - Class in org.apache.turbine.util
-
This is where common Object manipulation routines should go.
- ObjectUtils() - Constructor for class org.apache.turbine.util.ObjectUtils
- omFactory - Variable in class org.apache.turbine.om.OMTool
-
Deprecated.The Factory responsible for retrieving the objects from storage
- omMap - Variable in class org.apache.turbine.om.OMTool
-
Deprecated.
- OMTool - Class in org.apache.turbine.om
-
Deprecated.This class is probably not used anymore, it may have been intended for cacheable Torque OM or might be used with Fulcrum Security Torque.
- OMTool() - Constructor for class org.apache.turbine.om.OMTool
-
Deprecated.Default constructor
- OMTool.PullHelper - Class in org.apache.turbine.om
-
Deprecated.Inner class to present a nice interface to the template designer
- org.apache.turbine - package org.apache.turbine
-
Turbine Servlet and Constants.
- org.apache.turbine.annotation - package org.apache.turbine.annotation
- org.apache.turbine.modules - package org.apache.turbine.modules
-
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
- org.apache.turbine.modules.actions - package org.apache.turbine.modules.actions
-
Action class implementations.
- org.apache.turbine.modules.actions.sessionvalidator - package org.apache.turbine.modules.actions.sessionvalidator
-
Session validator classes to be used with Turbine apps that use security.
- org.apache.turbine.modules.layouts - package org.apache.turbine.modules.layouts
-
Layout class implementations.
- org.apache.turbine.modules.navigations - package org.apache.turbine.modules.navigations
-
Navigation class implementations.
- org.apache.turbine.modules.pages - package org.apache.turbine.modules.pages
-
Page class implementations.
- org.apache.turbine.modules.screens - package org.apache.turbine.modules.screens
-
Screen class implementations.
- org.apache.turbine.modules.screens.error - package org.apache.turbine.modules.screens.error
-
Error Screen classes.
- org.apache.turbine.om - package org.apache.turbine.om
- org.apache.turbine.om.security - package org.apache.turbine.om.security
-
Security object definitions for the Security Service.
- org.apache.turbine.pipeline - package org.apache.turbine.pipeline
-
The Turbine processing pipeline is modeled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd.
- org.apache.turbine.services - package org.apache.turbine.services
-
Contains the Service framework for Turbine.
- org.apache.turbine.services.assemblerbroker - package org.apache.turbine.services.assemblerbroker
-
Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments.
- org.apache.turbine.services.assemblerbroker.util - package org.apache.turbine.services.assemblerbroker.util
-
The various lookup factories for the Assemblerbroker service.
- org.apache.turbine.services.assemblerbroker.util.java - package org.apache.turbine.services.assemblerbroker.util.java
-
Factories for the java class based view (all template views).
- org.apache.turbine.services.assemblerbroker.util.python - package org.apache.turbine.services.assemblerbroker.util.python
-
Factory for the python / jython based view.
- org.apache.turbine.services.avaloncomponent - package org.apache.turbine.services.avaloncomponent
-
Avalon based component service to provide access to avalon components for Turbine applications.
- org.apache.turbine.services.intake - package org.apache.turbine.services.intake
- org.apache.turbine.services.jsonrpc - package org.apache.turbine.services.jsonrpc
-
The JSON-RPC Service supports JavaScript to Java AJAX communications between browsers and Turbine applications.
$Id$ - org.apache.turbine.services.jsp - package 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 - package org.apache.turbine.services.jsp.util
- org.apache.turbine.services.localization - package org.apache.turbine.services.localization
- org.apache.turbine.services.naming - package org.apache.turbine.services.naming
-
Naming Service provides access to JNDI naming contexts.
- org.apache.turbine.services.pull - package org.apache.turbine.services.pull
-
Provides application tools that are put into the context of a template view.
- org.apache.turbine.services.pull.tools - package org.apache.turbine.services.pull.tools
-
Pull Tools to be used in a template based view.
- org.apache.turbine.services.pull.util - package org.apache.turbine.services.pull.util
- org.apache.turbine.services.rundata - package org.apache.turbine.services.rundata
-
Rundata Service provides a factory for the request cycle data objects.
- org.apache.turbine.services.schedule - package org.apache.turbine.services.schedule
-
The scheduler service can run tasks in the background.
- org.apache.turbine.services.security - package org.apache.turbine.services.security
-
The security service can be used to authenticate users based on database information.
- org.apache.turbine.services.security.passive - package org.apache.turbine.services.security.passive
-
Dummy Service to be used if no security is required.
- org.apache.turbine.services.servlet - package org.apache.turbine.services.servlet
-
Provides access to various resources from the web container.
- org.apache.turbine.services.session - package org.apache.turbine.services.session
-
The session service allows you to access session information of the servlet container.
- org.apache.turbine.services.template - package org.apache.turbine.services.template
-
Template Service maps template references to a view service and a template name.
- org.apache.turbine.services.template.mapper - package org.apache.turbine.services.template.mapper
-
The various mappers used by the Template service.
- org.apache.turbine.services.ui - package org.apache.turbine.services.ui
-
Provides skinning facilities for a Turbine web application.
- org.apache.turbine.services.uniqueid - package org.apache.turbine.services.uniqueid
-
Returns unique identifiers for session tracking, cookies etc.
- org.apache.turbine.services.urlmapper - package org.apache.turbine.services.urlmapper
-
Provide back-and-forth-mapping facilities for simplified URLs
$Id$ - org.apache.turbine.services.urlmapper.model - package org.apache.turbine.services.urlmapper.model
- org.apache.turbine.services.velocity - package org.apache.turbine.services.velocity
-
Velocity Service is used to provide Turbine with a Velocity based view.
- org.apache.turbine.util - package org.apache.turbine.util
-
Various utilities used in Turbine and for Turbine based applications.
- org.apache.turbine.util.template - package org.apache.turbine.util.template
-
Template related utilities.
- org.apache.turbine.util.uri - package org.apache.turbine.util.uri
-
URI generation and processing from Turbine based applications.
- org.apache.turbine.util.velocity - package org.apache.turbine.util.velocity
-
Velocity related utility code.
P
- Page - Interface in org.apache.turbine.modules
-
This is the interface that defines what a Page module is.
- PAGE_DEFAULT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the Default Page
- PAGE_DEFAULT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Default page.
- PAGE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Page Objects
- PageLoader - Class in org.apache.turbine.modules
-
The purpose of this class is to allow one to load and execute Page modules.
- PARAMETER_ENCODING_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default Encoding for Parameter Parser
- PARAMETER_ENCODING_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Encoding for Parameter Parser
- PARAMETER_PARSER_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
-
The property for the implemention of the ParameterParser.
- PassiveUserManager - Class in org.apache.turbine.services.security.passive
-
Void user manager can be used where no data storage is needed by the application.
- PassiveUserManager() - Constructor for class org.apache.turbine.services.security.passive.PassiveUserManager
- PATH_INFO - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
Path Info Data Marker
- perform(PipelineData) - Method in interface org.apache.turbine.modules.Action
-
Subclasses can override this method to add additional functionality.
- perform(PipelineData) - Method in class org.apache.turbine.modules.actions.LegacyVelocitySecureAction
-
Deprecated.This method overrides the method in VelocityAction to perform a security check first.
- perform(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocityAction
-
Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!
- perform(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
-
This method overrides the method in VelocityAction to perform a security check first.
- PERSISTENT_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property Key for the persistent tools
- Pipeline - Interface in org.apache.turbine.pipeline
-
The idea of a pipeline is being taken from Catalina in its entirety :-) I would like to take the idea further and implement Valves instead of hardcoding particular methods in a pipeline.
- PIPELINE_DATA - Static variable in interface org.apache.turbine.services.jsp.JspService
-
The key used to store an instance of PipelineData in the request
- PipelineData - Interface in org.apache.turbine.pipeline
-
A PipelineData is a holder for data being passed from one Valve to the next.
- PIPELINEDATA_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
The Key for storing the PipelineData Object in the Context
- PipelineDataApplicationTool - Interface in org.apache.turbine.services.pull
-
Interface for tools to be init'd and refreshed using a PipelineData object Code largely taken from ApplicationTool.
- PlainJSONScreen - Class in org.apache.turbine.modules.screens
-
A Screen class for dealing with JSON requests.
- PlainJSONScreen() - Constructor for class org.apache.turbine.modules.screens.PlainJSONScreen
- PlainJSONSecureAnnotatedScreen - Class in org.apache.turbine.modules.screens
- PlainJSONSecureAnnotatedScreen() - Constructor for class org.apache.turbine.modules.screens.PlainJSONSecureAnnotatedScreen
- populate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
- populate() - Method in interface org.apache.turbine.util.RunData
-
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
- populateContext(PipelineData, Context) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
- populateContext(PipelineData, Context) - Method in class org.apache.turbine.modules.layouts.VelocityLayout
-
Populate Velocity context
- populateContext(PipelineData, Context) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
- populateContext(Context, PipelineData) - Method in interface org.apache.turbine.services.pull.PullService
-
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).
- populateContext(Context, PipelineData) - Method in class org.apache.turbine.services.pull.TurbinePullService
-
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).
- populateContext(Context, RunData) - Method in interface org.apache.turbine.services.pull.PullService
-
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).
- populateContext(Context, RunData) - Method in class org.apache.turbine.services.pull.TurbinePullService
-
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).
- pp - Variable in class org.apache.turbine.services.intake.IntakeTool
-
ValueParser instance
- PP_URL_CASE_FOLDING - Static variable in interface org.apache.turbine.TurbineConstants
-
Should the PP fold the case of everything.
- prefix - Static variable in class org.apache.turbine.modules.layouts.VelocityLayout
-
The prefix for lookup up layout pages
- prefix - Static variable in class org.apache.turbine.modules.screens.VelocityScreen
-
The prefix for lookup up screen pages
- prefix - Variable in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
-
A prefix which is used to separate the various template types (screen, layouts, navigation)
- PREFIX - Static variable in interface org.apache.turbine.modules.Action
-
Prefix for action related classes and templates
- PREFIX - Static variable in interface org.apache.turbine.modules.Layout
-
Prefix for layout related classes and templates
- PREFIX - Static variable in interface org.apache.turbine.modules.Navigation
-
Prefix for navigation related classes and templates
- PREFIX - Static variable in interface org.apache.turbine.modules.Page
-
Prefix for page related classes and templates
- PREFIX - Static variable in interface org.apache.turbine.modules.ScheduledJob
-
Prefix for scheduler job related classes
- PREFIX - Static variable in interface org.apache.turbine.modules.Screen
-
Prefix for screen related classes and templates
- prepareText(String) - Static method in class org.apache.turbine.util.InputFilterUtils
-
This function can/should be used in any screen that will output User entered text.
- prepareTextMinimum(String) - Static method in class org.apache.turbine.util.InputFilterUtils
-
This function can/should be used in any screen that will output User entered text.
- process(Object) - Static method in class org.apache.turbine.annotation.AnnotationProcessor
-
Search for annotated fields of the object and inject the appropriate objects
- process(PipelineData) - Method in class org.apache.turbine.pipeline.DefaultLoginValve
-
Handles user sessions, parsing of the action from the query string, and access control.
- processCall(CharArrayWriter, JSONRPCBridge, HttpServletRequest) - Static method in class org.apache.turbine.services.jsonrpc.JSONProcessor
-
Process a JSON RPC call
- processCall(CharArrayWriter, JSONRPCBridge, HttpServletRequest) - Method in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
Process a JSON RPC call
- processCall(CharArrayWriter, JSONRPCBridge, HttpServletRequest) - Method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- PROCESSING_EXCEPTION_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
-
Context Key for the Processing Exception
- processRow(ResultSet, int, Criteria) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorqueRecordMapper
-
Constructs the object from the current row in the resultSet.
- PROPERTIES_PATH_DEFAULT - Static variable in class org.apache.turbine.util.TurbineConfig
-
Default value of TurbineResources.properties file path (
/WEB-INF/conf/TurbineResources.properties
). - PROPERTIES_PATH_KEY - Static variable in class org.apache.turbine.util.TurbineConfig
-
Servlet initialization parameter name for the path to Turbine.properties file used by Turbine
- PROPERTY - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the PROPERTY field
- PullHelper(String) - Constructor for class org.apache.turbine.om.OMTool.PullHelper
-
Deprecated.
- PullHelper(String) - Constructor for class org.apache.turbine.services.intake.IntakeTool.PullHelper
-
Protected constructor to force use of factory method.
- PullService - Interface in org.apache.turbine.services.pull
-
The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.
- put(Class<?>, Map<Class<?>, ? super Object>) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
-
Put a configured map of objects into the pipeline data object
- put(Class<?>, Map<Class<?>, ? super Object>) - Method in interface org.apache.turbine.pipeline.PipelineData
-
Put a configured map of objects into the pipeline data object
- put(String, Object) - Method in class org.apache.turbine.services.pull.util.SessionData
-
Stores the data.
- putRunData(RunData) - Method in interface org.apache.turbine.services.rundata.RunDataService
-
Puts the used RunData object back to the factory for recycling.
- putRunData(RunData) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
-
Puts the used RunData object back to the factory for recycling.
- PYTHON_CONFIG_FILE - Static variable in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
-
Global config file.
- PYTHON_PATH - Static variable in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
-
Key for the python path
- PythonActionFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
- PythonBaseFactory<T extends Assembler> - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
- PythonLayoutFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
- PythonNavigationFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
- PythonPageFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
- PythonScreenFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
-
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
- PythonScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
Q
- QuartzSchedulerService - Class in org.apache.turbine.services.schedule
-
Service for a quartz scheduler.
- QuartzSchedulerService() - Constructor for class org.apache.turbine.services.schedule.QuartzSchedulerService
- QUERY_DATA - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
Query Data Marker
R
- RawScreen - Class in org.apache.turbine.modules.screens
-
Base class for writing Screens that output binary data.
- RawScreen() - Constructor for class org.apache.turbine.modules.screens.RawScreen
- recycle() - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Recycles the object for a new client.
- recycle() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Recycles the object for a new client.
- recycle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Recycles the object by removing its disposed flag.
- REDIRECTED_PATHINFO_NAME - Static variable in class org.apache.turbine.Turbine
-
Deprecated.
- redirectRequested(PipelineData) - Method in class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
-
Perform clean up after processing the request.
- refresh() - Method in class org.apache.turbine.om.OMTool
-
Deprecated.Implementation of ApplicationTool interface is not needed for this method as the tool is request scoped
- refresh() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Implementation of ApplicationTool interface is not needed for this tool as it is request scoped
- refresh() - Method in class org.apache.turbine.services.localization.LocalizationTool
-
No-op.
- refresh() - Method in interface org.apache.turbine.services.pull.ApplicationTool
-
Refresh the application tool.
- refresh() - Method in class org.apache.turbine.services.pull.tools.ContentTool
-
Refresh method - does nothing
- refresh() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Refresh method - does nothing
- refresh() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Refresh the tool.
- refresh() - Method in class org.apache.turbine.services.pull.util.DateFormatter
-
Refresh the application tool.
- refresh() - Method in class org.apache.turbine.services.pull.util.SessionData
-
Refresh the application tool.
- refresh() - Method in class org.apache.turbine.services.schedule.SchedulerTool
-
Does nothing
- refresh() - Method in class org.apache.turbine.services.session.SessionTool
- refresh() - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Refresh the service by clearing all skins.
- refresh() - Method in interface org.apache.turbine.services.ui.UIService
-
Refresh all skins.
- refresh() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Refresh method - does nothing
- refresh(String) - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Refresh a particular skin by clearing it.
- refresh(String) - Method in interface org.apache.turbine.services.ui.UIService
-
Refresh a particular skin.
- refresh(PipelineData) - Method in interface org.apache.turbine.services.pull.PipelineDataApplicationTool
-
Refresh the application tool.
- refresh(RunData) - Method in interface org.apache.turbine.services.pull.RunDataApplicationTool
-
Refresh the application tool.
- registerConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
- registerConfiguration(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
-
Initializes file extension associations and registers with the template service.
- registerFactory(AssemblerFactory<T>) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
-
Register an AssemblerFactory class
- registerFactory(AssemblerFactory<T>) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
-
Register a new AssemblerFactory
- registerObject(HttpSession, String, Object) - Method in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
Register an object with the
JSONRPCBridge
in a given session - registerObject(HttpSession, String, Object) - Method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- registerObjectGlobal(String, Object) - Method in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
Register an object with the
JSONRPCBridge
globally - registerObjectGlobal(String, Object) - Method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- registerTemplateEngineService(TemplateEngineService) - Method in interface org.apache.turbine.services.template.TemplateService
-
Registers the provided template engine for use by the
TemplateService
. - registerTemplateEngineService(TemplateEngineService) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Registers the provided template engine for use by the
TemplateService
. - release(Object) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Releases the component.
- release(Object) - Method in interface org.apache.turbine.services.TurbineServiceProvider
-
Releases the instance you got before.
- releaseTools(Context) - Method in interface org.apache.turbine.services.pull.PullService
-
Release tool instances from the given context to the object pool
- releaseTools(Context) - Method in class org.apache.turbine.services.pull.TurbinePullService
-
Release the request-scope tool instances in the given Context back to the pool
- reload() - Method in class org.apache.turbine.modules.GenericLoader
-
Returns whether or not this external action is reload itself.
- remove(int, String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
If the type is P (0), then remove name/value from the pathInfo hashtable.
- remove(J) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Remove a job from the queue.
- remove(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
-
Removes group.
- removeAccount(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Removes an user account from the system.
- removeAccount(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Removes an user account from the system.
- removeAccount(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Removes an user account from the system.
- removeAll() - Method in class org.apache.turbine.services.intake.IntakeTool
-
Removes all groups.
- removeAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- removeGroup(Group) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Removes a Group from the system.
- removeGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
-
Removes a Group from the system.
- removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Remove a job from the queue.
- removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Remove a job from the queue.
- removeJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Remove a job from the queue.
- removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.Remove a job from the queue.
- removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.Remove a job from the queue.
- removePathInfo() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Removes all the path info elements.
- removePathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Removes all the path info elements.
- removePathInfo(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Removes a name=value pair from the path info.
- removePathInfo(String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Removes a name=value pair from the path info.
- removePermission(Permission) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Removes a Permission from the system.
- removePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
-
Removes a Permission from the system.
- removeQueryData() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Removes all the query string elements.
- removeQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Removes all the query string elements.
- removeQueryData(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Removes a name=value pair from the query string.
- removeQueryData(String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Removes a name=value pair from the query string.
- removeRole(Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Removes a Role from the system.
- removeRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Removes a Role from the system.
- removeSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
-
Removes a session from the current list.
- removeSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
-
Removes a session from the current list.
- removeSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Removes a session from the current list.
- removeTemp(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Remove an object from temporary storage and return the object.
- removeTemp(String) - Method in interface org.apache.turbine.om.security.User
-
Remove an object from temporary storage and return the object.
- removeTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Remove an object from the temporary storage.
- removeUser(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Removes an user account from the system.
- removeUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Removes an user account from the system.
- removeUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Allows one to invalidate the user in the default session.
- removeUserFromSession() - Method in interface org.apache.turbine.util.RunData
-
Allows one to invalidate the user in the default session.
- removeUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Allows one to invalidate the user in a session.
- removeUserGroupRole(TurbineUserGroupRole) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Remove a User/Group/Role relation from this entity
- removeValve(Valve) - Method in interface org.apache.turbine.pipeline.Pipeline
-
Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.
- removeValve(Valve) - Method in class org.apache.turbine.pipeline.TurbinePipeline
- renameGroup(Group, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Renames an existing Group.
- renameGroup(Group, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Renames an existing Group.
- renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Renames an existing Permission.
- renamePermission(Permission, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Renames an existing Permission.
- renameRole(Role, String) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Renames an existing Role.
- renameRole(Role, String) - Method in interface org.apache.turbine.services.security.SecurityService
-
Renames an existing Role.
- render(PipelineData, Context, String) - Method in class org.apache.turbine.modules.layouts.VelocityCachedLayout
-
Render layout
- render(PipelineData, Context, String) - Method in class org.apache.turbine.modules.layouts.VelocityLayout
-
Render layout
- replaceRole(User, Role, Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Replaces transactionally the first role with second role for the given user.
- replaceRole(User, Role, Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Replaces transactionally the first given role with the second role for the given user.
- REQUEST_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property Key for the request tools
- requestFinished(Context) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Performs post-request actions (releases context tools back to the object pool).
- requestFinished(Context) - Method in interface org.apache.turbine.services.velocity.VelocityService
-
Performs post-request actions (releases context tools back to the object pool).
- resetModified() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets the modified state for the object to be false.
- resolveLog4j2(Path) - Method in class org.apache.turbine.Turbine
-
Check TurbineConstants.LOG4J2_CONFIG_FILE in Turbine configuration.
- restart() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Start (or restart) a thread to process commands, or wake up an existing thread if one is already running.
- restart() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Start (or restart) a thread to process commands, or wake up an existing thread if one is already running.
- Retrievable - Interface in org.apache.turbine.om
-
Deprecated.cft. deprecation comment in
OMTool
. - retrieve(String) - Method in interface org.apache.turbine.om.Retriever
-
Deprecated.Gets an object of the same type as the object implementing this method according to the key.
- retrieve(String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Retrieve a user from persistent storage using username as the key.
- retrieve(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Retrieve a user from persistent storage using username as the key.
- retrieve(String) - Method in interface org.apache.turbine.services.security.UserManager
-
Retrieve a user from persistent storage using username as the key.
- retrieve(String, String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Retrieve a user from persistent storage using username as the key, and authenticate the user.
- retrieve(String, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Retrieve a user from persistent storage using username as the key, and authenticate the user.
- retrieve(String, String) - Method in interface org.apache.turbine.services.security.UserManager
-
Retrieve a user from persistent storage using username as the key, and authenticate the user.
- retrieveByObjectKeys(Collection<ObjectKey<?>>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve a multiple objects by pk.
- retrieveByObjectKeys(Collection<ObjectKey<?>>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve multiple objects by pk.
- retrieveByObjectKeys(Collection<ObjectKey<?>>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve multiple objects by pk.
- retrieveByObjectKeys(Collection<ObjectKey<?>>, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve multiple objects by pk.
- retrieveByPK(int) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve a single object by pk
- retrieveByPK(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve a single object by pk
- retrieveByPK(int, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve a single object by pk
- retrieveByPK(int, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve a single object by pk
- retrieveByPK(ObjectKey<?>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve a single object by pk
- retrieveByPK(ObjectKey<?>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve a single object by pk
- retrieveByPK(ObjectKey<?>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve a single object by pk
- retrieveByPK(ObjectKey<?>, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve a single object by pk
- retrieveByTypedPKs(Collection<Integer>) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve multiple objects by pk.
- retrieveByTypedPKs(Collection<Integer>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve multiple objects by pk.
- retrieveByTypedPKs(Collection<Integer>, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Retrieve multiple objects by pk.
- retrieveByTypedPKs(Collection<Integer>, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeerImpl
-
Retrieve multiple objects by pk.
- retrieveList(Object) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Retrieve a set of users that meet the specified criteria.
- retrieveList(Object) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Retrieve a set of users that meet the specified criteria.
- retrieveList(Object) - Method in interface org.apache.turbine.services.security.UserManager
-
Retrieve a list of users that meet the specified criteria.
- Retriever - Interface in org.apache.turbine.om
-
Deprecated.cft. deprecation comment in
OMTool
. - RetrieverFactory - Interface in org.apache.turbine.om
-
Deprecated.cft. deprecation comment in
OMTool
. - revoke(Role, Permission) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Revokes a Permission from a Role.
- revoke(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
-
Revokes a Permission from a Role.
- revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Revoke a Role in a Group from an User.
- revoke(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Revoke a Role in a Group from an User.
- revokeAll(Role) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Revokes all permissions from a Role.
- revokeAll(Role) - Method in interface org.apache.turbine.services.security.SecurityService
-
Revokes all permissions from a Role.
- revokeAll(Role, boolean) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Revokes by default all permissions from a Role and if flag is set all group and user relationships with this role This method is used when deleting a Role.
- revokeAll(Role, boolean) - Method in interface org.apache.turbine.services.security.SecurityService
-
Revokes by default all permissions from a Role and if flag is set all groups and users for this role This method is used when deleting a Role.
- revokeAll(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Revokes all roles from an User.
- revokeAll(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Revokes all roles from an User.
- ROLE - Static variable in annotation type org.apache.turbine.annotation.TurbineService
-
A constant defining the field name for the role
- root - Variable in class org.apache.turbine.util.TurbineConfig
-
Filenames are looked up in this directory.
- run() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService.MainLoop
-
Method to run the class.
- run() - Method in class org.apache.turbine.services.schedule.WorkerThread
-
Run the job.
- run(JobEntry) - Method in interface org.apache.turbine.modules.ScheduledJob
-
Run the Jobentry from the scheduler queue.
- RUN_DATA_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
-
The property for the implemention of the RunData object
- RunData - Interface in org.apache.turbine.util
-
RunData is an interface to run-time information that is passed within Turbine.
- RUNDATA_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
The Key for storing the RunData Object in the Context
- RunDataApplicationTool - Interface in org.apache.turbine.services.pull
-
Tools in the Toolbox that need a Rundata Object on every refresh should implement this interface.
- RunDataService - Interface in org.apache.turbine.services.rundata
-
The RunData Service provides the implementations for RunData and related interfaces required by request processing.
S
- save() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Saves a user object into the session.
- save() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Stores an object in the database.
- save() - Method in interface org.apache.turbine.util.RunData
-
Saves a user object into the session.
- save(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Stores an object in the database.
- save(Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Stores an object in the database.
- saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Saves User data when the session is unbound.
- saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Saves User data when the session is unbound.
- saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Saves User data when the session is unbound.
- saveOnSessionUnbind(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Saves User data when the session is unbound.
- saveOnSessionUnbind(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Saves User data when the session is unbound.
- saveServletInfo(PipelineData) - Static method in class org.apache.turbine.Turbine
-
Save some information about this servlet so that it can be utilized by object instances that do not have direct access to PipelineData.
- saveUser(User) - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Saves User's data in the permanent storage.
- saveUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
-
Saves User's data in the permanent storage.
- ScheduledJob - Interface in org.apache.turbine.modules
-
All Scheduled jobs should implement this.
- ScheduledJobLoader - Class in org.apache.turbine.modules
-
ScheduledJobs loader class.
- scheduleQueue - Variable in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
The queue
- SCHEDULER_LOG_FACILITY - Static variable in interface org.apache.turbine.TurbineConstants
-
The logging facility which captures output from the SchedulerService.
- SchedulerTool - Class in org.apache.turbine.services.schedule
-
This tool is used to retrieve information about the job scheduler.
- SchedulerTool() - Constructor for class org.apache.turbine.services.schedule.SchedulerTool
- ScheduleService - Interface in org.apache.turbine.services.schedule
-
ScheduleService interface.
- Screen - Interface in org.apache.turbine.modules
-
This is the interface which defines the Screen modules.
- SCREEN_DEFAULT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the Default Screen
- SCREEN_ERROR_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for Login Screen
- SCREEN_ERROR_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Login error screen.
- SCREEN_HOMEPAGE - Static variable in interface org.apache.turbine.TurbineConstants
-
Home page screen.
- SCREEN_INVALID_STATE - Static variable in interface org.apache.turbine.TurbineConstants
-
Report Screen for invalid state in the application
- SCREEN_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Screen Objects
- SCREEN_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
-
Login screen.
- SCREEN_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
-
Context Key for the screen placeholder in the various velocity layouts
- SCREEN_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Screen Template Objects
- SCREEN_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Represents Screen Template Objects
- ScreenDefaultTemplateMapper - Class in org.apache.turbine.services.template.mapper
-
This is a pretty simple mapper which returns template pathes for a supplied template name.
- ScreenDefaultTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.ScreenDefaultTemplateMapper
-
Default C'tor.
- screenHomepage - Variable in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- screenInvalidState - Variable in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- screenLoader - Variable in class org.apache.turbine.modules.pages.DefaultPage
-
Injected loader instance
- ScreenLoader - Class in org.apache.turbine.modules
-
The purpose of this class is to allow one to load and execute Screen modules.
- ScreenTemplateMapper - Class in org.apache.turbine.services.template.mapper
-
This is a pretty simple mapper which returns template pathes for a supplied template name.
- ScreenTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.ScreenTemplateMapper
-
Default C'tor.
- SECOND - org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
- SECOND - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the SECOND field
- security - Variable in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- SecurityCheck - Class in org.apache.turbine.util
-
Utility for doing security checks in Screens and Actions.
- SecurityCheck(RunData, String, String) - Constructor for class org.apache.turbine.util.SecurityCheck
-
Constructor.
- SecurityCheck(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.SecurityCheck
-
Constructor.
- SecurityService - Interface in org.apache.turbine.services.security
-
The Security Service manages Users, Groups Roles and Permissions in the system.
- send() - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
This method sends the email.
- send() - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Actually send the mail.
- separator - Variable in class org.apache.turbine.services.template.mapper.BaseMapper
-
The separator used to concatenate the result parts for this mapper.
- serializeMap(Map<String, Object>) - Static method in class org.apache.turbine.util.ObjectUtils
-
Converts a map to a byte array for storage/serialization.
- ServerData - Class in org.apache.turbine.util
-
Holds basic server information under which Turbine is running.
- ServerData(String, int, String, String, String) - Constructor for class org.apache.turbine.util.ServerData
-
Constructor.
- ServerData(HttpServletRequest) - Constructor for class org.apache.turbine.util.ServerData
-
A C'tor that takes a HTTP Request object and builds the server data from its contents
- ServerData(ServerData) - Constructor for class org.apache.turbine.util.ServerData
-
Copy-Constructor
- Service - Interface in org.apache.turbine.services
-
Services
areInitables
that have a name, and a set of properties. - SERVICE_NAME - Static variable in annotation type org.apache.turbine.annotation.TurbineService
-
A constant defining the field name for the service name
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
-
Name of the Service
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
-
The publically visible name of the service
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.jsonrpc.JsonRpcService
-
TurbineJsonRpcService.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.jsp.JspService
-
The name used to specify this service in Turbine.properties
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.naming.NamingService
-
The service name
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.pull.PullService
-
The key under which this service is stored in TurbineServices.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.rundata.RunDataService
-
The key under which this service is stored in TurbineServices.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
-
Name of service
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.security.SecurityService
-
The name of the service
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.Service
-
The name of this service.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.servlet.ServletService
-
The service identifier
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.session.SessionService
-
The key under which this service is stored in TurbineServices.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.template.TemplateService
-
The key under which this service is stored in TurbineServices.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.ui.UIService
-
The service identifier.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.uniqueid.UniqueIdService
-
The service name
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.urlmapper.URLMapperService
-
The service identifier.
- SERVICE_NAME - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
The Service Name
- SERVICE_NAME - Static variable in class org.apache.turbine.util.template.TemplateInfo
-
Constants for tempStorage hash map.
- SERVICE_PREFIX - Static variable in class org.apache.turbine.services.BaseServiceBroker
-
A prefix for
Service
properties in TurbineResource.properties. - serviceBroker - Variable in class org.apache.turbine.services.BaseService
-
A reference to the ServiceBroker that instantiated this object.
- ServiceBroker - Interface in org.apache.turbine.services
-
Classes that implement this interface can act as a broker for
Service
classes. - ServiceManager - Interface in org.apache.turbine.services
-
Classes that implement this interface can act as a manager for
Service
classes. - ServletService - Interface in org.apache.turbine.services.servlet
-
This interface exposes methods of the runner context in order resolve or get access to external resources
- ServletUtils - Class in org.apache.turbine.util
-
This is where common Servlet manipulation routines should go.
- ServletUtils() - Constructor for class org.apache.turbine.util.ServletUtils
- SESSION_ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
-
The 'temp storage' key name for the session access counter
- SESSION_KEY - Static variable in interface org.apache.turbine.om.security.User
-
The session key for the User object.
- SESSION_TIMEOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Session Timeout Default Value
- SESSION_TIMEOUT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Session Timeout
- SESSION_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property Key for the session tools
- SESSION_TOOLS_ATTRIBUTE_PREFIX - Static variable in interface org.apache.turbine.services.pull.PullService
-
prefix for key used in the session to store session scope pull tools
- sessionCreated(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
-
Called by the servlet container when a new session is created
- SessionData - Class in org.apache.turbine.services.pull.util
-
Pull tool designed to be used in the session scope for storage of temporary data.
- SessionData() - Constructor for class org.apache.turbine.services.pull.util.SessionData
- sessionDestroyed(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
-
Called by the servlet container when a session is destroyed
- sessionDidActivate(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
-
Called by the servlet container when an existing session is (re-)activated.
- SessionListener - Class in org.apache.turbine.services.session
-
This class is a listener for both session creation and destruction, and for session activation and passivation.
- SessionListener() - Constructor for class org.apache.turbine.services.session.SessionListener
- SessionService - Interface in org.apache.turbine.services.session
-
The SessionService allows access to the current sessions of the current context.
- SessionTool - Class in org.apache.turbine.services.session
-
A pull tool for accessing the SessionService from a velocity template.
- SessionTool() - Constructor for class org.apache.turbine.services.session.SessionTool
- SessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
-
The SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.
- SessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- sessionWillPassivate(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
-
Called by the servlet container when a an existing session is passivated.
- setAccessCounter(int) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the access counter for a user, saved in perm storage.
- setAccessCounter(int) - Method in interface org.apache.turbine.om.security.User
-
Sets the access counter for a user, saved in perm storage.
- setAccessCounterForSession(int) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the session access counter for a user, saved in temp storage.
- setAccessCounterForSession(int) - Method in interface org.apache.turbine.om.security.User
-
Sets the session access counter for a user, saved in temp storage.
- setACL(A) - Method in interface org.apache.turbine.util.RunData
-
Sets the access control list.
- setACL(AccessControlList) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the access control list.
- setAction(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Sets the action= value for this URL.
- setAction(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the action for the request.
- setAction(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the action for the request.
- setAction(String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the action= value for this URL.
- setActionEvent(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Sets the action= and eventSubmit= values for this URL.
- setActionEvent(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the action= and eventSubmit= values for this URL.
- setActive(boolean) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Sets whether the job is running.
- setActive(boolean) - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Sets whether the job is running.
- setActive(boolean) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- setAlinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the active link color for the BODY tag.
- setApplicationRoot(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Set the application root.
- setApplicationRoot(String) - Method in interface org.apache.turbine.services.ServiceManager
-
Set the application root.
- setApplicationRoot(String) - Static method in class org.apache.turbine.Turbine
-
Set the application root for the webapp.
- setAttribute(String, Object) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- setBackground(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the background image for the BODY tag.
- setBgColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the background color for the BODY tag.
- setCacheHeaders(PipelineData, int) - Static method in class org.apache.turbine.util.HttpUtils
-
This method sets the required expiration headers in the response for a given
PipelineData
object. - setCacheSize(int) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Set the CacheSize value.
- setCacheSize(int) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Set the CacheSize value.
- setCharset(Charset) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the charset.
- setCharset(Charset) - Method in interface org.apache.turbine.util.RunData
-
Sets the charset.
- setCharSet(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the charset.
- setCharSet(String) - Method in interface org.apache.turbine.util.RunData
-
Deprecated.
- setClazz(String) - Method in class org.apache.turbine.pipeline.XmlValve
-
Set the class attribute
- setConfiguration(Configuration) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Set the configuration object for the services broker.
- setConfiguration(Configuration) - Method in interface org.apache.turbine.services.ServiceManager
-
Set the configuration object for the services broker.
- setConfirmed(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the new confirm value of the user
- setConfirmed(String) - Method in interface org.apache.turbine.om.security.User
-
Sets the confirmation value.
- setContentType(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the HTTP content type to return.
- setContentType(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the HTTP content type to return.
- setContext(Context) - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Set the context object that will be merged with the template.
- setContextPath(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the cached context path that is stored in the server data.
- setContextPath(String) - Method in class org.apache.turbine.util.ServerData
-
Set the context path.
- setContextPath(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets the context path.
- setCreateDate(Date) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the new creation date of the user
- setCreateDate(Date) - Method in interface org.apache.turbine.om.security.User
-
Sets the creation date for this user.
- setDayOfMonth(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of dayOfMonth.
- setDayOfMonth(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of dayOfMonth.
- setDayOfMonth(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of dayOfMonth.
- setDebugVariable(String, Object) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets a name/value pair in an internal Map that is accessible from the Error screen.
- setDebugVariable(String, Object) - Method in interface org.apache.turbine.util.RunData
-
Sets a name/value pair in an internal Map that is accessible from the Error screen.
- setDefaultProperty(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Set the DefaultProperty value.
- setDefaultProperty(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Set the DefaultProperty value.
- setDeleted(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets whether this object was deleted from the database.
- setDescription(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Add a description META tag to the HEAD of the page.
- setEmail(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the email address.
- setEmail(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of email.
- setEnabled(boolean) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Sets the enabled status of the scheduler
- setEnabled(boolean) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Sets the enabled status of the scheduler
- setEncodeURLOff() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
This will turn off the execution of res.encodeURL() by making res == null.
- setEvent(String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the fired eventSubmit= value for this URL.
- setFailScreen(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Set the value of failScreen.
- setFailTemplate(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Set the value of failTemplate.
- setFieldName(String) - Method in class org.apache.turbine.util.FormMessage
-
Adds one field name.
- setFirstName(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the first name for this user.
- setFormName(String) - Method in class org.apache.turbine.util.FormMessage
-
Set the form name.
- setGroupNamesMap(Map<String, Integer>) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
-
Set the map of group names to group indices for the stored Pattern
- setHasLoggedIn(Boolean) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
This sets whether or not someone has logged in.
- setHasLoggedIn(Boolean) - Method in interface org.apache.turbine.om.security.User
-
This sets whether or not someone has logged in.
- setHour(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of hour.
- setHour(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of hour.
- setHour(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of hour.
- setHtmlTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Set the HTML template for the mail.
- setHttpEquiv(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
- setId(Object) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the Id of the SecurityEntity.
- setIgnoreParameters(Map<String, String>) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- setImplicitParameters(Map<String, String>) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- setInit(boolean) - Method in class org.apache.turbine.services.BaseInitable
-
Sets initialization status.
- setInit(boolean) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseInitable
-
Saves InitableBroker reference for later use.
- setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- setInitableBroker(InitableBroker) - Method in interface org.apache.turbine.services.Initable
-
Provides an Initable with a reference to the InitableBroker that instantiated this object, so that it can access other Initables.
- setInitParameter(String, String) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- setJNDIContexts(Map<String, Context>) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets JNDI Contexts.
- setJNDIContexts(Map<String, Context>) - Method in interface org.apache.turbine.util.RunData
-
Sets JNDI Contexts.
- setJobEntryTorquePeerImpl(JobEntryTorquePeerImpl) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
Sets the instance of the implementation of the peer.
- setJobId(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of jobId.
- setJobId(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of jobId.
- setJobId(int) - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Set the value of jobId.
- setJobId(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of jobId.
- setJobId(int) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
-
Set the value of jobId.
- setJobTrigger(Trigger) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
- setKey(String) - Method in class org.apache.turbine.om.OMTool.PullHelper
-
Deprecated.
- setKey(String) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
-
Calls setKey(key,true)
- setKey(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
-
Return the group identified by its key
- setKeywords(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set a keywords META tag in the HEAD of the page.
- setLastAccessDate() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the last access date for this User.
- setLastAccessDate() - Method in interface org.apache.turbine.om.security.User
-
Sets the last access date for this User.
- setLastLogin(Date) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the new date of the last login of the user
- setLastLogin(Date) - Method in interface org.apache.turbine.om.security.User
-
Set last login date/time.
- setLastName(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the last name for this user.
- setLayout(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Set the layout for the request.
- setLayout(String) - Method in interface org.apache.turbine.util.RunData
-
Set the layout for the request.
- setLayout(PipelineData, String) - Method in interface org.apache.turbine.modules.Screen
-
Set the layout for a Screen.
- setLayoutTemplate(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Modifies the layout template for the screen.
- setLayoutTemplate(String) - Method in interface org.apache.turbine.util.RunData
-
Modifies the layout template for the screen.
- setLayoutTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Set the value of layout.
- setLinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the link color for the BODY tag.
- setLoader(Loader<? extends Assembler>) - Method in class org.apache.turbine.services.template.mapper.ClassMapper
-
Set the Loader value.
- setLoading(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets whether this object is currently being loaded from the database.
- setLocale(Locale) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the locale.
- setLocale(Locale) - Method in interface org.apache.turbine.util.RunData
-
Sets the locale.
- setMailServer(String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Sets the address of the outgoing mail server.
- setMailServer(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Sets the address of the outgoing mail server.
- setManager(ServiceManager) - Static method in class org.apache.turbine.services.TurbineServices
-
The method through which to change the default manager.
- setMapEntries(List<URLMapEntry>) - Method in class org.apache.turbine.services.urlmapper.model.URLMappingContainer
-
Set new map entries during deserialization
- setMedia(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Sets the media for which the stylesheet should be applied.
- setMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the message for the request as a string.
- setMessage(String) - Method in class org.apache.turbine.util.FormMessage
-
Set the message.
- setMessage(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the message for the request as a string.
- setMessage(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
-
Set the message that should be displayed.
- setMessage(String, String, long) - Method in class org.apache.turbine.util.FormMessages
-
Sets a message for a field of a form.
- setMessage(String, String, String) - Method in class org.apache.turbine.util.FormMessages
-
Sets a message for a field of a form.
- setMessages(FormMessages) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the FormMessages object for the request.
- setMessages(FormMessages) - Method in interface org.apache.turbine.util.RunData
-
Sets the FormMessages object for the request.
- setMinute(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of minute.
- setMinute(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of minute.
- setMinute(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of minute.
- setModified(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets whether the object has been modified.
- setName(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the Name of the SecurityEntity.
- setName(String) - Method in class org.apache.turbine.pipeline.TurbinePipeline
-
Set the name of this pipeline.
- setName(String) - Method in class org.apache.turbine.services.BaseService
-
ServiceBroker uses this method to pass a Service its name.
- setName(String) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- setName(String) - Method in interface org.apache.turbine.services.Service
-
ServiceBroker uses this method to pass a Service its name.
- setName(String) - Method in class org.apache.turbine.services.urlmapper.model.URLMappingContainer
-
Set the name of this map.
- setNavigationTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Set the value of navigationTemplate.
- setNew(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets whether the object has ever been saved.
- setObjectdata(byte[]) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Sets the value of the objectdata for the user
- setOut(PrintWriter) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Deprecated.no replacement planned, response writer will not be cached
- setOverrideParameters(Map<String, String>) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- setPage(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Sets the template variable used by the Template Service.
- setPassword(String) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Set password.
- setPathInfo(List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the Query Data List.
- setPerm(String, Object) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Put an object into permanent storage.
- setPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
-
Put an object into permanent storage.
- setPermStorage(Map<String, Object>) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
This should only be used in the case where we want to make the data persistent.
- setPermStorage(Map<String, Object>) - Method in interface org.apache.turbine.om.security.User
-
This should only be used in the case where we want to save the data to the database.
- setPrefix(String) - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
-
Set the Prefix value.
- setPrimaryKey(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the PrimaryKey using a String.
- setPrimaryKey(ObjectKey<?>) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the PrimaryKey using ObjectKey.
- setProperty(byte[]) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of property.
- setQueryData(List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the Query Data List.
- setQueryKey(String) - Method in interface org.apache.turbine.om.Retrievable
-
Deprecated.set an id that differentiates this object from others of its class.
- setRedirect(boolean) - Method in class org.apache.turbine.util.uri.BaseURI
-
Set the redirect Flag
- setRedirectURI(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the redirect uri.
- setRedirectURI(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the redirect uri.
- setReference(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Sets a reference anchor (#ref).
- setReference(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets a reference anchor (#ref).
- setRelation(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Sets the relation type of the tag.
- setRelevantKeys(Set<String>) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
-
Set the set of relevant keys for comparison (cached for performance)
- setReload(boolean) - Method in class org.apache.turbine.modules.GenericLoader
-
Sets whether or not this external action is reload itself.
- setResponse(HttpServletResponse) - Method in class org.apache.turbine.util.uri.BaseURI
-
Set a Response Object to use when creating the response string.
- setSaving(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Sets whether this object is currently saving.
- setScreen(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Sets the screen= value for this URL.
- setScreen(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the screen for the request.
- setScreen(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the screen for the request.
- setScreen(String) - Method in class org.apache.turbine.util.template.TemplateScreen
-
Set the screen.
- setScreen(String) - Method in class org.apache.turbine.util.uri.TurbineURI
-
Sets the screen= value for this URL.
- setScreenTemplate(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the screen template for the request.
- setScreenTemplate(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the screen template for the request.
- setScreenTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Set the value of screen.
- setScriptName(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the cached script name that is stored in the server data.
- setScriptName(String) - Method in class org.apache.turbine.util.ServerData
-
Set the script name.
- setScriptName(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets the script name (/servlets/Turbine).
- setSecond(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of second.
- setSecond(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of second.
- setSecond(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of second.
- setSecure() - Method in class org.apache.turbine.util.uri.BaseURI
-
Method to specify that a URI should use SSL.
- setSecure(int) - Method in class org.apache.turbine.util.uri.BaseURI
-
Method to specify that a URI should use SSL.
- setSeparator(char) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Set the Separator value.
- setSeparator(char) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Set the Separator value.
- setServerName(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the cached server same that is stored in the server data.
- setServerName(String) - Method in class org.apache.turbine.util.ServerData
-
Sets the cached serverName.
- setServerName(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets the server name.
- setServerPort(int) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the cached server port that is stored in the server data.
- setServerPort(int) - Method in class org.apache.turbine.util.ServerData
-
Sets the cached serverPort.
- setServerPort(int) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets the server port.
- setServerScheme(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the cached server scheme that is stored in the server data.
- setServerScheme(String) - Method in class org.apache.turbine.util.ServerData
-
Sets the cached serverScheme.
- setServerScheme(String) - Method in class org.apache.turbine.util.uri.BaseURI
-
Sets the scheme (HTTP or HTTPS).
- setService(String) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Set the value of service.
- setServiceBroker(ServiceBroker) - Method in class org.apache.turbine.services.BaseService
-
Saves a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
- setServiceBroker(ServiceBroker) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
- setServiceBroker(ServiceBroker) - Method in interface org.apache.turbine.services.Service
-
Provides a Service with a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
- setServiceObject(String, Object) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Set an application specific service object that can be used by application specific services.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.turbine.util.TurbineConfig
-
Not implemented.
- setSkin() - Method in class org.apache.turbine.services.pull.tools.UITool
-
Set the skin name to the skin from the TurbineResources.properties file.
- setSkin(String) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Set the skin name to the specified skin.
- setSkin(User) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Set the skin name when the tool is configured to be loaded on a per-session basis.
- setSkin(User, String) - Static method in class org.apache.turbine.services.pull.tools.UITool
-
Set the skin name in the user's temp hashmap for the current session.
- setSkin(RunData) - Method in class org.apache.turbine.services.pull.tools.UITool
-
Set the skin name when the tool is configured to be loaded on a per-request basis.
- setStackTrace(String, Throwable) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the stack trace.
- setStackTrace(String, Throwable) - Method in interface org.apache.turbine.util.RunData
-
Sets the stack trace.
- setStatusCode(int) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the HTTP status code to return.
- setStatusCode(int) - Method in interface org.apache.turbine.util.RunData
-
Sets the HTTP status code to return.
- setSystemError(SystemError) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Adds a critical system error.
- setSystemError(SystemError) - Method in interface org.apache.turbine.util.RunData
-
Adds a critical system error.
- setTask(String) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of task.
- setTask(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of task.
- setTask(String) - Method in interface org.apache.turbine.services.schedule.JobEntry
-
Set the value of Task
- setTask(String) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of task.
- setTask(String) - Method in class org.apache.turbine.services.schedule.JobEntryQuartz
-
Set the value of task.
- setTemp(String, Object) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Put an object into temporary storage.
- setTemp(String, Object) - Method in interface org.apache.turbine.om.security.User
-
Put an object into temporary storage.
- setTemp(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Put an object into temporary storage.
- setTemplate(String) - Method in class org.apache.turbine.services.jsp.util.JspNavigation
-
builds the output of the navigation template
- setTemplate(String) - Method in class org.apache.turbine.util.template.TemplateNavigation
-
Set the template.
- setTemplate(String) - Method in class org.apache.turbine.util.uri.TemplateURI
-
Sets the template= value for this URL.
- setTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Velocity template to execute.
- setTemplate(PipelineData, String) - Method in class org.apache.turbine.modules.actions.VelocityAction
-
This method is used when you want to short circuit an Action and change the template that will be executed next.
- setTemplate(PipelineData, String) - Static method in class org.apache.turbine.modules.screens.TemplateScreen
-
This method is used when you want to short circuit a Screen and change the template that will be executed next.
- setTemplateContext(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
-
Set the value of context.
- setTemplateEncoding(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the character encoding to use for reading template files.
- setTemplateEncoding(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the character encoding to use for reading template files.
- setTempStorage(Map<String, Object>) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
This should only be used in the case where we want to save the data to the database.
- setTempStorage(Map<String, Object>) - Method in interface org.apache.turbine.om.security.User
-
This should only be used in the case where we want to save the data to the database.
- setTextColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the text color for the BODY tag.
- setTextTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Set the text template for the mail.
- setTitle(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the title of the page.
- setTitle(String) - Method in interface org.apache.turbine.util.RunData
-
Sets the title of the page.
- setTitle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Sets the title of the stylesheet
- setTitle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the title in the page.
- setTo(String, String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Deprecated.use addTo(email,name) instead
- setTurbineServletConfig(ServletConfig) - Static method in class org.apache.turbine.Turbine
-
Set the servlet config for this turbine webapp.
- setTurbineServletContext(ServletContext) - Static method in class org.apache.turbine.Turbine
-
Set the servlet context for this turbine webapp.
- setType(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
-
Sets the content type of the style sheet
- setUrlPattern(Pattern) - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- setUseCache(boolean) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
-
Set the UseCache value.
- setUseCache(boolean) - Method in interface org.apache.turbine.services.template.mapper.Mapper
-
Set the UseCache value.
- setUser(User) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Sets the user.
- setUser(T) - Method in interface org.apache.turbine.util.RunData
-
Sets the user.
- setUserDelegate(TurbineUser) - Method in class org.apache.turbine.om.security.DefaultUserImpl
- setUserDelegate(TurbineUser) - Method in interface org.apache.turbine.om.security.TurbineUserDelegate
-
Set the delegated user
- setUserGroupRoleSet(Set<T>) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Set the User/Group/Role set associated with this entity
- setUserWrapperClass(String) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Set the wrapper class for user objects
- setValves(Valve[]) - Method in class org.apache.turbine.pipeline.TurbinePipeline
-
Set new valves during deserialization
- setVelocityProperties(VelocityEngine, Configuration) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
This method generates the Properties object necessary for the initialization of Velocity.
- setVlinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
Set the visited link color for the BODY tag.
- setWeekDay(int) - Method in class org.apache.turbine.services.schedule.AbstractJobEntry
-
Set the value of weekDay.
- setWeekDay(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Set the value of weekDay.
- setWeekDay(int) - Method in class org.apache.turbine.services.schedule.JobEntryNonPersistent
-
Set the value of weekDay.
- setWordWrap(int) - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
Set the column at which long lines of text should be word- wrapped.
- setXmlParameters(List<XmlParameterList.XmlParameter>) - Method in class org.apache.turbine.services.urlmapper.model.XmlParameterList
-
Set a list of XmlParameters
- shutdown() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
-
Shuts the Component Service down, calls dispose on the components that implement this interface
- shutdown() - Method in class org.apache.turbine.services.BaseInitable
-
Returns an Initable to uninitialized state.
- shutdown() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
-
Shuts down this service.
- shutdown() - Method in interface org.apache.turbine.services.Initable
-
Returns an
Initable
to an uninitialized state. - shutdown() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
-
Shutdown the service
- shutdown() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Shutdowns the service.
- shutdown() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Shutdowns the service.
- shutdown() - Method in class org.apache.turbine.services.session.TurbineSessionService
-
Returns to uninitialized state.
- shutdown() - Method in class org.apache.turbine.services.TurbineBaseService
-
Returns to uninitialized state.
- shutdown() - Method in class org.apache.turbine.services.ui.TurbineUIService
-
Returns to uninitialized state.
- shutdown() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
-
Writes a message to the log upon system shutdown.
- shutdown() - Method in class org.apache.turbine.services.urlmapper.TurbineURLMapperService
-
Returns to uninitialized state.
- shutdownClass(String) - Method in class org.apache.turbine.services.BaseInitableBroker
-
Shuts down an
Initable
. - shutdownClass(String) - Method in interface org.apache.turbine.services.InitableBroker
-
Shutdowns an Initable class.
- shutdownService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
-
Shuts down a
Service
, releasing resources allocated by anService
, and returns it to its initial (uninitialized) state. - shutdownService(String) - Method in interface org.apache.turbine.services.ServiceBroker
-
Shutdowns a Service.
- shutdownServices() - Method in class org.apache.turbine.services.BaseServiceBroker
-
Shuts down all Turbine services, releasing allocated resources and returning them to their initial (uninitialized) state.
- shutdownServices() - Method in interface org.apache.turbine.services.ServiceBroker
-
Shutdowns all Services.
- SKIN_ATTRIBUTE - Static variable in class org.apache.turbine.services.pull.tools.UITool
-
Attribute name of skinName value in User's temp hashmap.
- SKIN_PROPERTY_DEFAULT - Static variable in class org.apache.turbine.services.ui.TurbineUIService
-
Default skin name.
- stack - Variable in class org.apache.turbine.services.BaseInitableBroker
-
Names of classes being early-initialized are pushed onto this stack.
- STACK_TRACE_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
-
Context Key for the Stack Trace
- STANDARD_PIPELINE - Static variable in interface org.apache.turbine.TurbineConstants
- startScheduler() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Starts or restarts the scheduler if not already running.
- startScheduler() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Starts or restarts the scheduler if not already running.
- startScheduler() - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Starts the scheduler if not already running.
- stopScheduler() - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Stops the scheduler if it is currently running.
- stopScheduler() - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Stops the scheduler if it is currently running.
- stopScheduler() - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Stops the scheduler if ti is currently running.
- store(User) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Save an User object to persistent storage.
- store(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
-
Save an User object to persistent storage.
- store(User) - Method in interface org.apache.turbine.services.security.UserManager
-
Save an User object to persistent storage.
- SystemError - Error in org.apache.turbine.util
-
Used for wrapping system errors (exceptions) that may occur in the application.
- SystemError(String) - Constructor for error org.apache.turbine.util.SystemError
-
Constructor.
- SystemError(String, Throwable) - Constructor for error org.apache.turbine.util.SystemError
-
Constructor.
- SystemError(Throwable) - Constructor for error org.apache.turbine.util.SystemError
-
Constructor.
T
- TABLE - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The table map for this class.
- TABLE_NAME - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The table name for this class.
- TASK - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the TASK field
- template - Variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
cache of the template name for getPage()
- TEMPLATE_ERROR_JSP - Static variable in interface org.apache.turbine.TurbineConstants
-
Template error default for JSP
- TEMPLATE_ERROR_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Template error template Property.
- TEMPLATE_ERROR_VM - Static variable in interface org.apache.turbine.TurbineConstants
-
Template error default for Velocity
- TEMPLATE_EXTENSIONS - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
-
Configuration key
- TEMPLATE_HOMEPAGE - Static variable in interface org.apache.turbine.TurbineConstants
-
Home page template.
- TEMPLATE_INVALID_STATE - Static variable in interface org.apache.turbine.TurbineConstants
-
Report Template for invalid state in the application
- TEMPLATE_LINK_PREFIX - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
Prefix for Parameters for this tool
- TEMPLATE_LINK_RELATIVE_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
Default Value for TEMPLATE_LINK_RELATIVE_KEY
- TEMPLATE_LINK_RELATIVE_KEY - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
Should this tool return relative URIs or absolute?
- TEMPLATE_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
-
Login template.
- TEMPLATE_PARTS_SEPARATOR - Static variable in interface org.apache.turbine.services.template.TemplateService
-
Character that separates the various Template Parts
- TEMPLATE_PATH_KEY - Static variable in interface org.apache.turbine.services.jsp.JspService
-
Property key for Template Pathes
- TEMPLATE_TYPES - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
-
Number of different Template Types that we know of
- TemplateEngineService - Interface in org.apache.turbine.services.template
-
This is the interface that all template engine services must adhere to.
- templateError - Variable in class org.apache.turbine.modules.screens.VelocityScreen
- templateExists(String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
-
Determine whether a given template is available on the configured template pathes.
- templateExists(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
- templateExists(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
-
Use the specific template engine to determine whether a given template exists.
- templateExists(String) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
-
Find out if a given template exists.
- templateExists(String, String[]) - Method in interface org.apache.turbine.services.template.TemplateService
-
Deprecated.Use templateExists from the various Templating Engines
- templateExists(String, String[]) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Deprecated.Use templateExists from the various Templating Engines
- templateHomepage - Variable in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- TemplateInfo - Class in org.apache.turbine.util.template
-
This is a wrapper for Template specific information.
- TemplateInfo(RunData) - Constructor for class org.apache.turbine.util.template.TemplateInfo
-
Constructor
- templateInvalidState - Variable in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
- TemplateLink - Class in org.apache.turbine.services.pull.tools
-
This is a pull to to be used in Templates to convert links in Templates into the correct references.
- TemplateLink() - Constructor for class org.apache.turbine.services.pull.tools.TemplateLink
-
Default constructor
- TemplateNavigation - Class in org.apache.turbine.modules.navigations
-
Base Template Navigation.
- TemplateNavigation - Class in org.apache.turbine.util.template
-
Returns output of a Navigation module.
- TemplateNavigation() - Constructor for class org.apache.turbine.modules.navigations.TemplateNavigation
- TemplateNavigation(PipelineData) - Constructor for class org.apache.turbine.util.template.TemplateNavigation
-
Constructor
- TemplatePage - Class in org.apache.turbine.modules.pages
-
When building sites using templates, Screens need only be defined for templates which require dynamic (database or object) data.
- TemplatePage() - Constructor for class org.apache.turbine.modules.pages.TemplatePage
- TemplateScreen - Class in org.apache.turbine.modules.screens
-
Template Screen.
- TemplateScreen - Class in org.apache.turbine.util.template
-
Returns output of a Screen module.
- TemplateScreen() - Constructor for class org.apache.turbine.modules.screens.TemplateScreen
- TemplateScreen(PipelineData) - Constructor for class org.apache.turbine.util.template.TemplateScreen
-
Constructor
- TemplateSecureSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
-
SessionValidator that requires login for use with Template Services like Velocity or WebMacro.
- TemplateSecureSessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
- TemplateSecurityCheck - Class in org.apache.turbine.util.template
-
Utility class to help check for proper authorization when using template screens.
- TemplateSecurityCheck(PipelineData) - Constructor for class org.apache.turbine.util.template.TemplateSecurityCheck
-
Generic Constructor.
- TemplateSecurityCheck(PipelineData, String) - Constructor for class org.apache.turbine.util.template.TemplateSecurityCheck
-
Constructor.
- templateService - Variable in class org.apache.turbine.modules.screens.VelocityScreen
-
Injected service instance
- TemplateService - Interface in org.apache.turbine.services.template
-
This service provides a method for mapping templates to their appropriate Screens or Navigations.
- TemplateSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
-
SessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to the
TemplateSecureSessionValidator
except that it does not transfer to the login page when it detects a null user (or a user not logged in). - TemplateSessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
- templateURI - Variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
TemplateURI used as backend for this object
- TemplateURI - Class in org.apache.turbine.util.uri
-
This class allows you to keep all the information needed for a single link at one place.
- TemplateURI() - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Empty C'tor.
- TemplateURI(String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, user Turbine.getDefaultServerData(), set Template and Action
- TemplateURI(RunData) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor with a RunData object
- TemplateURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set explicit redirection
- TemplateURI(RunData, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template
- TemplateURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template, set explicit redirection
- TemplateURI(RunData, String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template and Action
- TemplateURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template and Action, set explicit redirection
- TemplateURI(ServerData) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor with a ServerData object
- TemplateURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set explicit redirection
- TemplateURI(ServerData, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template
- TemplateURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template, set explicit redirection
- TemplateURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template and Action
- TemplateURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
-
Constructor, set Template and Action, set explicit redirection
- thread - Variable in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
The thread used to process commands.
- ticDifference - Static variable in class org.apache.turbine.util.GenerateUniqueId
-
Millisecons between different tics.
- timeout - Variable in class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
-
Deprecated.
- timeout - Variable in class org.apache.turbine.util.TurbineConfig
- TOOL_RESOURCES_DIR_DEFAULT - Static variable in interface org.apache.turbine.services.pull.PullService
-
Default value for the application tool resources.
- TOOL_RESOURCES_DIR_KEY - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property tag for application tool resources directory
- TOOLS_PER_REQUEST_REFRESH_DEFAULT - Static variable in interface org.apache.turbine.services.pull.PullService
-
Default value for per request tool refreshing
- TOOLS_PER_REQUEST_REFRESH_KEY - Static variable in interface org.apache.turbine.services.pull.PullService
-
Property tag for per request tool refreshing (for obvious reasons has no effect for per-request tools)
- TorqueSchedulerService - Class in org.apache.turbine.services.schedule
-
Deprecated.Use
QuartzSchedulerService
instead - TorqueSchedulerService() - Constructor for class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.
- toString() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
-
Same as getLink().
- toString() - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
- toString() - Method in class org.apache.turbine.services.urlmapper.model.URLMapEntry
- toString() - Method in class org.apache.turbine.util.FormMessage
-
Write out the contents of the message in a friendly manner.
- toString() - Method in class org.apache.turbine.util.ServerData
-
Returns this object as an URL.
- toString() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
-
A dummy toString method that returns an empty string.
- toString() - Method in class org.apache.turbine.util.template.TemplateNavigation
-
Builds the output of the navigation template.
- toString() - Method in class org.apache.turbine.util.template.TemplateScreen
-
Builds the output of the navigation template.
- toString() - Method in class org.apache.turbine.util.uri.DataURI
-
toString() simply calls getAbsoluteLink.
- toString() - Method in class org.apache.turbine.util.uri.TurbineURI
-
Simply calls getAbsoluteLink().
- toString() - Method in class org.apache.turbine.util.uri.URIParam
-
Provide a string representation of the object
- toString() - Method in class org.apache.turbine.util.velocity.VelocityEmail
-
The method toString() calls send() for ease of use within a Velocity template (see example usage above).
- translateTemplatePaths(String[]) - Method in interface org.apache.turbine.services.template.TemplateService
-
Deprecated.Each template engine service should know how to translate a request onto a file.
- translateTemplatePaths(String[]) - Method in class org.apache.turbine.services.template.TurbineTemplateService
-
Deprecated.Each template engine service should know how to translate a request onto a file.
- Turbine - Class in org.apache.turbine
-
Turbine is the main servlet for the entire system.
- Turbine() - Constructor for class org.apache.turbine.Turbine
- TurbineActionEvent - Annotation Type in org.apache.turbine.annotation
-
Annotation to associate methods in modules to action events
- TurbineAssemblerBrokerService - Class in org.apache.turbine.services.assemblerbroker
-
TurbineAssemblerBrokerService allows assemblers (like screens, actions and layouts) to be loaded from one or more AssemblerFactory classes.
- TurbineAssemblerBrokerService() - Constructor for class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
- TurbineBaseService - Class in org.apache.turbine.services
-
This class provides a
Service
implementation that Services used in Turbine are required to extend. - TurbineBaseService() - Constructor for class org.apache.turbine.services.TurbineBaseService
- TurbineConfig - Class in org.apache.turbine.util
-
A class used for initialization of Turbine without a servlet container.
- TurbineConfig(String, String) - Constructor for class org.apache.turbine.util.TurbineConfig
-
Constructs a TurbineConfig.
- TurbineConfig(String, Map<String, Object>, Map<String, String>) - Constructor for class org.apache.turbine.util.TurbineConfig
-
Constructs a new TurbineConfig.
- TurbineConfig(String, Map<String, String>) - Constructor for class org.apache.turbine.util.TurbineConfig
-
Constructs a new TurbineConfig.
- TurbineConfiguration - Annotation Type in org.apache.turbine.annotation
-
Annotation to mark fields in modules that require a configuration to be injected
- TurbineConstants - Interface in org.apache.turbine
-
This interface contains all the constants used throughout the Turbine code base.
- TurbineException - Exception in org.apache.turbine.util
-
The base class of all exceptions thrown by Turbine.
- TurbineException() - Constructor for exception org.apache.turbine.util.TurbineException
-
Constructs a new
TurbineException
without specified detail message. - TurbineException(String) - Constructor for exception org.apache.turbine.util.TurbineException
-
Constructs a new
TurbineException
with specified detail message. - TurbineException(String, Throwable) - Constructor for exception org.apache.turbine.util.TurbineException
-
Constructs a new
TurbineException
with specified detail message and nestedThrowable
. - TurbineException(Throwable) - Constructor for exception org.apache.turbine.util.TurbineException
-
Constructs a new
TurbineException
with specified nestedThrowable
. - TurbineJsonRpcService - Class in org.apache.turbine.services.jsonrpc
-
This is a service that will respond to JSON-RPC calls.
- TurbineJsonRpcService() - Constructor for class org.apache.turbine.services.jsonrpc.TurbineJsonRpcService
- TurbineJspService - Class in org.apache.turbine.services.jsp
-
This is a Service that can process JSP templates from within a Turbine screen.
- TurbineJspService() - Constructor for class org.apache.turbine.services.jsp.TurbineJspService
- TurbineLoader - Annotation Type in org.apache.turbine.annotation
-
Annotation to mark fields in modules that require a loader to be injected
- TurbineNamingService - Class in org.apache.turbine.services.naming
-
This class is the default implementation of NamingService, which provides JNDI naming contexts.
- TurbineNamingService() - Constructor for class org.apache.turbine.services.naming.TurbineNamingService
- TurbineNonPersistentSchedulerService - Class in org.apache.turbine.services.schedule
-
Deprecated.Use QuartzSchedulerService instead
- TurbineNonPersistentSchedulerService() - Constructor for class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.
- TurbinePipeline - Class in org.apache.turbine.pipeline
-
Flexible implementation of a
Pipeline
. - TurbinePipeline() - Constructor for class org.apache.turbine.pipeline.TurbinePipeline
- TurbinePullService - Class in org.apache.turbine.services.pull
-
This is the concrete implementation of the Turbine Pull Service.
- TurbinePullService() - Constructor for class org.apache.turbine.services.pull.TurbinePullService
- TurbineRequiredPermission - Annotation Type in org.apache.turbine.annotation
-
Annotation to mark modules or methods in modules that require certain permissions to be executed
- TurbineRequiredRole - Annotation Type in org.apache.turbine.annotation
-
Annotation to mark modules or methods in modules that require certain roles to be executed
- TurbineRunData - Interface in org.apache.turbine.services.rundata
-
TurbineRunData is an extension to the RunData interface to be implemented by RunData implementations to be distributed by the Turbine RunData Service.
- TurbineRunDataService - Class in org.apache.turbine.services.rundata
-
The RunData Service provides the implementations for RunData and related interfaces required by request processing.
- TurbineRunDataService() - Constructor for class org.apache.turbine.services.rundata.TurbineRunDataService
-
Constructs a RunData Service.
- TurbineRuntimeException - Exception in org.apache.turbine.util
-
This is a base class of runtime exeptions thrown by Turbine.
- TurbineRuntimeException() - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
-
Constructs a new
TurbineRuntimeException
without specified detail message. - TurbineRuntimeException(String) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
-
Constructs a new
TurbineRuntimeException
with specified detail message. - TurbineRuntimeException(String, Throwable) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
-
Constructs a new
TurbineRuntimeException
with specified detail message and nestedThrowable
. - TurbineRuntimeException(Throwable) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
-
Constructs a new
TurbineRuntimeException
with specified nestedThrowable
. - TurbineService - Annotation Type in org.apache.turbine.annotation
-
Annotation to mark fields in modules that require a service to be injected
- TurbineServiceProvider - Interface in org.apache.turbine.services
-
Interface for telling Turbine that the implementation class is an external service provider therefore can be used for looking up services not found by the Turbine implementation.
- TurbineServices - Class in org.apache.turbine.services
-
This is a singleton utility class that acts as a Services broker.
- TurbineServices() - Constructor for class org.apache.turbine.services.TurbineServices
-
This constructor is protected to force clients to use getInstance() to access this class.
- TurbineServletService - Class in org.apache.turbine.services.servlet
-
This class provides a context service when the application is run in a ServletContainer.
- TurbineServletService() - Constructor for class org.apache.turbine.services.servlet.TurbineServletService
- TurbineSessionService - Class in org.apache.turbine.services.session
-
The SessionService allows thread-safe access to the current sessions of the current context.
- TurbineSessionService() - Constructor for class org.apache.turbine.services.session.TurbineSessionService
- TurbineTemplateService - Class in org.apache.turbine.services.template
-
This service provides a method for mapping templates to their appropriate Screens or Navigations.
- TurbineTemplateService() - Constructor for class org.apache.turbine.services.template.TurbineTemplateService
-
C'tor
- TurbineUIService - Class in org.apache.turbine.services.ui
-
The UI service provides for shared access to User Interface (skin) files, as well as the ability for non-default skin files to inherit properties from a default skin.
- TurbineUIService() - Constructor for class org.apache.turbine.services.ui.TurbineUIService
- TurbineUniqueIdService - Class in org.apache.turbine.services.uniqueid
-
This is an implementation of
UniqueIdService
. - TurbineUniqueIdService() - Constructor for class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
- TurbineURI - Class in org.apache.turbine.util.uri
-
This class allows you to keep all the information needed for a single link at one place.
- TurbineURI() - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Empty C'tor.
- TurbineURI(String, String) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, user Turbine.getDefaultServerData(), set Screen and Action.
- TurbineURI(RunData) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor with a RunData object.
- TurbineURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set explicit redirection.
- TurbineURI(RunData, String) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen.
- TurbineURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen, set explicit redirection.
- TurbineURI(RunData, String, String) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen and Action.
- TurbineURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen and Action, set explicit redirection.
- TurbineURI(ServerData) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor with a ServerData object.
- TurbineURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set explicit redirection.
- TurbineURI(ServerData, String) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen.
- TurbineURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen, set explicit redirection.
- TurbineURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen and Action.
- TurbineURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TurbineURI
-
Constructor, set Screen and Action, set explicit redirection.
- TurbineURLMapperService - Class in org.apache.turbine.services.urlmapper
-
The URL mapper service provides methods to map a set of parameters to a simplified URL and vice-versa.
- TurbineURLMapperService() - Constructor for class org.apache.turbine.services.urlmapper.TurbineURLMapperService
- TurbineUserDelegate - Interface in org.apache.turbine.om.security
-
Marker interface
- TurbineVelocityService - Class in org.apache.turbine.services.velocity
-
This is a Service that can process Velocity templates from within a Turbine Screen.
- TurbineVelocityService() - Constructor for class org.apache.turbine.services.velocity.TurbineVelocityService
- TurbineXmlConfig - Class in org.apache.turbine.util
-
A class used for initialization of Turbine without a servlet container.
- TurbineXmlConfig(String, String) - Constructor for class org.apache.turbine.util.TurbineXmlConfig
-
Constructs a TurbineXmlConfig.
- TurbineXmlConfig(String, Map<String, Object>, Map<String, String>) - Constructor for class org.apache.turbine.util.TurbineXmlConfig
-
Constructs a new TurbineXmlConfig.
- TurbineXmlConfig(String, Map<String, String>) - Constructor for class org.apache.turbine.util.TurbineXmlConfig
-
Constructs a new TurbineXmlConfig.
- TurbineYaafiComponentService - Class in org.apache.turbine.services.avaloncomponent
-
An implementation of Turbine service initializing the YAAFI container
- TurbineYaafiComponentService() - Constructor for class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
U
- UIService - Interface in org.apache.turbine.services.ui
-
The UI service provides for shared access to User Interface (skin) files, as well as the ability for non-default skin files to inherit properties from a default skin.
- UITool - Class in org.apache.turbine.services.pull.tools
-
Manages all UI elements for a Turbine Application.
- UITool() - Constructor for class org.apache.turbine.services.pull.tools.UITool
- UniqueIdService - Interface in org.apache.turbine.services.uniqueid
-
This service provides unique identifiers for the instance of Turbine, and for objects it creates.
- unlockExclusive() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Release an exclusive lock on the security information repository.
- unlockShared() - Method in class org.apache.turbine.services.security.DefaultSecurityService
-
Release a shared lock on the security information repository.
- unmarshal(String) - Method in class org.apache.turbine.services.urlmapper.model.XmlPatternAdapter
- unmarshal(XmlValve) - Method in class org.apache.turbine.pipeline.XmlValveAdapter
- unmarshal(XmlParameterList) - Method in class org.apache.turbine.services.urlmapper.model.XmlParameterAdapter
- unsetMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Unsets the message for the request.
- unsetMessage() - Method in interface org.apache.turbine.util.RunData
-
Unsets the message for the request.
- updateJob(JobEntry) - Method in class org.apache.turbine.services.schedule.AbstractSchedulerService
-
Add or update a job.
- updateJob(JobEntry) - Method in class org.apache.turbine.services.schedule.QuartzSchedulerService
-
Add or update a job.
- updateJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
-
Modify a Job.
- updateJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TorqueSchedulerService
-
Deprecated.Add or update a job.
- updateJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
-
Deprecated.Add/update a job
- updateLastLogin() - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Updates the last login date in the database.
- updateLastLogin() - Method in interface org.apache.turbine.om.security.User
-
Updates the last login date in the database.
- updateQueue(J) - Method in class org.apache.turbine.services.schedule.JobQueue
-
Update the job for its next run time.
- URI - Interface in org.apache.turbine.util.uri
-
An interface class which describes the absolute minimum of methods that a Turbine URI class must implement.
- URI_SCHEME_SEPARATOR - Static variable in interface org.apache.turbine.util.uri.URIConstants
-
The part of the URI which separates the protocol indicator (i.e. the scheme) from the rest of the URI.
- URIConstants - Interface in org.apache.turbine.util.uri
-
This interface contains all the constants that are always needed when working with URIs.
- URIParam - Class in org.apache.turbine.util.uri
-
Helper Class to keep a key and a value together in one object.
- URIParam(String, Object) - Constructor for class org.apache.turbine.util.uri.URIParam
-
Creates a new Object from Key and Value
- URIUtils - Class in org.apache.turbine.util.uri
-
Bundles a few static routines concerning URIs, that you will need all the time.
- URIUtils() - Constructor for class org.apache.turbine.util.uri.URIUtils
- URLMapEntry - Class in org.apache.turbine.services.urlmapper.model
-
The url map model class
- URLMapEntry() - Constructor for class org.apache.turbine.services.urlmapper.model.URLMapEntry
- URLMapperService - Interface in org.apache.turbine.services.urlmapper
-
The URL mapper service provides methods to map a set of parameters to a simplified URL and vice-versa.
- URLMapperValve - Class in org.apache.turbine.services.urlmapper
-
This valve is responsible for parsing parameters out of simplified URLs.
- URLMapperValve() - Constructor for class org.apache.turbine.services.urlmapper.URLMapperValve
- URLMappingContainer - Class in org.apache.turbine.services.urlmapper.model
-
URL Map Container Model Class
- URLMappingContainer() - Constructor for class org.apache.turbine.services.urlmapper.model.URLMappingContainer
- USE_SSL_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
-
Default value for the SSL key
- USE_SSL_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Indicate whether this Turbine application is using SSL.
- User - Interface in org.apache.turbine.om.security
-
This interface represents functionality that all users of the Turbine system require.
- USER_MANAGER_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
-
the default implementation of UserManager interface (org.apache.turbine.services.security.passive.PassiveUserManager)
- USER_MANAGER_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
-
the key within services's properties for user manager implementation classname (user.manager)
- USER_WRAPPER_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
-
the default implementation of
User
interface (org.apache.turbine.om.security.DefaultUserImpl) - USER_WRAPPER_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
-
the key within services's properties for user implementation classname (wrapper.class)
- userExists() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
-
Checks if a user exists in this session.
- userExists() - Method in interface org.apache.turbine.util.RunData
-
Checks if a user exists in this session.
- UserManager - Interface in org.apache.turbine.services.security
-
An UserManager performs
User
objects related tasks on behalf of theDefaultSecurityService
. - UUID_ADDRESS_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
Key for loading the UUID Generator with a constant value
V
- value - Variable in class org.apache.turbine.services.urlmapper.model.XmlParameterList.XmlParameter
- value() - Method in annotation type org.apache.turbine.annotation.TurbineActionEvent
-
Event name, no default
- value() - Method in annotation type org.apache.turbine.annotation.TurbineConfiguration
-
Optional prefix for a configuration subset
- value() - Method in annotation type org.apache.turbine.annotation.TurbineLoader
-
Get the class of the loader target to inject
- value() - Method in annotation type org.apache.turbine.annotation.TurbineRequiredPermission
-
Get the names of the permissions required to use this class or method
- value() - Method in annotation type org.apache.turbine.annotation.TurbineRequiredRole
-
Get the names of the roles required to use this class or method
- value() - Method in annotation type org.apache.turbine.annotation.TurbineService
-
Get the name of the service to inject
- valueBound(HttpSessionBindingEvent) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Implement this method if you wish to be notified when the User has been Bound to the session.
- valueEquals(JobEntryTorque) - Method in class org.apache.turbine.services.schedule.BaseJobEntryTorque
-
Compares the content of this object to another object
- valueOf(String) - Static method in enum org.apache.turbine.annotation.AnnotationProcessor.ConditionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.turbine.annotation.AnnotationProcessor.ConditionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.turbine.om.security.DefaultUserImpl
-
Implement this method if you wish to be notified when the User has been Unbound from the session.
- Valve - Interface in org.apache.turbine.pipeline
-
A Valve is a request processing component.
- ValveContext - Interface in org.apache.turbine.pipeline
-
A ValveContext is the mechanism by which a Valve can trigger the execution of the next Valve in a Pipeline, without having to know anything about the internal implementation mechanisms.
- velocity - Variable in class org.apache.turbine.modules.screens.VelocityScreen
-
Injected service instance
- velocity - Variable in class org.apache.turbine.util.velocity.VelocityActionEvent
-
Injected velocity service
- VELOCITY_EXTENSION - Static variable in interface org.apache.turbine.services.velocity.VelocityService
-
The default extension of Velocity Pages
- VelocityAction - Class in org.apache.turbine.modules.actions
-
This class provides a convenience methods for Velocity Actions to use.
- VelocityAction() - Constructor for class org.apache.turbine.modules.actions.VelocityAction
- VelocityActionEvent - Class in org.apache.turbine.util.velocity
-
If you are using VelocitySite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
- VelocityActionEvent() - Constructor for class org.apache.turbine.util.velocity.VelocityActionEvent
- VelocityCachedLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module is Turbine 2.3.3 VelocityDirectLayout (same package) with methods added for
PipelineData
. - VelocityCachedLayout() - Constructor for class org.apache.turbine.modules.layouts.VelocityCachedLayout
- VelocityCachedScreen - Class in org.apache.turbine.modules.screens
-
VelocityCachedScreen is Turbine 2.3.3 VelocityDirectScreen (same package) with methods added for
PipelineData
. - VelocityCachedScreen() - Constructor for class org.apache.turbine.modules.screens.VelocityCachedScreen
- VelocityDirectLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module allows Velocity templates to be used as layouts.
- VelocityDirectLayout() - Constructor for class org.apache.turbine.modules.layouts.VelocityDirectLayout
- VelocityDirectScreen - Class in org.apache.turbine.modules.screens
-
VelocityDirectScreen is a screen class which returns its output directly to the output stream.
- VelocityDirectScreen() - Constructor for class org.apache.turbine.modules.screens.VelocityDirectScreen
- VelocityEmail - Class in org.apache.turbine.util.velocity
-
This is a simple class for sending email from within Velocity.
- VelocityEmail() - Constructor for class org.apache.turbine.util.velocity.VelocityEmail
-
Constructor
- VelocityEmail(Context) - Constructor for class org.apache.turbine.util.velocity.VelocityEmail
-
Constructor
- VelocityEmailException - Exception in org.apache.turbine.util.velocity
-
This exception is thrown if a VelocityEmail/VelocityHtmlEmail can not be sent using JavaMail.
- VelocityEmailException() - Constructor for exception org.apache.turbine.util.velocity.VelocityEmailException
-
Constructs a new
VelocityEmailException
without specified detail message. - VelocityEmailException(String) - Constructor for exception org.apache.turbine.util.velocity.VelocityEmailException
-
Constructs a new
VelocityEmailException
with specified detail message. - VelocityEmailException(String, Throwable) - Constructor for exception org.apache.turbine.util.velocity.VelocityEmailException
-
Constructs a new
VelocityEmailException
with specified detail message and nestedThrowable
. - VelocityEmailException(Throwable) - Constructor for exception org.apache.turbine.util.velocity.VelocityEmailException
-
Constructs a new
VelocityEmailException
with specified nestedThrowable
. - VelocityErrorScreen - Class in org.apache.turbine.modules.screens
-
VelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.
- VelocityErrorScreen() - Constructor for class org.apache.turbine.modules.screens.VelocityErrorScreen
- VelocityHtmlEmail - Class in org.apache.turbine.util.velocity
-
This is a simple class for sending html email from within Velocity.
- VelocityHtmlEmail() - Constructor for class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Constructor
- VelocityHtmlEmail(Context) - Constructor for class org.apache.turbine.util.velocity.VelocityHtmlEmail
-
Constructor, sets the context object.
- VelocityLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module allows Velocity templates to be used as layouts.
- VelocityLayout() - Constructor for class org.apache.turbine.modules.layouts.VelocityLayout
- VelocityNavigation - Class in org.apache.turbine.modules.navigations
-
VelocityNavigation.
- VelocityNavigation() - Constructor for class org.apache.turbine.modules.navigations.VelocityNavigation
- VelocityOnlyLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module allows Velocity templates to be used as layouts.
- VelocityOnlyLayout() - Constructor for class org.apache.turbine.modules.layouts.VelocityOnlyLayout
- VelocityPage - Class in org.apache.turbine.modules.pages
-
Extends TemplatePage to set the template Context.
- VelocityPage() - Constructor for class org.apache.turbine.modules.pages.VelocityPage
- VelocityScreen - Class in org.apache.turbine.modules.screens
-
Base Velocity Screen.
- VelocityScreen() - Constructor for class org.apache.turbine.modules.screens.VelocityScreen
- VelocitySecureAction - Class in org.apache.turbine.modules.actions
-
VelocitySecure action.
- VelocitySecureAction() - Constructor for class org.apache.turbine.modules.actions.VelocitySecureAction
- VelocitySecureScreen - Class in org.apache.turbine.modules.screens
-
VelocitySecureScreen Always performs a Security Check that you've defined before executing the doBuildTemplate().
- VelocitySecureScreen() - Constructor for class org.apache.turbine.modules.screens.VelocitySecureScreen
- velocityService - Variable in class org.apache.turbine.modules.layouts.VelocityLayout
-
Injected service instance
- VelocityService - Interface in org.apache.turbine.services.velocity
-
Implementations of the VelocityService interface.
- VelocityXslLayout - Class in org.apache.turbine.modules.layouts
-
This Layout module allows Velocity XML templates to be used as layouts.
- VelocityXslLayout() - Constructor for class org.apache.turbine.modules.layouts.VelocityXslLayout
W
- wantRelative - Variable in class org.apache.turbine.services.pull.tools.TemplateLink
-
Do we want a relative link?
- warn(String) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a warn message.
- warn(String, Throwable) - Method in class org.apache.turbine.services.avaloncomponent.Log4j2Logger
-
Deprecated.Log a warn message.
- WEB_CONTEXT - Static variable in interface org.apache.turbine.TurbineConstants
-
If this value is set as applicationRoot, then the webContext is used as application root
- WEBAPP_ROOT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
-
This is the key used in the Turbine.properties to access resources relative to the Web Application root.
- WEEK_DAY - org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
- WEEK_DAY - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryTorquePeer
-
The column for the WEEK_DAY field
- WorkerThread - Class in org.apache.turbine.services.schedule
-
Wrapper for a
JobEntry
to actually perform the job's action. - WorkerThread(JobEntry) - Constructor for class org.apache.turbine.services.schedule.WorkerThread
-
Creates a new worker to run the specified
JobEntry
. - wrap(TurbineUser) - Method in class org.apache.turbine.services.security.DefaultUserManager
-
Wrap a Fulcrum user object into a Turbine user object
X
- XmlParameter() - Constructor for class org.apache.turbine.services.urlmapper.model.XmlParameterList.XmlParameter
-
Default Constructor
- XmlParameter(String, String) - Constructor for class org.apache.turbine.services.urlmapper.model.XmlParameterList.XmlParameter
-
Constructor
- XmlParameterAdapter - Class in org.apache.turbine.services.urlmapper.model
-
Creates Map objects from XmlParameterList objects and vice-versa.
- XmlParameterAdapter() - Constructor for class org.apache.turbine.services.urlmapper.model.XmlParameterAdapter
- XmlParameterList - Class in org.apache.turbine.services.urlmapper.model
-
A JAXB Class for holding a list of entries with key (in an attribute) and a value.
- XmlParameterList() - Constructor for class org.apache.turbine.services.urlmapper.model.XmlParameterList
- XmlParameterList.XmlParameter - Class in org.apache.turbine.services.urlmapper.model
- XmlPatternAdapter - Class in org.apache.turbine.services.urlmapper.model
-
Creates Regex Pattern objects.
- XmlPatternAdapter() - Constructor for class org.apache.turbine.services.urlmapper.model.XmlPatternAdapter
- XmlValve - Class in org.apache.turbine.pipeline
-
A JAXB Class for holding the class name of a valve.
- XmlValve() - Constructor for class org.apache.turbine.pipeline.XmlValve
- XmlValveAdapter - Class in org.apache.turbine.pipeline
-
Creates Valve objects.
- XmlValveAdapter() - Constructor for class org.apache.turbine.pipeline.XmlValveAdapter
All Classes All Packages