A B C D E F G H I J L M N O P Q R S T U V W Y

A

ab - Variable in class org.apache.turbine.modules.GenericLoader
The Assembler Broker Service
AbstractValve - Class in org.apache.turbine.pipeline
Valve that can be used as the basis of Valve implementations.
AbstractValve() - Constructor for class org.apache.turbine.pipeline.AbstractValve
 
ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the access counter.
AccessControlException - Exception in org.apache.turbine.util.security
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
AccessControlException(String) - Constructor for exception org.apache.turbine.util.security.AccessControlException
Construct an AccessControlException with specified detail message.
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
 
AccessControlList - Interface in org.apache.turbine.util.security
This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
accountExists(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Check whether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Check whether a specified user's account exists.
accountExists(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Check wether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Check wether 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(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(User) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(User) - Method in class org.apache.turbine.services.security.torque.TorqueUserManager
Check whether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.torque.TorqueUserManager
Check whether a specified user's account exists.
accountExists(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Check whether a specified user's account exists.
accountExists(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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.
accountExists(String) - Method in interface org.apache.turbine.services.security.UserManager
Check whether a specified user's account exists.
ACL_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Acl Interface (org.apache.turbine.util.security.TurbineAccessControlList)
ACL_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the ACL implementation classname (acl.class)
Action - Class in org.apache.turbine.modules
Generic Action class.
Action() - Constructor for class org.apache.turbine.modules.Action
 
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
C'tor
ActionLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Action modules.
actionLoader - Variable in class org.apache.turbine.modules.pages.DefaultPage
 
ActiveDirectoryUser - Class in org.apache.turbine.services.security.ldap
ActiveDirectoryUser extends LDAPUser and cares for the different handling of DNs in Active Directory.
ActiveDirectoryUser() - Constructor for class org.apache.turbine.services.security.ldap.ActiveDirectoryUser
 
add(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Add a job to the queue.
add(Group) - Method in class org.apache.turbine.util.security.GroupSet
Adds a Group to this GroupSet.
add(Collection<Group>) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in a Collection to this GroupSet.
add(GroupSet) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in another GroupSet to this GroupSet.
add(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Adds a Permission to this PermissionSet.
add(Collection<Permission>) - Method in class org.apache.turbine.util.security.PermissionSet
Adds the Permissions in a Collection to this PermissionSet.
add(PermissionSet) - Method in class org.apache.turbine.util.security.PermissionSet
Adds the Permissions in another PermissionSet to this PermissionSet.
add(Role) - Method in class org.apache.turbine.util.security.RoleSet
Adds a Role to this RoleSet.
add(Collection<Role>) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in a Collection to this RoleSet.
add(RoleSet) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in another RoleSet to this RoleSet.
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, 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, ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
Method for a quick way to add all the parameters in a ParameterParser.
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.
addBodyAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds an attribute to the BODY tag.
addDefaultObjects(RunData) - Method in interface org.apache.turbine.services.jsp.JspService
Adds some convenience objects to the request.
addDefaultObjects(RunData) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
addDefaultObjects(PipelineData) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Adds some convenience objects to the request.
addDefaultObjects(RunData) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Adds some convenience objects to the request.
addGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new group with specified attributes.
addGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new group with specified attributes.
addGroup(Group) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Creates a new group with specified attributes.
addGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new group with specified attributes.
addGroupsToParameters(ValueParser) - Method in class org.apache.turbine.services.intake.IntakeTool
 
addJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Add a new job to the queue.
addJob(JobEntry) - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
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
addMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the string to message.
addMessage(Element) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the ECS element to message.
addMessage(String) - Method in interface org.apache.turbine.util.RunData
Adds the string to message.
addMessage(Element) - Method in interface org.apache.turbine.util.RunData
Adds the ECS element to message.
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(String, Object) - 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.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
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, int) - 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.services.pull.tools.TemplateLink
Adds a name=value pair 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.
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(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.util.uri.TurbineURI
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.util.uri.TurbineURI
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.
addPermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new permission with specified attributes.
addQueryData(String, Object) - 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.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(String, double) - 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.services.pull.tools.TemplateLink
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(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(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.util.uri.TurbineURI
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.util.uri.TurbineURI
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(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.
addQueryData(List<URIParam>) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds an existing List of URIParam objects to the query data.
addRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new role with specified attributes.
addRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new role with specified attributes.
addRole(Role) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Creates a new role with specified attributes.
addRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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.BaseJobEntryPeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Add all the columns needed to create a new object.
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) - Static method in class org.apache.turbine.services.session.TurbineSession
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
addTurbineRolePermission(TurbineRolePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Method called to associate a TurbineRolePermission object to this object through the TurbineRolePermission foreign key attribute
addTurbineRolePermission(TurbineRolePermission, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Method called to associate a TurbineRolePermission object to this object through the TurbineRolePermission foreign key attribute using connection.
addTurbineRolePermission(TurbineRolePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Method called to associate a TurbineRolePermission object to this object through the TurbineRolePermission foreign key attribute
addTurbineRolePermission(TurbineRolePermission, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Method called to associate a TurbineRolePermission object to this object through the TurbineRolePermission foreign key attribute using connection.
addTurbineUserGroupRole(TurbineUserGroupRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
addTurbineUserGroupRole(TurbineUserGroupRole, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
addTurbineUserGroupRole(TurbineUserGroupRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
addTurbineUserGroupRole(TurbineUserGroupRole, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
addTurbineUserGroupRole(TurbineUserGroupRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
addTurbineUserGroupRole(TurbineUserGroupRole, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
addUser(User, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
addUser(User, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates new user account with specified attributes.
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
 
AMPM_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for am/pm parameter.
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 - Class in org.apache.turbine.modules
This is an interface that defines what an Assembler is.
Assembler() - Constructor for class org.apache.turbine.modules.Assembler
 
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.ldap.LDAPUserManager
Authenticate a 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 class org.apache.turbine.services.security.torque.TorqueUserManager
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
The base directory key
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.
BaseJobEntry - Class in org.apache.turbine.services.schedule
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseJobEntry() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntry
 
BaseJobEntryPeer - Class in org.apache.turbine.services.schedule
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseJobEntryPeer() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryPeer
 
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.
BaseSecurityService - Class in org.apache.turbine.services.security
This is a common subset of SecurityService implementation.
BaseSecurityService() - Constructor for class org.apache.turbine.services.security.BaseSecurityService
 
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.
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.
BaseTurbineGroup - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbineGroup() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
 
BaseTurbineGroupPeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbineGroupPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
 
BaseTurbinePermission - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbinePermission() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
 
BaseTurbinePermissionPeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbinePermissionPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
 
BaseTurbineRole - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbineRole() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRole
 
BaseTurbineRolePeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbineRolePeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 
BaseTurbineRolePermission - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbineRolePermission() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
 
BaseTurbineRolePermissionPeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbineRolePermissionPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
 
BaseTurbineUser - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbineUser() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUser
 
BaseTurbineUserGroupRole - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012] You should not use this class directly.
BaseTurbineUserGroupRole() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
 
BaseTurbineUserGroupRolePeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbineUserGroupRolePeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
 
BaseTurbineUserPeer - Class in org.apache.turbine.services.security.torque.om
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
BaseTurbineUserPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
 
BaseUnicastRemoteService - Class in org.apache.turbine.services
A base implementation of an UnicastRemoteObject as a Turbine Service.
BaseUnicastRemoteService() - Constructor for class org.apache.turbine.services.BaseUnicastRemoteService
 
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<JobEntry>) - Method in class org.apache.turbine.services.schedule.JobQueue
Batch load jobs.
bind(String, String) - Static method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Creates an initial context.
bindAsAdmin() - Static method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Bind as the admin user.
BrowserDetector - Class in org.apache.turbine.util
This class parses the user agent string and sets javasciptOK and cssOK following the rules described below.
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 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_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(RunData) - Method in class org.apache.turbine.modules.Layout
Deprecated. Use PipelineData version instead
build(PipelineData) - Method in class org.apache.turbine.modules.Layout
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Navigation
Deprecated. Use PipelineData version instead
build(PipelineData) - Method in class org.apache.turbine.modules.Navigation
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Page
Deprecated. Use build(PipelineData) instead.
build(PipelineData) - Method in class org.apache.turbine.modules.Page
Subclasses can override this method to add additional functionality.
build(PipelineData) - Method in class org.apache.turbine.modules.Screen
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Screen
Deprecated. Use PipelineData version instead.
buildBooleans(Object[], Object[]) - Method in class org.apache.turbine.util.template.SelectorBox
Pass in an array of selected items and the entire set of items and it will determine which items in the selected set are also in the entireset and then build a boolean[] up that is the same size as the entireSet with markings to tell whether or not the items are marked or not.
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Build a Criteria object from an ObjectKey
buildCriteria(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Build a Criteria object from the data object for this peer
buildCriteria(Group) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Calls buildCriteria(Group group) in the configured GroupPeer.
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Build a Criteria object from the data object for this peer
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Build a Criteria object from the data object for this peer
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Build a Criteria object from the data object for this peer
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Build a Criteria object from the data object for this peer
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Build a Criteria object from the data object for this peer
buildCriteria(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Build a Criteria object from an ObjectKey
buildCriteria(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Build a Criteria object from the data object for this peer
buildCriteria(Permission) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Calls buildCriteria(Permission permission) in the configured PermissionPeer.
buildCriteria(Role) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Calls buildCriteria(Role role) in the configured RolePeer.
buildCriteria(User) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Calls buildCriteria(User user) in the configured UserPeer.
buildSelectCriteria(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildSelectCriteria(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Build a Criteria object from the data object for this peer, skipping all binary columns
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Deprecated. Use PipelineData version
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
This Builds the WebMacro/FreeMarker/etc template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
This Builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be implemented by Base template classes.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityDirectScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityDirectScreen
This builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
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 class org.apache.turbine.modules.Action
The default size for the action cache
CACHE_SIZE_DEFAULT - Static variable in class org.apache.turbine.modules.Layout
The default size for the layout cache
CACHE_SIZE_DEFAULT - Static variable in class org.apache.turbine.modules.Navigation
The default size for the navigation cache
CACHE_SIZE_DEFAULT - Static variable in class org.apache.turbine.modules.Page
The default size for the page cache
CACHE_SIZE_DEFAULT - Static variable in class org.apache.turbine.modules.ScheduledJob
The default size of the schedulder job cache if module caching is on.
CACHE_SIZE_DEFAULT - Static variable in class org.apache.turbine.modules.Screen
The default size for the screen cache
CACHE_SIZE_KEY - Static variable in class org.apache.turbine.modules.Action
Property for the size of the module cache if caching is on
CACHE_SIZE_KEY - Static variable in class org.apache.turbine.modules.Layout
Property for the size of the layout cache if caching is on
CACHE_SIZE_KEY - Static variable in class org.apache.turbine.modules.Navigation
Property for the size of the navigation cache if caching is on
CACHE_SIZE_KEY - Static variable in class org.apache.turbine.modules.Page
Property for the size of the page cache if caching is on
CACHE_SIZE_KEY - Static variable in class org.apache.turbine.modules.ScheduledJob
The key for the schedulder job cache size if module caching is on.
CACHE_SIZE_KEY - Static variable in class 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.JobEntry
Calculate how long before the next runtime.
calcRunTime() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Calculate how long before the next runtime.
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
Deprecated. 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
Deprecated. CGI Parameter for the user name
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Change the password for an User.
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented 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 class org.apache.turbine.services.security.torque.TorqueUserManager
Change the password for an User.
changePassword(User, String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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.
checkExists(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Role exists in the security system.
checkExists(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Group exists in the security system.
checkExists(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Permission exists in the security system.
checkExists(Group) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Checks if a Group is defined in the system.
checkExists(Permission) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Checks if a Permission is defined in the system.
checkExists(Role) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Checks if a Role is defined in the system.
checkExists(Group) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Determines if the Group exists in the security system.
checkExists(Role) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Determines if the Role exists in the security system.
checkExists(Permission) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Determines if the Permission exists in the security system.
checkExists(User) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Checks if a User is defined in the system.
checkLogin() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Check that the user has logged in.
checkPassword(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Checks if a supplied password matches the encrypted password
checkPassword(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
Checks if a supplied password matches the encrypted password when using the current encryption algorithm
checkPassword(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Checks if a supplied password matches the encrypted password
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
A class that can be returned by this peer.
CLASS_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
A class that can be returned by this peer.
CLASS_NAME - Static variable in class org.apache.turbine.services.schedule.map.JobEntryMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbineGroupMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbinePermissionMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbineRoleMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbineRolePermissionMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbineUserGroupRoleMapBuilder
The name of this class
CLASS_NAME - Static variable in class org.apache.turbine.services.security.torque.om.map.TurbineUserMapBuilder
The name of this class
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_DEFAULT - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
A class that can be returned by this peer.
CLASSNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
A class that can be returned by this peer.
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
clear() - Method in class org.apache.turbine.util.security.SecuritySet
Removes all Objects from this Set.
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
 
clearBridge(HttpSession) - Static method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpc
 
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.TurbineSchedulerService
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.
collTurbineRolePermissions - Variable in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Collection to store aggregation of collTurbineRolePermissions
collTurbineRolePermissions - Variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Collection to store aggregation of collTurbineRolePermissions
collTurbineUserGroupRoles - Variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Collection to store aggregation of collTurbineUserGroupRoles
collTurbineUserGroupRoles - Variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Collection to store aggregation of collTurbineUserGroupRoles
collTurbineUserGroupRoles - Variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Collection to store aggregation of collTurbineUserGroupRoles
compareTo(T) - Method in class org.apache.turbine.om.security.SecurityObject
Used for ordering SecurityObjects.
compareTo(Object) - Method in class org.apache.turbine.services.schedule.JobEntry
Used for ordering Jobentries Note: this comparator imposes orderings that are inconsistent with equals.
compareTo(Object) - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Used for ordering Jobentries Note: this comparator imposes orderings that are inconsistent with equals.
compareTo(Object) - Method in class org.apache.turbine.services.security.torque.TorqueObject
Used for ordering TorqueObjects.
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
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.
configureLogging() - Method in class org.apache.turbine.Turbine
Configure the logging facilities of Turbine
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.
CONFIRM_VALUE - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name 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
contains(Group) - Method in class org.apache.turbine.util.security.GroupSet
Checks whether this GroupSet contains a Group.
contains(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Checks whether this PermissionSet contains a Permission.
contains(Role) - Method in class org.apache.turbine.util.security.RoleSet
Checks whether this RoleSet contains a Role.
containsId(int) - Method in class org.apache.turbine.util.security.SecuritySet
Searches if an Object with a given Id is in the Set
containsKey(String) - Method in class org.apache.turbine.services.pull.util.SessionData
Determines is a given key is stored.
containsName(String) - Method in class org.apache.turbine.util.security.SecuritySet
Searches if an Object with a given name is in the Set
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.BaseJobEntry
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Makes a copy of this object using connection.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Makes a copy of this object.
copy(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Makes a copy of this object using connection.
copy(boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Makes a copy of this object.
copy(boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Makes a copy of this object using connection.
copyInto(JobEntry) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Fills the copyObj with the contents of this object.
copyInto(JobEntry, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Fills the copyObj with the contents of this object using connection.
copyInto(JobEntry, boolean) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Fills the copyObj with the contents of this object.
copyInto(JobEntry, boolean, Connection) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineGroup) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Fills the copyObj with the contents of this object.
copyInto(TurbineGroup, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineGroup, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Fills the copyObj with the contents of this object.
copyInto(TurbineGroup, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Fills the copyObj with the contents of this object using connection.
copyInto(TurbinePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Fills the copyObj with the contents of this object.
copyInto(TurbinePermission, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Fills the copyObj with the contents of this object using connection.
copyInto(TurbinePermission, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Fills the copyObj with the contents of this object.
copyInto(TurbinePermission, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Fills the copyObj with the contents of this object.
copyInto(TurbineRole, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineRole, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Fills the copyObj with the contents of this object.
copyInto(TurbineRole, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineRolePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Fills the copyObj with the contents of this object.
copyInto(TurbineRolePermission, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineRolePermission, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Fills the copyObj with the contents of this object.
copyInto(TurbineRolePermission, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineUser) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Fills the copyObj with the contents of this object.
copyInto(TurbineUser, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineUser, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Fills the copyObj with the contents of this object.
copyInto(TurbineUser, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineUserGroupRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Fills the copyObj with the contents of this object.
copyInto(TurbineUserGroupRole, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Fills the copyObj with the contents of this object using connection.
copyInto(TurbineUserGroupRole, boolean) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Fills the copyObj with the contents of this object.
copyInto(TurbineUserGroupRole, boolean, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Fills the copyObj with the contents of this object using connection.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
correctBooleans(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved.
counter - Static variable in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
 
create(String) - Method in interface org.apache.turbine.om.security.Role
Creates a new Role in the system.
create(String) - Method in class org.apache.turbine.om.security.TurbineRole
Creates a new Role in the system.
create(String) - Static method in class org.apache.turbine.services.security.torque.TorqueGroup
Deprecated. Please use the createGroup method in TurbineSecurity now.
create(String) - Static method in class org.apache.turbine.services.security.torque.TorquePermission
Deprecated. Please use the createPermission method in TurbineSecurity.
create(String) - Method in class org.apache.turbine.services.security.torque.TorqueRole
Creates a new Role in the system.
createAccount(User, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
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 class org.apache.turbine.services.security.torque.TorqueUserManager
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
CREATED - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the CREATED field
createGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Group in the system.
createPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Permission in the system.
createRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Role in the system.
createRuntimeDirectories(ServletContext, ServletConfig) - Method in class org.apache.turbine.Turbine
Create any directories that might be needed during runtime.
createServiceContainerConfiguration(Configuration, File) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Create a ServiceContainerConfiguration based on the Turbine configuration
createVelocityProperties(Configuration) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
This method generates the Extended Properties object necessary for the initialization of Velocity.

D

DataBackendException - Exception in org.apache.turbine.util.security
Thrown to indicate that there was an error accessing the data backend of the SecurityService.
DataBackendException(String) - Constructor for exception org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message.
DataBackendException(String, Throwable) - Constructor for exception org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message and nested Throwable.
DATABASE_NAME - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
the default database name for this class
DATABASE_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
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
 
DateSelector - Class in org.apache.turbine.util
DateSelector is a utility class to handle the creation of a set of date popup menus.
DateSelector() - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date and uses the default prefix: DateSelector.DEFAULT
DateSelector(String) - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date.
DateSelector(String, Calendar) - Constructor for class org.apache.turbine.util.DateSelector
Constructor, uses the date set in a calendar that has been already passed in (with the date set correctly).
DAY_OF_MONTH - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
the column name for the DAY_OF_MONTH field
DAY_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for day parameter.
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, StringBuffer) - 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.
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_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
 
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_DOCTYPE_IDENTIFIER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Doctype dtd value
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_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
 
DEFAULT_LAYOUT_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_LOGGER - Static variable in interface org.apache.turbine.TurbineConstants
This is the default log file to be used for logging
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
 
DEFAULT_NAVIGATION_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_PAGE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.DateSelector
Prefix for date names.
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.TimeSelector
Prefix for time names.
DEFAULT_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_SCREEN_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
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
 
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
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
Here we can setup objects that are thread safe and can be reused.
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
Here we can setup objects that are thread safe and can be reused.
DefaultMapInit - Class in org.apache.torque.linkage
This Torque generated class is used to link the runtime code in org.apache.torque.* packages to the Database specific MapInit classes generated in the user defined packages.
DefaultMapInit() - Constructor for class org.apache.torque.linkage.DefaultMapInit
 
DefaultMapInit - Class in org.apache.turbine.services.schedule.map
This is a Torque Generated class that is used to load all database map information at once.
DefaultMapInit() - Constructor for class org.apache.turbine.services.schedule.map.DefaultMapInit
 
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
Default constructor
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
DefaultSessionTimeoutValve - Class in org.apache.turbine.pipeline
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
DefaultSessionTimeoutValve() - Constructor for class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
Here we can setup objects that are thread safe and can be reused, so we get the timeout from the configuration..
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
 
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.
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
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Disposes of the container and releases resources
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(RunData) - Method in class org.apache.turbine.modules.Layout
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.Layout
A subclass must override this method to perform itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.DirectResponseLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.DirectResponseLayout
Ensures that a direct response has been declared.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.JspLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.JspLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
Deprecated. Use the PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Deprecated. Use PipelineData version
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.Navigation
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.Navigation
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(RunData) - Method in class org.apache.turbine.modules.Page
Deprecated. Use doBuild(PipelineData pipelineData) instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.Page
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Builds the Page.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.Screen
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.Screen
Deprecated. Use PipelineData version instead.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.Error
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.Error
Build screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method is called by the Screenloader to construct the Screen.
doBuild() - Method in class org.apache.turbine.services.schedule.map.JobEntryMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineGroupMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbinePermissionMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRoleMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRolePermissionMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserGroupRoleMapBuilder
The doBuild() method builds the DatabaseMap
doBuild() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserMapBuilder
The doBuild() method builds the DatabaseMap
doBuildAfterAction(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
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(RunData) - Method in class org.apache.turbine.modules.pages.TemplatePage
Works with TemplateService to set up default templates and corresponding class modules.
doBuildAfterAction(PipelineData) - Method in class org.apache.turbine.modules.pages.TemplatePage
Works with TemplateService to set up default templates and corresponding class modules.
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be used by template Pages to stuff the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildBeforeAction(RunData) - 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.JspPage
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Deprecated. Use PipelineData version instead.
doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Velocity Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
 
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
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(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
Implement this to add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Velocity Screens extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this to add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
This method overrides the method in VelocityScreen to perform a security check first.
DOCUMENT_TYPE_HTML40FRAMESET - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Frameset
DOCUMENT_TYPE_HTML40STRICT - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Strict
DOCUMENT_TYPE_HTML40TRANSITIONAL - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Transitional
doDelete(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do deletes.
doDelete(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
 
doDelete(JobEntry, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes doDelete(Criteria c) on the configured Peer Object
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do deletes.
doDelete(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
 
doDelete(TurbineGroup, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do deletes.
doDelete(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
 
doDelete(TurbinePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do deletes.
doDelete(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 
doDelete(TurbineRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do deletes.
doDelete(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
 
doDelete(TurbineRolePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do deletes.
doDelete(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
 
doDelete(TurbineUserGroupRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do deletes.
doDelete(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do deletes.
doDelete(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
 
doDelete(TurbineUser, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to delete.
doDelete(ObjectKey) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do deletes.
doDelete(ObjectKey, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to delete.
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes doDelete(Criteria c) on the configured Peer Object
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes doDelete(Criteria c) on the configured Peer Object
doDelete(Criteria) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes doDelete(Criteria c) on the configured Peer Object
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
The primary method invoked when the Turbine servlet is executed.
doInsert(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do inserts.
doInsert(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do inserts
doInsert(JobEntry, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes doInsert(Criteria c) on the configured Peer Object
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do inserts.
doInsert(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do inserts
doInsert(TurbineGroup, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do inserts.
doInsert(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do inserts
doInsert(TurbinePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do inserts.
doInsert(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do inserts
doInsert(TurbineRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do inserts.
doInsert(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do inserts
doInsert(TurbineRolePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do inserts.
doInsert(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do inserts
doInsert(TurbineUserGroupRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do inserts.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do inserts.
doInsert(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do inserts
doInsert(TurbineUser, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do inserts.
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes doInsert(Criteria c) on the configured Peer Object
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes doInsert(Criteria c) on the configured Peer Object
doInsert(Criteria) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes doInsert(Criteria c) on the configured Peer Object
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(RunData) - Method in class org.apache.turbine.modules.screens.JSONScreen
Deprecated. Use PipelineData version instead.
doOutput(RunData) - Method in class org.apache.turbine.modules.screens.JSONSecureScreen
Deprecated. Use PipelineData version instead.
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(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Actually output the dynamic content.
doPerform(RunData) - Method in class org.apache.turbine.modules.Action
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.Action
A subclass must override this method to perform itself.
doPerform(RunData) - Method in class org.apache.turbine.modules.ActionEvent
Deprecated. use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.ActionEvent
You need to implement this in your classes that extend this class.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.AccessController
Deprecated. Use PipelineData version instead.
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(RunData) - Method in class org.apache.turbine.modules.actions.DefaultAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.DefaultAction
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.InitContextsAction
Deprecated. Use PipelineData version instead.
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(RunData) - Method in class org.apache.turbine.modules.actions.LoginUser
Deprecated. 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.LoginUser
Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LogoutUser
Deprecated. Use PipelineData version instead
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LogoutUser
Clears the RunData user object back to an anonymous status not logged in, and with a null ACL.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
Deprecated. Use PipelineData version instead.
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(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocityAction
You SHOULD NOT override this method and implement it in your action.
doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
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.VelocitySecureAction
Deprecated. Use the PipelineData version instead.
doPerform(PipelineData, Context) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this to add information to the context.
doPerform(RunData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
You need to implement this in your classes that extend this class.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
In this application doGet and doPost are the same thing.
doPostBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
doPostBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be overridden to perform actions when the request is fully processed.
doPostBuild(RunData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Allows the VelocityService to peform post-request actions.
doPostBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Allows the VelocityService to peform post-request actions.
doPostBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
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)
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Performs a SQL select using a PreparedStatement.
doPSSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Do a Prepared Statement select according to the given criteria
doRedirect(RunData, String, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
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.
doRedirect(RunData, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
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.
doSelect(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do selects within a transaction.
doSelect(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes doSelect(Criteria c) on the configured Peer Object
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do selects within a transaction.
doSelect(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do selects within a transaction.
doSelect(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do selects within a transaction.
doSelect(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do selects within a transaction.
doSelect(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do selects within a transaction.
doSelect(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do selects.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do selects within a transaction.
doSelect(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do selects
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes doSelect(Criteria c) on the configured Peer Object
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes doSelect(Criteria c) on the configured Peer Object
doSelect(Criteria) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes doSelect(Criteria c) on the configured Peer Object
doSelectJoinAllExceptTurbineGroup(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinAllExceptTurbineGroup(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinAllExceptTurbineRole(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinAllExceptTurbineRole(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinAllExceptTurbineUser(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinAllExceptTurbineUser(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.
doSelectJoinTurbineGroup(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects.
doSelectJoinTurbineGroup(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects.
doSelectJoinTurbinePermission(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
selects a collection of TurbineRolePermission objects pre-filled with their TurbinePermission objects.
doSelectJoinTurbinePermission(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
selects a collection of TurbineRolePermission objects pre-filled with their TurbinePermission objects.
doSelectJoinTurbineRole(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
selects a collection of TurbineRolePermission objects pre-filled with their TurbineRole objects.
doSelectJoinTurbineRole(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
selects a collection of TurbineRolePermission objects pre-filled with their TurbineRole objects.
doSelectJoinTurbineRole(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects.
doSelectJoinTurbineRole(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects.
doSelectJoinTurbineUser(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects.
doSelectJoinTurbineUser(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Grabs the raw Village records to be formed into objects.
doSelectVillageRecords(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Grabs the raw Village records to be formed into objects.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do updates.
doUpdate(JobEntry) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
 
doUpdate(JobEntry, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes doUpdate(Criteria c) on the configured Peer Object
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do updates.
doUpdate(TurbineGroup) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
 
doUpdate(TurbineGroup, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do updates.
doUpdate(TurbinePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
 
doUpdate(TurbinePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do updates.
doUpdate(TurbineRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 
doUpdate(TurbineRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do updates.
doUpdate(TurbineRolePermission) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
 
doUpdate(TurbineRolePermission, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do updates.
doUpdate(TurbineUserGroupRole) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
 
doUpdate(TurbineUserGroupRole, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do updates.
doUpdate(Criteria, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do updates.
doUpdate(TurbineUser) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
 
doUpdate(TurbineUser, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method to do update.
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes doUpdate(Criteria c) on the configured Peer Object
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes doUpdate(Criteria c) on the configured Peer Object
doUpdate(Criteria) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes doUpdate(Criteria c) on the configured Peer Object

E

ecsOutput() - Method in class org.apache.turbine.util.DateSelector
 
ecsOutput() - Method in class org.apache.turbine.util.TimeSelector
Return an ECS container with the select objects inside.
EMAIL - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key for the email field.
EMAIL - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
the column name for the EMAIL field
EMAIL - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name 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.TurbineSchedulerService
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.
encryptPassword(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
This method provides client-side encryption of passwords.
encryptPassword(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
This method provides client-side encryption of passwords.
encryptPassword(String) - Method in interface org.apache.turbine.services.security.SecurityService
This method provides client-side encryption mechanism for passwords.
encryptPassword(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
This method provides client-side encryption mechanism for passwords.
encryptPassword(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
This method provides client-side encryption of passwords.
encryptPassword(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
This method provides client-side encryption of passwords.
EntityExistsException - Exception in org.apache.turbine.util.security
Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
EntityExistsException(String) - Constructor for exception org.apache.turbine.util.security.EntityExistsException
Construct an EntityExistsException with specified detail message.
equals(Object) - Method in class org.apache.turbine.services.security.torque.TorqueObject
Compares this with another BaseObject instance.
equals(TorqueObject) - Method in class org.apache.turbine.services.security.torque.TorqueObject
Compares the primary key of this instance with the key of another.
Error - Class in org.apache.turbine.modules.screens
This is a sample Error Screen module.
Error() - Constructor for class org.apache.turbine.modules.screens.Error
 
eval(RunData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Deprecated. Use PipelineData version instead.
eval(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Attempts to load and execute the external Navigation.
eval(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Deprecated. Use PipelineData version instead.
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(RunData, String) - Method in class org.apache.turbine.modules.ActionLoader
Deprecated. Use PipelineData version instead.
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(RunData, String) - Method in class org.apache.turbine.modules.GenericLoader
Deprecated. Use of this method should be avoided. Use exec(PipelineData data, String name) instead.
exec(RunData, String) - Method in class org.apache.turbine.modules.LayoutLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.LayoutLoader
Attempts to load and execute the external layout.
exec(RunData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Attempts to load and execute the external Navigation.
exec(RunData, String) - Method in class org.apache.turbine.modules.PageLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.PageLoader
Attempts to load and execute the external page.
exec(JobEntry, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the Screen.
exec() - Method in class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
builds the output of the navigation template
executeEvents(RunData) - Method in class org.apache.turbine.modules.ActionEvent
Deprecated. Use PipelineData version instead.
executeEvents(PipelineData) - Method in class org.apache.turbine.modules.ActionEvent
This method should be called to execute the event based system.
executeEvents(RunData, Context) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
Deprecated. Use PipelineData version instead.
executeEvents(PipelineData, Context) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
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
Creates a new instance.
executeQuery(String) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Method for performing a SELECT.
executeQuery(String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Utility method which executes a given sql statement.
executeQuery(String, String) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method for performing a SELECT.
executeQuery(String, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, Connection) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Method for performing a SELECT.
exists(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 
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

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.
FIRST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the first name.
FIRST_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the FIRST_NAME field
forcePassword(User, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Forcibly sets new password for an User.
forcePassword(User, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented 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 class org.apache.turbine.services.security.torque.TorqueUserManager
Forcibly sets new password for an User.
forcePassword(User, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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 object.
format(String, Object, Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
Formats a localized value using the provided objects.
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() - Constructor for class org.apache.turbine.modules.GenericLoader
Basic constructor for creating a loader.
get(String) - Method in class org.apache.turbine.om.OMTool
 
get(String, String) - Method in class org.apache.turbine.om.OMTool
 
get(Class<?>) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
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<?>) - Method in interface org.apache.turbine.pipeline.PipelineData
Get the configured map of objects for the given key
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.services.avaloncomponent.TurbineAvalonComponentService
 
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, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group
get(String, String) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group by name and key.
get(String, String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group by name and key.
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, String) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve a skin property from the named skin.
get(String) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve a skin property from the default skin for the webapp.
get(String, String) - Method in class org.apache.turbine.services.ui.TurbineUIService
Retrieve a skin property from the named skin.
get(String) - Method in class org.apache.turbine.services.ui.TurbineUIService
Retrieve a skin property from the default skin for the webapp.
get(String, String) - Method in interface org.apache.turbine.services.ui.UIService
Retrieve a skin property from the named skin.
get(String) - Method in interface org.apache.turbine.services.ui.UIService
Retrieve a skin property from the default skin for the webapp.
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.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() - Static method in class org.apache.turbine.services.pull.TurbinePull
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(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path.
getAbsoluteURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the absolute URI leaving the source intact.
getAccessCounter() - Method in class org.apache.turbine.om.security.TurbineUser
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.
getAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user from perm storage.
getAccessCounter() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Gets the access counter for a user from perm storage.
getAccessCounterForSession() - Method in class org.apache.turbine.om.security.TurbineUser
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.
getAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user during a session.
getAccessCounterForSession() - Method in class org.apache.turbine.services.security.torque.TorqueUser
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(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Constructs an AccessControlList for a specific user.
getACL(User) - Method in interface org.apache.turbine.services.security.SecurityService
Constructs an AccessControlList for a specific user.
getACL(User) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Constructs an AccessControlList for a specific user.
getACL(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an AccessControlList for a specific user.
getACL() - Method in interface org.apache.turbine.util.RunData
Gets the access control list.
getAclClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of ACL interface.
getAclClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of AccessControlList interface used by the system.
getAclInstance(Map, Map) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a new ACL object.
getAclInstance(Map, Map) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a new ACL object.
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() - Static method in class org.apache.turbine.services.session.TurbineSession
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() - Static method in class org.apache.turbine.services.session.TurbineSession
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.
getAdminPassword() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the administration password.
getAdminUsername() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the administration username.
getAllGroups() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all groups defined in the system.
getAllGroups() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllGroups() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all groups defined in the system.
getAllGroups() - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieves all groups defined in the system.
getAllGroups() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all groups defined in the system.
getAllGroups() - Method in interface org.apache.turbine.util.security.AccessControlList
Returns all groups definded in the system.
getAllGroups() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Returns all groups definded in the system.
getAllPermissions() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all permissions defined in the system.
getAllPermissions() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllPermissions() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all permissions defined in the system.
getAllPermissions() - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieves all permissions defined in the system.
getAllPermissions() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all permissions defined in the system.
getAllRoles() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all roles defined in the system.
getAllRoles() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllRoles() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all roles defined in the system.
getAllRoles() - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieves all roles defined in the system.
getAllRoles() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all roles defined in the system.
getAMPMSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAMPMSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAnonymousUser() - Method in class org.apache.turbine.services.security.BaseSecurityService
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() - Static method in class org.apache.turbine.services.security.TurbineSecurity
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() - Static method in class org.apache.turbine.Turbine
Get the application root for this Turbine webapp.
getAssembler(String) - Method in class org.apache.turbine.modules.ActionLoader
Pulls out an instance of the object by name.
getAssembler(Class<T>, String) - Method in class org.apache.turbine.modules.GenericLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.LayoutLoader
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.modules.NavigationLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.ScreenLoader
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) - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Return an Assembler for a given type and object 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.services.assemblerbroker.util.java.JavaActionFactory
Get an Assembler.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
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, String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
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.
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.om.security.SecurityObject
Retrieves the value of specific attribute of this object.
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.
getAttributes() - Method in class org.apache.turbine.om.security.SecurityObject
Returns a Map containing this object's attributes.
getAuthenticatedUser(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Authenticates an user, and constructs an User object to represent him/her.
getAuthenticatedUser(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
Authenticates an user, and constructs an User object to represent him/her.
getAuthenticatedUser(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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.
getBaseSearch() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get value of the property for the Base Search.
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
 
getBridge(HttpSession) - Static method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpc
 
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.
getByName(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Retrieves a field from the object by field (Java) name passed in as a String.
getByName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Retrieves a field from the object by field (Java) name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Retrieves a field from the object by name passed in as a String.
getByPeerName(String) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Retrieves a field from the object by name passed in as a String.
getByPosition(int) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Retrieves a field from the object by Position as specified in the xml schema.
getByPosition(int) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Retrieves a field from the object by Position as specified in the xml schema.
getCacheSize() - Method in class org.apache.turbine.modules.ActionLoader
 
getCacheSize() - Method in class org.apache.turbine.modules.LayoutLoader
 
getCacheSize() - Method in interface org.apache.turbine.modules.Loader
Get the size of a possibly configured cache
getCacheSize() - Method in class org.apache.turbine.modules.NavigationLoader
 
getCacheSize() - Method in class org.apache.turbine.modules.PageLoader
 
getCacheSize() - Method in class org.apache.turbine.modules.ScheduledJobLoader
 
getCacheSize() - Method in class org.apache.turbine.modules.ScreenLoader
 
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.
getCid(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Get the cid of an embedded file.
getColumnName(String) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the full name of a column.
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(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the configuration for the specified service.
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(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the configuration of a specific 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
getConfirmColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the Confirm Column for a role
getConfirmed() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the confirmation value.
getConfirmed() - Method in interface org.apache.turbine.om.security.User
Gets the confirmation value.
getConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the value of Confirmed variable
getConfirmed() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Confirmed
getConfirmed() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the confirm value of the user
getContentType(RunData) - Method in class org.apache.turbine.modules.screens.JSONScreen
Deprecated. Use PipelineData version instead.
getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONScreen
 
getContentType(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Set the content type.
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.
getContext(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
getContext(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Return the Context needed by Velocity.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use TurbineVelocity.getContext(data)
getContext(PipelineData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use TurbineVelocity.getContext(pipelineData)
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(RunData) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Deprecated. Use the PipelineData version instead.
getContext(PipelineData) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This returns a Context that you can pass into handleRequest once you have populated it with information that the template will know about.
getContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a blank Context object, which also contains the global context object.
getContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context object that also contains the globalContext.
getContext(RunData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the RunData object.
getContext(PipelineData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the PipelineData object.
getContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
Create an empty WebContext object.
getContext(RunData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
getContext(PipelineData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getContext() - Method in class org.apache.turbine.util.velocity.VelocityEmail
Get the context object that will be merged with the template.
getContextAndScript(StringBuffer) - 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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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.TurbineUser
Gets the create date for this User.
getCreateDate() - Method in interface org.apache.turbine.om.security.User
Gets the create date for this User.
getCreateDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the create date for this User.
getCreateDate() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the CreateDate
getCreateDate() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the creation date of the user
getCreateDateColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the CreateDate Column for a role
getDatabaseMap() - Method in class org.apache.turbine.services.schedule.map.JobEntryMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineGroupMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbinePermissionMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRoleMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRolePermissionMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserGroupRoleMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserMapBuilder
Gets the databasemap this map builder built.
getDayOfMonth() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the DayOfMonth
getDaySelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a day selector.
getDaySelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a day selector.
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() - Static method in class org.apache.turbine.services.jsp.TurbineJsp
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() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the default charset defined by a property named "locale.default.charset" or by the specified locale.
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default extension given in the properties file.
getDefaultExtension() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default template name extension specified in the template service properties.
getDefaultInputEncoding() - Method in class org.apache.turbine.Turbine
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
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(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default layout module name for the given request.
getDefaultLayoutName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Find the default layout module name for the given request.
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(RunData) - 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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template given in the properties file.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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.services.rundata.DefaultTurbineRunData
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default Navigation given in the properties file.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
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(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default page module name for the given request.
getDefaultPageName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPageName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Find the default page module name for the given request.
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(RunData) - 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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the Screen template given in the properties file.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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.
getDefaultTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
Returns the Default Template Name with the Default Extension.
getDefaultTemplate() - Static method in class org.apache.turbine.services.template.TurbineTemplate
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.
getDifference(Vector, Vector) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Pass in two Vector's of Permission Objects.
getDN() - Method in class org.apache.turbine.services.security.ldap.ActiveDirectoryUser
Gets the distinguished name (DN) of the User the AD-way.
getDN() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the distinguished name (DN) of the User.
getEmail() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the email address for this user.
getEmail() - Method in interface org.apache.turbine.om.security.User
Returns the email address for this user.
getEmail() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the Email
getEmail() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the Email for this user.
getEmail() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Email
getEmail() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the email address of the user
getEmailAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the E-Mail Attribute.
getEmailColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the Email Column for a role
getExtension(String) - Method in interface org.apache.turbine.services.template.TemplateService
Return Extension for a supplied template
getExtension(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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() - Static method in class org.apache.turbine.services.schedule.BaseJobEntry
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Generate a list of field names.
getFieldNames() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Generate a list of field names.
getFieldNames() - Method in class org.apache.turbine.util.FormMessage
Return the field names.
getFirstName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the first name for this user.
getFirstName() - Method in interface org.apache.turbine.om.security.User
Returns the first name for this user.
getFirstName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the first name for this user.
getFirstName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the FirstName
getFirstName() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the first name of the User
getFirstNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Firstname Attribute.
getFirstNameColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the FirstName Column for a role
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.
getFullColumnName(String) - Method in class org.apache.turbine.services.security.torque.UserPeerManager
Deprecated. use getColumnName(String 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() - Static method in class org.apache.turbine.services.pull.TurbinePull
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.BaseSecurityService
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.
getGlobalGroup() - Static method in class org.apache.turbine.services.security.torque.TorqueGroup
Deprecated. Please use the method in TurbineSecurity now.
getGlobalGroup() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Provides a reference to the Group object that represents the global group.
getGroupById(int) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getGroupById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Group object with specified Id.
getGroupById(int) - Method in class org.apache.turbine.util.security.GroupSet
Returns a Group with the given id, if it is contained in this GroupSet.
getGroupByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getGroupByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Group object with specified name.
getGroupByName(String) - Method in class org.apache.turbine.util.security.GroupSet
Returns a Group with the given name, if it is contained in this GroupSet.
getGroupClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Group interface.
getGroupClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Group interface used by the system.
getGroupClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Group interface used by the system.
getGroupId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Get the GroupId
getGroupId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Get the GroupId
getGroupInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Group object.
getGroupInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Group object.
getGroupInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Group object.
getGroupInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Group object.
getGroupInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Group object.
getGroupName(Persistent) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes getName() on the supplied base object
getGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
Get a Map containing all the groups.
getGroups(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Object) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Groups that meet the specified Criteria.
getGroupsArray() - Method in class org.apache.turbine.util.security.GroupSet
Returns an Array of Groups in this GroupSet.
getHostUrl(StringBuffer) - Method in class org.apache.turbine.util.ServerData
Appends the Host URL to the supplied StringBuffer.
getHour() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the Hour
getHourSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return an 12 hour selector.
getHourSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return an 12 hour selector.
getHourSelector(String, Calendar, int) - Static method in class org.apache.turbine.util.TimeSelector
Return an hour selector (either 12hr or 24hr depending on format.
getHttpEquivs() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Gets the map of http equiv tags
getId() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Id of the SecurityEntity.
getId() - Method in class org.apache.turbine.om.security.SecurityObject
Unused.
getId() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Not implemented.
getId() - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Gets the Id of this object
getId() - Method in class org.apache.turbine.services.security.torque.TorquePermission
Gets the Id of this object
getId() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Gets the Id of this object
getId() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Gets the Id of this object
getIdAsObj() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Id of the SecurityEntity as an Integer object.
getIdAsObj() - Method in class org.apache.turbine.om.security.SecurityObject
Unused.
getIdAsObj() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Not implemented.
getIdAsObj(Persistent) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes getId() on the supplied base object
getIdAsObj(Persistent) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes getId() on the supplied base object
getIdAsObj(Persistent) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes getId() on the supplied base object
getIdAsObj() - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Gets the Id of this object
getIdAsObj() - Method in class org.apache.turbine.services.security.torque.TorquePermission
Gets the Id of this object
getIdAsObj() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Gets the Id of this object
getIdAsObj() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Gets the Id of this object
getIdAsObj(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getId() on the supplied base object
getIdColumn() - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Returns the fully qualified name of the Column to use as the Id Column for a group
getIdColumn() - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Returns the fully qualified name of the Column to use as the Id Column for a permission
getIdColumn() - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Returns the fully qualified name of the Column to use as the Id Column for a role
getIdColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the Id Column for a group
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.
getIds() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of Id values in this Object.
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
 
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(String) - Method in interface org.apache.turbine.om.RetrieverFactory
Gets an object capable of retrieving objects of type "className"
getInstance() - Static method in class org.apache.turbine.services.TurbineServices
The method through which this class is accessed as a broker.
getInstanceId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
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
Returs an identifer 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(JobEntry) - 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.
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.TurbineNonPersistentSchedulerService
This method returns the job element from the internal queue.
getJob(int) - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Get a specific Job from Storage.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Get a specific Job from Storage.
getJobId() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the JobId
getKey() - Method in class org.apache.turbine.util.uri.URIParam
Returns the key.
getLastAccessDate() - Method in class org.apache.turbine.om.security.TurbineUser
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.
getLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the last access date for this User.
getLastAccessDate() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Gets the last access date for this User.
getLastLogin() - Method in class org.apache.turbine.om.security.TurbineUser
Get last login date/time for this user.
getLastLogin() - Method in interface org.apache.turbine.om.security.User
Returns the user's last login date.
getLastLogin() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get last login date/time for this user.
getLastLogin() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the LastLogin
getLastLogin() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the date of the last login of the user
getLastLoginColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the LastLogin Column for a role
getLastName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the last name for this user.
getLastName() - Method in interface org.apache.turbine.om.security.User
Returns the last name for this user.
getLastName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the last name for this user.
getLastName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the LastName
getLastName() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the last name of the User
getLastNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Lastname Attribute.
getLastNameColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the LastName Column for a role
getLayout(PipelineData) - Method in class org.apache.turbine.modules.Screen
If the Layout has not been defined by the Screen then set the layout to be "DefaultLayout".
getLayout(RunData) - Method in class org.apache.turbine.modules.Screen
Deprecated. Use PipelineData version instead.
getLayout(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
getLayout(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
The layout must be set to null.
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".
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a layout template.
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.
getLDAPAttributes() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get the JNDI Attributes used to store the user in LDAP.
getLDAPAuthentication() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the Authentication mechanism.
getLDAPHost() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Host.
getLDAPPort() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Port.
getLDAPProvider() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Provider.
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(Class<T>) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Get a Loader for the given assembler type
getLoader(Class<T>) - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
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
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.
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.
getLocalizationService() - Method in class org.apache.turbine.services.localization.LocalizationTool
Lazy load the LocalizationService.
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
getMapBuilder() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Deprecated. Torque.getMapBuilder(JobEntryMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Deprecated. Torque.getMapBuilder(TurbineGroupMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Deprecated. Torque.getMapBuilder(TurbinePermissionMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Deprecated. Torque.getMapBuilder(TurbineRoleMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Deprecated. Torque.getMapBuilder(TurbineRolePermissionMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Deprecated. Torque.getMapBuilder(TurbineUserGroupRoleMapBuilder.CLASS_NAME) instead
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Deprecated. Torque.getMapBuilder(TurbineUserMapBuilder.CLASS_NAME) instead
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 an ECS string element.
getMessageAsHTML() - Method in interface org.apache.turbine.util.RunData
Gets the results of an action or another message to be displayed as an ECS string element.
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
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.BaseJobEntry
Get the Minute
getMinuteSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return a minute selector.
getMinuteSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return a minute selector.
getMinuteSelector(String, Calendar, int) - Static method in class org.apache.turbine.util.TimeSelector
Return a minute selector.
getModified() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Modified
getMonthSelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a month selector.
getMonthSelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a month selector.
getName() - Method in class org.apache.turbine.om.OMTool
 
getName() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Name of the SecurityEntity.
getName() - Method in class org.apache.turbine.om.security.SecurityObject
Returns the name of this object.
getName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the name of this user.
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 class org.apache.turbine.services.security.ldap.LDAPUser
Returns the username for this user.
getName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Get the Name
getName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Get the Name
getName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Get the Name
getName() - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Returns the name of this object.
getName() - Method in class org.apache.turbine.services.security.torque.TorqueObject
Returns the name of this object
getName() - Method in class org.apache.turbine.services.security.torque.TorquePermission
Returns the name of this object.
getName() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Returns the name of this role.
getName() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the name of this object.
getName(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getName() on the supplied base object
getName() - Method in interface org.apache.turbine.services.Service
Returns the name of this Service.
getName() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Returns the name of this ACL.
getNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Username Attribute.
getNameColumn() - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Returns the fully qualified name of the Column to use as the Name Column for a group
getNameColumn() - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Returns the fully qualified name of the Column to use as the Name Column for a permission
getNameColumn() - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Returns the fully qualified name of the Column to use as the Name Column for a role
getNameColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the Name Column for a group
getNamedDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getNames() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of Names in this Object.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a navigation template.
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() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a new, empty Context object.
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.
getNewGroup(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Group.
getNewGroup(Persistent) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Returns a new, configured Group Object with a supplied Persistent object at its core
getNewPermission(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Permission.
getNewPermission(Persistent) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Returns a new, configured Permission Object with a supplied Persistent object at its core
getNewRole(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Role.
getNewRole(Persistent) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Returns a new, configured Role Object with a supplied Persistent object at its core
getNewUser(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns a new, configured User Object with a supplied Persistent object at its core
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.JobEntry
Get the next runtime for this job as a String.
getNextRunAsString() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Get the next runtime for this job as a String.
getNextRunDate() - Method in class org.apache.turbine.services.schedule.JobEntry
Gets the next runtime as a date
getNextRunDate() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Gets the next runtime as a date
getNextRuntime() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the next runtime for this job as a long.
getNextRuntime() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Get the next runtime for this job as a long.
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.services.security.torque.om.BaseTurbineUser
Get the Objectdata
getObjectdata() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the value of the objectdata for this user.
getObjectdataColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the objectdata Column for a role
getOMClass() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
The class that the Peer will make instances of.
getOMClass() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
The class that the Peer will make instances of.
getOut() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, response writer will not be cached
getOut() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, response writer will not be cached
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.
getPage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, ECS is no longer a requirement
getPage() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, ECS is no longer a requirement
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.TurbineUser
Get password for this user.
getPassword() - Method in interface org.apache.turbine.om.security.User
Returns the user's password.
getPassword() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get password for this user.
getPassword() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Password
getPassword() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the password of the User
getPasswordAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Password Attribute.
getPasswordColumn() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Returns the fully qualified name of the Column to use as the Password Column for a role
getPathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
Gets the current Query Data List.
getPeer() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
returns a peer instance associated with this om.
getPeer() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
returns a peer instance associated with this om.
getPerm(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from permanent storage.
getPerm(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from permanent storage; return default if value is null.
getPerm(String) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage.
getPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage; return default if value is null.
getPerm(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage.
getPerm(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage; return default if value is null.
getPerm(String) - Method in class org.apache.turbine.services.security.torque.TorqueUser
Get an object from permanent storage.
getPerm(String, Object) - Method in class org.apache.turbine.services.security.torque.TorqueUser
Get an object from permanent storage; return default if value is null.
getPermissionById(int) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getPermissionById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Permission object with specified Id.
getPermissionById(int) - Method in class org.apache.turbine.util.security.PermissionSet
Returns a Permission with the given id, if it is contained in this PermissionSet.
getPermissionByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getPermissionByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Permission object with specified name.
getPermissionByName(String) - Method in class org.apache.turbine.util.security.PermissionSet
Returns a Permission with the given name, if it is contained in this PermissionSet.
getPermissionClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Permission interface.
getPermissionClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Permission interface used by the system.
getPermissionClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Permission interface used by the system.
getPermissionId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Get the PermissionId
getPermissionId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Get the PermissionId
getPermissionInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Permission object.
getPermissionInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Permission object.
getPermissionName(Persistent) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Invokes getName() on the supplied base object
getPermissions() - Method in interface org.apache.turbine.om.security.Role
Returns the set of Permissions associated with this Role.
getPermissions() - Method in class org.apache.turbine.om.security.TurbineRole
Returns the set of Permissions associated with this Role.
getPermissions(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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.
getPermissions(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Returns the set of Permissions associated with this Role.
getPermissions(Object) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieves all permissions associated with a role.
getPermissions(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all permissions associated with a role.
getPermissions(Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in a Group.
getPermissions() - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissions(Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Permissions an user is assigned in a Group.
getPermissions() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissionsArray() - Method in class org.apache.turbine.util.security.PermissionSet
Returns an Array of Permissions in this PermissionSet.
getPermStorage() - Method in class org.apache.turbine.om.security.TurbineUser
This should only be used in the case where we want to save the data to the database.
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.
getPermStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the permanent storage.
getPersistentObj() - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Returns the underlying Object for the Peer Used in the GroupPeerManager when building a new Criteria.
getPersistentObj() - Method in class org.apache.turbine.services.security.torque.TorqueObject
Returns the underlying Object for the Peer
getPersistentObj() - Method in class org.apache.turbine.services.security.torque.TorquePermission
Returns the underlying Object for the Peer Used in the PermissionPeerManager when building a new Criteria.
getPersistentObj() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Returns the underlying Object for the Peer Used in the RolePeerManager when building a new Criteria.
getPersistentObj() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the underlying Object for the Peer Used in the UserPeerManager when building a new Criteria.
getPrefix() - Method in class org.apache.turbine.modules.Action
 
getPrefix() - Method in class org.apache.turbine.modules.Assembler
Abstract method to provide the prefix for module related classes and templates
getPrefix() - Method in class org.apache.turbine.modules.Layout
 
getPrefix() - Method in class org.apache.turbine.modules.Navigation
 
getPrefix() - Method in class org.apache.turbine.modules.Page
 
getPrefix() - Method in class org.apache.turbine.modules.ScheduledJob
 
getPrefix() - Method in class org.apache.turbine.modules.Screen
 
getPrefix() - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
Get the Prefix value.
getPrimaryKey() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
returns an id that differentiates this object from others of its class.
getPrimaryKey() - Method in class org.apache.turbine.services.security.torque.TorqueObject
getter for the object primaryKey.
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() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get all the properties for the security service.
getProperties() - Method in interface org.apache.turbine.services.Service
Returns the Properties of this Service.
getProperty() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the Property
getProperty(String) - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get a property from the LDAP security service.
getProperty(String, String) - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get a property from the LDAP security service.
getPseudorandomId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns a unique identifier that looks like random data.
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
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) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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.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
Searchs 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) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Searchs 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
Searchs 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(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path.
getRelativeURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the relative URI leaving the source intact.
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) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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() - Static method in class org.apache.turbine.services.pull.TurbinePull
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.BaseSecurityService
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.
getRoleById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Role object with specified Id.
getRoleById(int) - Method in class org.apache.turbine.util.security.RoleSet
Returns a Role with the given id, if it is contained in this RoleSet.
getRoleByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getRoleByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Role object with specified name.
getRoleByName(String) - Method in class org.apache.turbine.util.security.RoleSet
Returns a Role with the given name, if it is contained in this RoleSet.
getRoleClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Role interface.
getRoleClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Role interface used by the system.
getRoleClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Role interface used by the system.
getRoleId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Get the RoleId
getRoleId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Get the RoleId
getRoleId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Get the RoleId
getRoleInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Role object.
getRoleInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Role object.
getRoleInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Role object.
getRoleInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Role object.
getRoleInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Role object.
getRoleName(Persistent) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Invokes getName() on the supplied base object
getRoles(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Object) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in a Group.
getRoles() - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in the global Group.
getRoles(Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Roles an user is assigned in a Group.
getRoles() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Roles an user is assigned in the global Group.
getRolesArray() - Method in class org.apache.turbine.util.security.RoleSet
Returns an Array of Roles in this RoleSet.
getRunData(PipelineData) - Method in class org.apache.turbine.modules.Assembler
This can go once RunData is replaced...
getRunData(PipelineData) - Method in class org.apache.turbine.pipeline.AbstractValve
utility for getting RunData out of the pielineData object.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a RunData object from a specific configuration.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a RunData instance from a specific configuration.
getScheduledJobs() - Method in class org.apache.turbine.services.schedule.SchedulerTool
Gets the list of scheduled jobs.
getSchemeAndPort(StringBuffer) - 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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Screen module.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a screen template.
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, 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.
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, ServerData) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve the URL for a given script that is part of the skin.
getScript(String, String) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve the URL for a given script that is part of the 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) - 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, String) - Method in interface org.apache.turbine.services.ui.UIService
Retrieve the URL for a given script that is part of a 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.BaseJobEntry
Get the Second
getSecondSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSecondSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSecondSelector(String, Calendar, int) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Returns all records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Returns numberOfResults records in a QueryDataSet as a List of Record objects.
getSelName() - Method in class org.apache.turbine.util.DateSelector
Get the selector name prefix.
getSelName() - Method in class org.apache.turbine.util.TimeSelector
Get the selector name prefix.
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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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() - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Utility method for accessing the service implementation
getService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an instance of requested Service.
getService() - Static method in class org.apache.turbine.services.jsonrpc.TurbineJsonRpc
Returns system's configured implementation of JsonRpcService.
getService() - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.pull.TurbinePull
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves an implementation of SecurityService, base on the settings in TurbineResources.
getService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns an instance of requested Service.
getService() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Utility method for accessing the service implementation
getService() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of service.
getServiceBroker() - Method in class org.apache.turbine.services.BaseService
Returns a ServiceBroker reference.
getServiceBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
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.
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(String) - Method in interface org.apache.turbine.services.session.SessionService
Gets the HttpSession by the session identifier
getSession(String) - Static method in class org.apache.turbine.services.session.TurbineSession
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
getSession() - Method in interface org.apache.turbine.util.RunData
Gets the servlet session information.
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) - Static method in class org.apache.turbine.services.session.TurbineSession
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.
getSet() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of security objects in this object.
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() - Static method in class org.apache.turbine.services.ui.TurbineUI
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(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.
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, ServerData) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve the URL for the style sheet that is part of a skin.
getStylecss(String) - Static method in class org.apache.turbine.services.ui.TurbineUI
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) - 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(String) - Method in interface org.apache.turbine.services.ui.UIService
Retrieve the URL for the style sheet that is part of a 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.BaseJobEntry
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.BaseJobEntryPeer
Returns the TableMap related to this peer.
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
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.security.torque.om.BaseTurbineGroupPeer
Returns the TableMap related to this peer.
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
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.security.torque.om.BaseTurbinePermissionPeer
Returns the TableMap related to this peer.
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
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.security.torque.om.BaseTurbineRolePeer
Returns the TableMap related to this peer.
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
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.security.torque.om.BaseTurbineRolePermissionPeer
Returns the TableMap related to this peer.
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().
getTableMap() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
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.security.torque.om.BaseTurbineUserGroupRolePeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
Returns the TableMap related to this peer.
getTableName() - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Get the name of this table.
getTask() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Get the Task
getTask() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Get the Task
getTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from temporary storage; return null if the object can't be found.
getTemp(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from temporary storage; return default if value is null.
getTemp(String) - Method in interface org.apache.turbine.om.security.User
Get an object from temporary storage.
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) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage.
getTemp(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage; return default if value is null.
getTemp(String) - Method in class org.apache.turbine.services.security.torque.TorqueUser
Get an object from temporary storage.
getTemp(String, Object) - Method in class org.apache.turbine.services.security.torque.TorqueUser
Get an object from temporary storage; return default if value is null.
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.util.template.TemplateInfo
Get an object from temporary storage, or a default value.
getTempKeys() - Method in class org.apache.turbine.util.template.TemplateInfo
 
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
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.TurbineUser
This should only be used in the case where we want to save the data to the database.
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.
getTempStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the temporary storage.
getThread() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Return the thread being used to process commands, or null if there is no such thread.
getTimeout() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
A User object can have a variable Timeout, which is defined in minutes.
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
getTool(Context, String) - Static method in class org.apache.turbine.services.pull.TurbinePull
Helper method that allows you to easily get a tool from a Context.
getTurbine() - Method in class org.apache.turbine.util.TurbineConfig
Returns a reference to the Turbine servlet that was initialized.
getTurbineGroup() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Returns the associated TurbineGroup object.
getTurbineGroup(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
getTurbinePermission() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Returns the associated TurbinePermission object.
getTurbinePermission(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Return the associated TurbinePermission object If it was not retrieved before, the object is retrieved from the database using the passed connection
getTurbineRole() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Returns the associated TurbineRole object.
getTurbineRole(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection
getTurbineRole() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Returns the associated TurbineRole object.
getTurbineRole(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection
getTurbineRolePermissions() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized, returns the collection.
getTurbineRolePermissions(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissions(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized, returns the collection.
getTurbineRolePermissions(Criteria, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissions() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized, returns the collection.
getTurbineRolePermissions(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissions(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized, returns the collection.
getTurbineRolePermissions(Criteria, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissionsJoinTurbinePermission(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissionsJoinTurbinePermission(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissionsJoinTurbineRole(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineRolePermissionsJoinTurbineRole(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
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.
getTurbineUser() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Returns the associated TurbineUser object.
getTurbineUser(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
getTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRoles(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRoles(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRoles(Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized, returns the collection.
getTurbineUserGroupRoles(Criteria, Connection) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineGroup(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineGroup(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineGroup(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineRole(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineRole(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineRole(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineUser(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineUser(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
If this collection has already been initialized with an identical criteria, it returns the collection.
getTurbineUserGroupRolesJoinTurbineUser(Criteria) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
If this collection has already been initialized with an identical criteria, it returns the collection.
getType() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
Gets the content type of the style sheet
getUniqueId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
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 apearance.
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 apearance.
getURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path
getURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the relative URI leaving the source intact.
getUrl() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
 
getUser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the user.
getUser(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getUser(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an User object to represent a registered user of the application.
getUser() - Method in interface org.apache.turbine.util.RunData
Gets the user.
getUserAgent() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Get the user agent for the request.
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.
getUserClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of User interface.
getUserClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of User interface used by the system.
getUserClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of User interface used by the system.
getUserConfirmed(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getConfirmed() on the supplied base object
getUserCreateDate(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getCreateDate() on the supplied base object
getUserEmail(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getEmail() on the supplied base object
getUserFirstName(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getFirstName() on the supplied base object
getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the User object from the session.
getUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the user 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) - Static method in class org.apache.turbine.services.session.TurbineSession
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.
getUserFromSession() - Method in interface org.apache.turbine.util.RunData
Attempts to get the user from the session.
getUserId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the UserId
getUserId() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Get the UserId
getUserIdAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the User id Attribute.
getUserInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank User object.
getUserInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank User object.
getUserInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank User object.
getUserInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank User object.
getUserInstance() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank User object.
getUserLastLogin(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getLastLogin() on the supplied base object
getUserLastName(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getLastName() on the supplied base object
getUserList(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getUserList(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of users that meet the specified criteria.
getUserList(Object) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Retrieve a set of users that meet the specified criteria.
getUserManager() - Method in class org.apache.turbine.services.security.BaseSecurityService
Returns the configured UserManager.
getUserManager() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the configured UserManager.
getUserManager() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the configured UserManager.
getUserName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the UserName
getUserName() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Deprecated. Use getName() instead.
getUserName(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Deprecated. use getName(obj)
getUserNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Deprecated. Use getNameAttribute()
getUserObjectdata(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getObjectdata() on the supplied base object
getUserPassword(Persistent) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Invokes getPassword() on the supplied base object
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
 
getVarDebug() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. use DefaultTurbineRunData.getDebugVariables() instead
getVarDebug() - Method in interface org.apache.turbine.util.RunData
Deprecated. use RunData.getDebugVariables() instead
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() - Static method in class org.apache.turbine.services.ui.TurbineUI
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.BaseJobEntry
Get the WeekDay
getYearSelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, int, int, int) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
GLOBAL_GROUP_NAME - Static variable in interface org.apache.turbine.om.security.Group
The name of the global group
GLOBAL_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the global tools
grant(User, Role) - Method in interface org.apache.turbine.om.security.Group
Grants a Role in this Group to an User.
grant(User, RoleSet) - Method in interface org.apache.turbine.om.security.Group
Grants Roles in this Group to an User.
grant(Permission) - Method in interface org.apache.turbine.om.security.Role
Grants a Permission to this Role.
grant(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Grants Permissions from a PermissionSet to this Role.
grant(User, Role) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants a Role in this Group to an User.
grant(User, RoleSet) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants Roles in this Group to an User.
grant(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Grants a Permission to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Grants Permissions from a PermissionSet to this Role.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grant an User a Role in a Group.
grant(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grants a Role a Permission
grant(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Grant an User a Role in a Group.
grant(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Grants a Role a Permission
grant(User, Role) - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Grants a Role in this Group to an User.
grant(User, RoleSet) - Method in class org.apache.turbine.services.security.torque.TorqueGroup
Grants Roles in this Group to an User.
grant(Permission) - Method in class org.apache.turbine.services.security.torque.TorqueRole
Grants a Permission to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.services.security.torque.TorqueRole
Grants Permissions from a PermissionSet to this Role.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Grant an User a Role in a Group.
grant(Role, Permission) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Grants a Role a Permission
grant(User, Group, Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grant an User a Role in a Group.
grant(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grants a Role a Permission
Group - Interface in org.apache.turbine.om.security
This class represents a Group of Users in the system that are associated with specific entity or resource.
GROUP_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Group interface (org.apache.turbine.om.security.TurbineGroup)
GROUP_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the GROUP implementation classname (group.class)
GROUP_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The key within the security service properties for the group class implementation
GROUP_ID - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
the column name for the GROUP_ID field
GROUP_ID - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
the column name for the GROUP_ID field
GROUP_ID_COLUMN_DEFAULT - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The default value for the column name constant for the id field.
GROUP_ID_COLUMN_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The column name for the id field.
GROUP_ID_PROPERTY_DEFAULT - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The default value of the bean property for the id field.
GROUP_ID_PROPERTY_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The property name of the bean property for the id field.
GROUP_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
the column name for the GROUP_NAME field
GROUP_NAME_COLUMN_DEFAULT - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The default value for the column name constant for the login name field.
GROUP_NAME_COLUMN_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The column name for the login name field.
GROUP_NAME_PROPERTY_DEFAULT - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The default value of the bean property for the login name field.
GROUP_NAME_PROPERTY_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The property name of the bean property for the login name field.
GROUP_PEER_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
Group peer default class
GROUP_PEER_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants
The key within the security service properties for the group peer class implementation
GroupPeerManager - Class in org.apache.turbine.services.security.torque
This class capsulates all direct Peer access for the Group entities.
GroupPeerManager() - Constructor for class org.apache.turbine.services.security.torque.GroupPeerManager
 
GroupPeerManagerConstants - Interface in org.apache.turbine.services.security.torque
Constants for configuring the various columns and bean properties for the used peer.
groups - Variable in class org.apache.turbine.services.intake.IntakeTool
Groups from intake.xml
GroupSet - Class in org.apache.turbine.util.security
This class represents a set of Groups.
GroupSet() - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs an empty GroupSet
GroupSet(Collection<Group>) - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs a new GroupSet with specified contents.

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.
handleRequest(RunData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
handleRequest(RunData, String) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
handleRequest(PipelineData, String, boolean) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
executes the JSP given by templateName.
handleRequest(PipelineData, String) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Method in class org.apache.turbine.services.jsp.TurbineJspService
executes the JSP given by templateName.
handleRequest(Context, String) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This allows you to pass in a context and a path to a template file and then grabs an instance of the velocity service and processes the template and returns the results as a String object.
handleRequest(Context, String, OutputStream) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
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, 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, 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) - 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 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 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.security.torque.TorqueObject
If the primary key is not null, return the hashcode of the primary key.
hasLoggedIn() - Method in class org.apache.turbine.om.security.TurbineUser
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.
hasLoggedIn() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
The user is considered logged in if they have not timed out.
hasLoggedIn() - Method in class org.apache.turbine.services.security.torque.TorqueUser
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(Permission, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(Permission, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in any of the given Groups
hasPermission(String, String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Permission in any of the given Groups
hasPermission(Permission) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(Permission, Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(Permission, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in any of the given Groups
hasPermission(String, String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specifie Permission in any of the given Groups
hasPermission(Permission) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(Permission) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this permission?
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.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(Role, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(Role, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in any of the given Groups
hasRole(String, String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(String, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Role in any of the given Groups
hasRole(Role) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(Role, Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(Role, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in any of the given Groups
hasRole(String, String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(String, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specifie Role in any of the given Groups
hasRole(Role) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(Role) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this role?
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.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.TurbineAvalonComponentService
 
hasService(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
 
HOUR - Static variable in class org.apache.turbine.services.schedule.BaseJobEntryPeer
the column name for the HOUR field
HOUR_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for hour parameter.
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
Default constructor.
HtmlPageAttributes(RunData) - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes
Construct a new instance with the given RunData object.
HtmlPageAttributes.LinkTag - Class in org.apache.turbine.util.template
Helper class to hold data about a <link ...
HtmlPageAttributes.LinkTag(String, String) - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes.LinkTag
Constructor requiring the URL and relation to be set
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

idMap - Variable in class org.apache.turbine.util.security.SecuritySet
Map for "id" -> "security object"
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.
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, ServerData) - Static method in class org.apache.turbine.services.ui.TurbineUI
Retrieve the URL for an image that is part of a skin.
image(String, String) - Static method in class org.apache.turbine.services.ui.TurbineUI
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) - 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, String) - Method in interface org.apache.turbine.services.ui.UIService
Retrieve the URL for an image that is part of a skin.
incrementAccessCounter() - Method in class org.apache.turbine.om.security.TurbineUser
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.
incrementAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Increments the permanent hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.om.security.TurbineUser
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.
incrementAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Increments the session hit counter for the user.
init(Object) - Method in class org.apache.turbine.om.OMTool
Prepares tool for a single request
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.TurbineAvalonComponentService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Load all configured components and initialize them.
init(Object) - Method in class org.apache.turbine.services.BaseInitable
Performs early initialization.
init() - Method in class org.apache.turbine.services.BaseInitable
Performs late initializtion.
init() - Method in class org.apache.turbine.services.BaseServiceBroker
Initialize this service manager.
init(ServletConfig) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in interface org.apache.turbine.services.Initable
Performs early initailization of an Initable During the startup of the system, different objects may be passed to your class using this method.
init() - Method in interface org.apache.turbine.services.Initable
Performs late initialization of an Initable.
init(Object) - Method in class org.apache.turbine.services.intake.IntakeTool
Prepares intake for a single request
init() - Method in class org.apache.turbine.services.jsp.TurbineJspService
Load all configured components and initialize them.
init(ServletConfig) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Deprecated. use init() instead.
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() - Method in class org.apache.turbine.services.naming.TurbineNamingService
Called the first time the Service is used.
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 initialise 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 initialise 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() - Method in class org.apache.turbine.services.pull.TurbinePullService
Called the first time the Service is used.
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() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Initializes the service by setting the pool capacity.
init() - Static method in class org.apache.turbine.services.schedule.map.DefaultMapInit
 
init(Object) - Method in class org.apache.turbine.services.schedule.SchedulerTool
Initialize the pull tool
init() - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Called the first time the Service is used.
init(ServletConfig) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Deprecated. use init() instead.
init() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Initializes the SchedulerService.
init(ServletConfig) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Deprecated. use init() instead.
init() - Method in class org.apache.turbine.services.security.BaseSecurityService
Initializes the SecurityService, locating the apropriate UserManager This is a zero parameter variant which queries the Turbine Servlet for its config.
init(Configuration) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Initializes the UserManager
init(Configuration) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Initializes the UserManager
init(Configuration) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Initializes the GroupPeerManager, loading the class object for the Peer used to retrieve Group objects
init(Configuration) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Initializes the PermissionPeerManager, loading the class object for the Peer used to retrieve Permission objects
init(Configuration) - Static method in class org.apache.turbine.services.security.torque.RolePeerManager
Initializes the RolePeerManager, loading the class object for the Peer used to retrieve Role objects
init() - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
Initializes the TorqueSecurityService, loading the various class objects representing the security entity peer classes
init(Configuration) - Method in class org.apache.turbine.services.security.torque.TorqueUserManager
Initializes the UserManager
init(Configuration) - Static method in class org.apache.turbine.services.security.torque.UserPeerManager
Initializes the UserPeerManager, loading the class object for the Peer used to retrieve User objects
init(Configuration) - Method in interface org.apache.turbine.services.security.UserManager
Initializes the UserManager
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(Object) - Method in class org.apache.turbine.services.session.SessionTool
 
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(Object) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(RunData) - Method in class org.apache.turbine.services.TurbineBaseService
Deprecated. Use the PipelineData version instead.
init(PipelineData) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
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.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(PipelineData) - Method in class org.apache.turbine.Turbine
Initializes the services which need PipelineData to initialize themselves (post startup).
init(Object) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Initialise this instance with the given RunData object.
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
 
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 class org.apache.turbine.pipeline.AbstractValve
Initialize this valve for use in a pipeline.
initialize() - Method in class org.apache.turbine.pipeline.DefaultACLCreationValve
Initialize this valve for use in a pipeline.
initialize() - Method in class org.apache.turbine.pipeline.DefaultLoginValve
Initialize this valve for use in a pipeline.
initialize() - Method in class org.apache.turbine.pipeline.DefaultSessionValidationValve
Initialize this valve for use in a pipeline.
initialize() - Method in class org.apache.turbine.pipeline.ExecutePageValve
Initialize this valve for use in a pipeline.
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.TurbineAvalonComponentService
Initializes the container
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.
initTurbineRolePermissions() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Temporary storage of collTurbineRolePermissions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
initTurbineRolePermissions() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Temporary storage of collTurbineRolePermissions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
initTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Temporary storage of collTurbineUserGroupRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
initTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Temporary storage of collTurbineUserGroupRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
initTurbineUserGroupRoles() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Temporary storage of collTurbineUserGroupRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
InjectService - Annotation Type in org.apache.turbine.annotation
Annotation to mark fields in modules that require a service to be injected
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 and ServiceBroker 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
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
IntakeTool.PullHelper(String) - Constructor for class org.apache.turbine.services.intake.IntakeTool.PullHelper
Protected constructor to force use of factory method.
INTIALLY_ACTIVE - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
TR.props key for intially 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, ValveContext) - Method in class org.apache.turbine.pipeline.AbstractValve
 
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
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSessionValidationValve
 
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) - 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 interface org.apache.turbine.pipeline.Valve
Perform request processing as required by this Valve.
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 this ValveContext instance.
isActive() - Method in class org.apache.turbine.services.schedule.JobEntry
Check to see if job is currently active/running
isActive() - Method in interface org.apache.turbine.services.schedule.JobEntryInterface
Check to see if job is currently active/running
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.BaseSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Checks whether a passed user object matches the anonymous user pattern according to the configured service
isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Deprecated. Use PipelineData version instead.
isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this method to perform the security check needed.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.screens.JSONSecureScreen
Deprecated. Use PipelineData version instead.
isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.JSONSecureScreen
Override this method to perform the necessary security checks.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Deprecated. Use PipelineData version instead.
isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this method to perform the security check needed.
isBuilt() - Method in class org.apache.turbine.services.schedule.map.JobEntryMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineGroupMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbinePermissionMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRoleMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineRolePermissionMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserGroupRoleMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isBuilt() - Method in class org.apache.turbine.services.security.torque.om.map.TurbineUserMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isCaching() - Method in interface org.apache.turbine.services.template.TemplateService
Returns true if the Template Service has caching activated
isCaching() - Static method in class org.apache.turbine.services.template.TurbineTemplate
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.TurbineUser
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.
isConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This method reports whether or not the user has been confirmed in the system by checking the CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isConfirmed() - Method in class org.apache.turbine.services.security.torque.TorqueUser
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.
isCssOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not CSS works in this browser.
isDisposed() - Method in class org.apache.turbine.om.OMTool
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.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.
isEnabled() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Determines if the scheduler service is currently active.
isEnabled() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Determines if the scheduler service is currently enabled.
isFileUploadOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not file upload works in this browser.
isInitialized - Variable in class org.apache.turbine.services.BaseInitable
Initialization status of this class.
isJavascriptOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not Javascript works in this browser.
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.security.torque.TorqueObject
Returns whether the object has been modified, since it was last retrieved from storage.
isNew() - Method in class org.apache.turbine.services.security.torque.TorqueObject
Returns whether the object has ever been saved.
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
isPageSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, ECS is no longer a requirement
isPageSet() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, ECS is no longer a requirement
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() - Static method in class org.apache.turbine.services.pull.TurbinePull
Checks whether this service has been registered.
isRegistered(String) - Method in interface org.apache.turbine.services.ServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
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) - Static method in class org.apache.turbine.services.session.TurbineSession
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.
iterator() - Method in class org.apache.turbine.services.pull.util.SessionData
Gets a iterator for the keys.
iterator() - Method in class org.apache.turbine.util.security.SecuritySet
Returns an Iterator for Objects in this Set.

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.BaseJobEntryPeer
the column name for the JOB_ID field
JobEntry - Class in org.apache.turbine.services.schedule
The skeleton for this class was autogenerated by Torque on: [Mon Jan 24 20:11:00 CET 2011] You should add additional methods to this class to meet the application requirements.
JobEntry() - Constructor for class org.apache.turbine.services.schedule.JobEntry
default constructor
JobEntry(int, int, int, int, int, String) - Constructor for class org.apache.turbine.services.schedule.JobEntry
Constuctor.
JobEntryInterface - Interface in org.apache.turbine.services.schedule
This is a interface for a scheduled job.
JobEntryMapBuilder - Class in org.apache.turbine.services.schedule.map
This class was autogenerated by Torque on: [Thu Dec 27 12:16:44 CET 2012]
JobEntryMapBuilder() - Constructor for class org.apache.turbine.services.schedule.map.JobEntryMapBuilder
 
JobEntryPeer - Class in org.apache.turbine.services.schedule
The skeleton for this class was autogenerated by Torque on: [Mon Jan 24 20:11:00 CET 2011] You should add additional methods to this class to meet the application requirements.
JobEntryPeer() - Constructor for class org.apache.turbine.services.schedule.JobEntryPeer
 
JobQueue - 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.
JSONProcessor - Class in org.apache.turbine.services.jsonrpc
 
JSONProcessor() - Constructor for class org.apache.turbine.services.jsonrpc.JSONProcessor
 
JSONRPC_CONTENT_TYPE - Static variable in class org.apache.turbine.modules.screens.JSONScreen
 
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.

L

LAST_LOGIN - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last_login field.
LAST_LOGIN - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the LAST_LOGIN field
LAST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last name.
LAST_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the LAST_NAME field
Layout - Class in org.apache.turbine.modules
This is the base class that defines what a Layout module is.
Layout() - Constructor for class org.apache.turbine.modules.Layout
 
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
 
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 - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Layout modules.
layoutLoader - Variable in class org.apache.turbine.modules.pages.DefaultPage
 
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.
LDAP_ADMIN_PASSWORD_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_ADMIN_USERNAME_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_AUTH_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_AUTH_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_BASE_SEARCH_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_HOST_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_HOST_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_PORT_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_PORT_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_PROVIDER_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_PROVIDER_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_EMAIL_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_EMAIL_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_FIRSTNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_FIRSTNAME_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_LASTNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_LASTNAME_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_PASSWORD_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_PASSWORD_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_USERID_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_USERID_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAP_USER_USERNAME_DEFAULT - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property default value
LDAP_USER_USERNAME_KEY - Static variable in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Property key
LDAPSecurityConstants - Class in org.apache.turbine.services.security.ldap
This is a static class for defining the default ldap confiquration keys used by core Turbine components.
LDAPSecurityConstants() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAPSecurityService - Class in org.apache.turbine.services.security.ldap
An implementation of SecurityService that uses LDAP as a backend.
LDAPSecurityService() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
LDAPUser - Class in org.apache.turbine.services.security.ldap
LDAPUser implements User and provides access to a user who accesses the system via LDAP.
LDAPUser() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUser
Constructor.
LDAPUserManager - Class in org.apache.turbine.services.security.ldap
A UserManager performs User object related tasks on behalf of the SecurityService.
LDAPUserManager() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUserManager
 
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
list() - Method in class org.apache.turbine.services.schedule.JobQueue
List jobs in the queue.
listJobs() - Method in interface org.apache.turbine.services.schedule.ScheduleService
List jobs in the queue.
listJobs() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
List jobs in the queue.
listJobs() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
List jobs in the queue.
Loader<T extends Assembler> - Interface in org.apache.turbine.modules
A common interface for Screen, Layout and Navigation Loader
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
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.BaseSecurityService
Acquire an exclusive lock on the security information repository.
lockShared() - Method in class org.apache.turbine.services.security.BaseSecurityService
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.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.TurbineSchedulerService
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
The key for the Log4J File
LOG4J_CONFIG_FILE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default value for the Log4J File
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.
LOGIN_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the LOGIN_NAME field
LoginUser - Class in org.apache.turbine.modules.actions
Deprecated. Use PipelineData version instead.
LoginUser() - Constructor for class org.apache.turbine.modules.actions.LoginUser
Deprecated.  
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.TurbineAvalonComponentService
Returns an instance of the named component
lookup(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Returns an instance of the named component

M

MACINTOSH - Static variable in class org.apache.turbine.util.BrowserDetector
 
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.TurbineSchedulerService
The main loop for starting jobs.
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