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

A

ACCEPT_LANGUAGE - Static variable in interface org.apache.turbine.services.localization.LocalizationService
A constant for the HTTP Accept-Language header.
ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the access counter.
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_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_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the action cache
ACTION_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the action cache if caching is on
ACTION_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
Deprecated. Use the corresponding constant from TurbineConstants
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_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for action related classes and templates
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.
ACTION_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Actions
AGE_DELETE - Static variable in interface org.apache.turbine.util.parser.CookieParser
 
AGE_SESSION - Static variable in interface org.apache.turbine.util.parser.CookieParser
 
AMPM_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for am/pm parameter.
APPLICATION_OCTET_STREAM - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
APPLICATION_POSTSCRIPT - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
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
APPLICATION_X_JAVA_AGENT - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
ATTACHMENT - Static variable in class org.apache.turbine.util.mail.EmailAttachment
Deprecated.  
ATTACHMENTS - Static variable in class org.apache.turbine.util.mail.Email
Deprecated.  
AUTHORIZED_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the authorized tools
AUTOMATIC_DEFAULT - Static variable in interface org.apache.turbine.services.upload.UploadService
The default value of 'automatic' property (false).
AUTOMATIC_KEY - Static variable in interface org.apache.turbine.services.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'automatic' property.
AVALON_LOG_CATEGORY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
Where we write the Avalon Logger messages
AccessControlException - exception org.apache.turbine.util.security.AccessControlException.
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
AccessControlException(String) - Constructor for class org.apache.turbine.util.security.AccessControlException
Construct an AccessControlException with specified detail message.
AccessControlList - interface org.apache.turbine.util.security.AccessControlList.
This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
AccessController - class org.apache.turbine.modules.actions.AccessController.
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
 
Action - class org.apache.turbine.modules.Action.
Generic Action class.
Action() - Constructor for class org.apache.turbine.modules.Action
 
ActionEvent - class org.apache.turbine.modules.ActionEvent.
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 org.apache.turbine.modules.ActionLoader.
The purpose of this class is to allow one to load and execute Action modules.
AllowNullInput - Static variable in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
AlwaysTrueValidator - class org.apache.turbine.util.validation.AlwaysTrueValidator.
Deprecated. Use Intake or commons-validator
AlwaysTrueValidator() - Constructor for class org.apache.turbine.util.validation.AlwaysTrueValidator
Deprecated. default Constructor,
AppData - class org.apache.turbine.services.intake.xmlmodel.AppData.
A class for holding application data structures.
AppData() - Constructor for class org.apache.turbine.services.intake.xmlmodel.AppData
Default Constructor
ApplicationTool - interface org.apache.turbine.services.pull.ApplicationTool.
Tools that go into the Toolbox should implement this interface.
ArrayCtorRecyclable - interface org.apache.turbine.util.pool.ArrayCtorRecyclable.
An interface for objects that can be pooled and recycled several times by different clients.
Assembler - class org.apache.turbine.modules.Assembler.
This is an interface that defines what an Assembler is.
Assembler() - Constructor for class org.apache.turbine.modules.Assembler
 
AssemblerBrokerService - interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService.
An interface the Turbine Assembler service.
AssemblerFactory - interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory.
Interface for AssemblerFactory's
AuthenticatedFileHandler - class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler.
Deprecated. This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application.
AuthenticatedFileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
Deprecated. Default Constructor
AvalonComponentService - interface org.apache.turbine.services.avaloncomponent.AvalonComponentService.
This service allows access to avalon components.
acceptClient(String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Add an IP address to the list of accepted clients.
acceptClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of accepted clients.
acceptClient(String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Add an IP address to the list of accepted clients.
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(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) - 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.
accountExists(User) - Method in class org.apache.turbine.services.security.db.DBUserManager
Check whether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.db.DBUserManager
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(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.
add(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Add a job to the queue.
add(int, String, String) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. If the type is DynamicURI.PATH_INFO, then add name/value to the pathInfo.
add(int, ParameterParser) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Method for a quick way to add all the parameters in a ParameterParser.
add(String) - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Adds the String to the collection if it does not already contain it.
add(String, double) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, int) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, Integer) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, long) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, String[]) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add an array of Strings for a key.
add(String, FileItem) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Add a FileItem object as a parameters.
add(String, FileItem) - Method in interface org.apache.turbine.util.parser.ParameterParser
Add a FileItem object as a parameters.
add(String, double) - Method in interface org.apache.turbine.util.parser.ValueParser
Add a name/value pair into this object.
add(String, int) - Method in interface org.apache.turbine.util.parser.ValueParser
Add a name/value pair into this object.
add(String, Integer) - Method in interface org.apache.turbine.util.parser.ValueParser
Add a name/value pair into this object.
add(String, long) - Method in interface org.apache.turbine.util.parser.ValueParser
Add a name/value pair into this object.
add(String, String) - Method in interface org.apache.turbine.util.parser.ValueParser
Add a name/value pair into this object.
add(String, String[]) - Method in interface org.apache.turbine.util.parser.ValueParser
Add an array of Strings for a key.
add(Group) - Method in class org.apache.turbine.util.security.GroupSet
Adds a Group to this GroupSet.
add(Collection) - 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) - 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) - 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) - 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.
addAll(StringStackBuffer) - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
addAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. Use addBodyAttribute instead.
addAttribute(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds an attribute to the BODY tag.
addBcc(String, String) - Method in class org.apache.turbine.util.mail.Email
Deprecated. Add a blind BCC recipient to the email.
addBodyAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds an attribute to the BODY tag.
addCc(String, String) - Method in class org.apache.turbine.util.mail.Email
Deprecated. Add a recipient CC to the email.
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
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.
addField(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
A utility function to create a new field from attrib and add it to this input group.
addField(XmlField) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Adds a new field to the fields list and set the parent group of the field to the current group
addGroup(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
An utility method to add a new input group from an xml attribute.
addGroup(XmlGroup) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Add an input group to the vector and sets the AppData property to this AppData
addGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
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.
addGroup(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Creates a new group with specified attributes.
addGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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.
addGroupsToParameters(ValueParser) - Method in class org.apache.turbine.services.intake.IntakeTool
 
addHeader(String, String) - Method in class org.apache.turbine.util.mail.MailMessage
Deprecated. Adds a header (name, value) to the headers Hashtable.
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.
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.
addObject(String, CachedObject) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Adds an object to the cache.
addObject(String, CachedObject) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Adds an object to the cache.
addObject(String, CachedObject) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Adds an object to the cache.
addOnce(List, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. No replacement
addParameter(String, String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Adds a parameter to the MIME type.
addParameters(String[], String[]) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Adds parameters to the MIME type.
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(String, Object) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the path_info string.
addPathInfo(String, String) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the path_info string.
addPathInfo(String, double) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the path_info string.
addPathInfo(String, int) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the path_info string.
addPathInfo(String, long) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the path_info string.
addPathInfo(ParameterParser) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
addPathInfo(ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
addPathInfo(List) - 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 interface org.apache.turbine.services.security.SecurityService
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.
addPermission(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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.
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.DynamicURI
Deprecated. Adds a name=value pair to the query string.
addQueryData(String, String) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the query string.
addQueryData(String, double) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the query string.
addQueryData(String, int) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the query string.
addQueryData(String, long) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Adds a name=value pair to the query string.
addQueryData(ParameterParser) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. 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) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds an existing List of URIParam objects to the query data.
addReplyTo(String, String) - Method in class org.apache.turbine.util.mail.Email
Deprecated. Add a reply to address to the email.
addRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
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.
addRole(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Creates a new role with specified attributes.
addRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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.
addRule(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
A utility function to create a new input parameter from attrib and add it to this property.
addRule(Rule) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Adds a new rule to the parameter Map and set the parent property of the Rule to this property
addScript(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds a script reference
addSelectColumns(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Add all the columns needed to create a new object
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
addTo(String, String) - Method in class org.apache.turbine.util.mail.Email
Deprecated. Add a recipient TO to the email.
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) - 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
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) - 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) - 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
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.
alwaysRequired - Variable in class org.apache.turbine.services.intake.model.Field
Is this field always required? This is only set through the XML file
append(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. Use add(name, value) instead.
append(String, FileItem) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Deprecated. Use add(String name, FileItem item)
append(String, FileItem) - Method in interface org.apache.turbine.util.parser.ParameterParser
Deprecated. Use add(String name, FileItem item) instead.
append(String, String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. Use add(name, value) instead.
appendHtmlFormInput(StringBuffer) - Method in class org.apache.turbine.services.intake.model.Group
A xhtml valid hidden input field that notifies intake of the group's presence.
applicationRoot - Variable in class org.apache.turbine.services.BaseServiceBroker
Application root path as set by the parent application.
arrayequals(byte[], byte[], int) - Static method in class org.apache.turbine.util.upload.MultipartStream
Deprecated. Compares count first bytes in the arrays a and b.
assertInitialized() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Verifies that one of the init() methods has been called
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.BigDecimalValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.BooleanValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.DoubleValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(FileItem) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.FloatValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.LongValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Deprecated. Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.ShortValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in class org.apache.turbine.services.intake.validator.StringValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
assertValidity(String) - Method in interface org.apache.turbine.services.intake.validator.Validator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
attach(EmailAttachment) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Attach an EmailAttachement.
attach(URL, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Attach a file located by its URL.
attach(URL, String, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Attach a file located by its URL.
attach(DataSource, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Attach a file specified as a DataSource interface.
attach(DataSource, String, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Attach a file specified as a DataSource interface.
attributes - Variable in class org.apache.turbine.util.TurbineConfig
Servlet container (or emulator) attributes.
authenticate(User, String) - Method in interface org.apache.turbine.services.security.UserManager
Authenticate an User with the specified password.
authenticate(User, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Authenticate an User with the specified password.
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.

B

BASEDIR_KEY - Static variable in class org.apache.turbine.Turbine
The base directory key
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
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.
BaseInitable - class org.apache.turbine.services.BaseInitable.
This class provides a generic implementation of Initable.
BaseInitable() - Constructor for class org.apache.turbine.services.BaseInitable
Default constructor of BaseInitable.
BaseInitableBroker - class org.apache.turbine.services.BaseInitableBroker.
A generic implementation of InitableBroker.
BaseInitableBroker() - Constructor for class org.apache.turbine.services.BaseInitableBroker
Default constructor of InitableBroker.
BaseJobEntry - class org.apache.turbine.services.schedule.BaseJobEntry.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:57 CEST 2005] You should not use this class directly.
BaseJobEntry() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntry
 
BaseJobEntryPeer - class org.apache.turbine.services.schedule.BaseJobEntryPeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:57 CEST 2005]
BaseJobEntryPeer() - Constructor for class org.apache.turbine.services.schedule.BaseJobEntryPeer
 
BaseJspNavigation - class org.apache.turbine.modules.navigations.BaseJspNavigation.
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 org.apache.turbine.modules.screens.BaseJspScreen.
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 org.apache.turbine.services.template.mapper.BaseMapper.
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 org.apache.turbine.services.security.BaseSecurityService.
This is a common subset of SecurityService implementation.
BaseSecurityService() - Constructor for class org.apache.turbine.services.security.BaseSecurityService
 
BaseService - class org.apache.turbine.services.BaseService.
This class is a generic implementation of Service.
BaseService() - Constructor for class org.apache.turbine.services.BaseService
 
BaseServiceBroker - class org.apache.turbine.services.BaseServiceBroker.
A generic implementation of a ServiceBroker which provides: Maintaining service name to class name mapping, allowing plugable service implementations. Providing Services with a configuration based on system wide configuration mechanism.
BaseServiceBroker() - Constructor for class org.apache.turbine.services.BaseServiceBroker
Default constructor, protected as to only be useable by subclasses.
BaseTemplateEngineService - class org.apache.turbine.services.template.BaseTemplateEngineService.
The base implementation of Turbine TemplateEngineService.
BaseTemplateEngineService() - Constructor for class org.apache.turbine.services.template.BaseTemplateEngineService
 
BaseTemplateMapper - class org.apache.turbine.services.template.mapper.BaseTemplateMapper.
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 org.apache.turbine.services.security.torque.om.BaseTurbineGroup.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbineGroup() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
 
BaseTurbineGroupPeer - class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbineGroupPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
 
BaseTurbinePermission - class org.apache.turbine.services.security.torque.om.BaseTurbinePermission.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbinePermission() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
 
BaseTurbinePermissionPeer - class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbinePermissionPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
 
BaseTurbineRole - class org.apache.turbine.services.security.torque.om.BaseTurbineRole.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbineRole() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRole
 
BaseTurbineRolePeer - class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbineRolePeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 
BaseTurbineRolePermission - class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbineRolePermission() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
 
BaseTurbineRolePermissionPeer - class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbineRolePermissionPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
 
BaseTurbineUser - class org.apache.turbine.services.security.torque.om.BaseTurbineUser.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbineUser() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUser
 
BaseTurbineUserGroupRole - class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005] You should not use this class directly.
BaseTurbineUserGroupRole() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
 
BaseTurbineUserGroupRolePeer - class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbineUserGroupRolePeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
 
BaseTurbineUserPeer - class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer.
This class was autogenerated by Torque on: [Mon Oct 03 14:24:58 CEST 2005]
BaseTurbineUserPeer() - Constructor for class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
 
BaseURI - class org.apache.turbine.util.uri.BaseURI.
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
BaseUnicastRemoteService - class org.apache.turbine.services.BaseUnicastRemoteService.
A base implementation of an UnicastRemoteObject as a Turbine Service.
BaseUnicastRemoteService() - Constructor for class org.apache.turbine.services.BaseUnicastRemoteService
 
BaseUploadService - class org.apache.turbine.services.upload.BaseUploadService.
This class is a base implementation of UploadService.
BaseUploadService() - Constructor for class org.apache.turbine.services.upload.BaseUploadService
 
BaseValueParser - class org.apache.turbine.util.parser.BaseValueParser.
BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser).
BaseValueParser() - Constructor for class org.apache.turbine.util.parser.BaseValueParser
Default constructor
BaseValueParser(String) - Constructor for class org.apache.turbine.util.parser.BaseValueParser
Constructor that takes a character encoding
BigDecimalField - class org.apache.turbine.services.intake.model.BigDecimalField.
 
BigDecimalField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.BigDecimalField
Constructor.
BigDecimalValidator - class org.apache.turbine.services.intake.validator.BigDecimalValidator.
Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
BigDecimalValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.BigDecimalValidator
Constructor to use when initialising Object
BigDecimalValidator() - Constructor for class org.apache.turbine.services.intake.validator.BigDecimalValidator
Default Constructor
BooleanField - class org.apache.turbine.services.intake.model.BooleanField.
Processor for boolean fields.
BooleanField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.BooleanField
 
BooleanValidator - class org.apache.turbine.services.intake.validator.BooleanValidator.
Validator for boolean field types.

Values are validated by attemting to match the value to a list of strings for true and false values.
BooleanValidator() - Constructor for class org.apache.turbine.services.intake.validator.BooleanValidator
Default Constructor
BooleanValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.BooleanValidator
Constructor to use when initialising Object
BoundedBuffer - class org.apache.turbine.util.pool.BoundedBuffer.
Efficient array-based bounded buffer class.
BoundedBuffer(int) - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the given capacity.
BoundedBuffer() - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the default capacity
BrowserDetector - class org.apache.turbine.util.BrowserDetector.
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.
BufferCache - class org.apache.turbine.util.BufferCache.
A fixed length object cache implementing the LRU algorithm.
BufferCache() - Constructor for class org.apache.turbine.util.BufferCache
Creates a new instance with default storage buffer pre-allocated.
BufferCache(int) - Constructor for class org.apache.turbine.util.BufferCache
Creates a new instance with the specified storage buffer pre-allocated.
ByteArrayDataSource - class org.apache.turbine.util.mail.ByteArrayDataSource.
Deprecated. Use org.apache.commons.mail.ByteArrayDataSource instead.
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Create a datasource from a byte array.
ByteArrayDataSource(InputStream, String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Create a datasource from an input stream.
ByteArrayDataSource(String, String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Create a datasource from a String.
batchLoad(List) - Method in class org.apache.turbine.services.schedule.JobQueue
Batch load jobs.
bcc - Variable in class org.apache.turbine.util.mail.MailMessage
Deprecated. The email address or addresses that the email is being blind-carbon-copied to.
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.
body - Variable in class org.apache.turbine.util.mail.MailMessage
Deprecated. The body of the email message.
booleanValue() - Method in class org.apache.turbine.services.intake.model.BooleanField
Gets the boolean value of the field.
boundary - Variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. A byte sequence that partitions the stream.
boundaryLength - Variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. The lenght of boundary token plus leading CRLF--.
bufSize - Variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. The lenght of the buffer used for processing.
buffer - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
buffer - Variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. The buffer used for processing.
build(RunData) - 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
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Page
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Screen
Subclasses can override this method to add additional functionality.
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(Group) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Builds a criteria object based upon an Group object
buildCriteria(Permission) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Builds a criteria object based upon an Permission object
buildCriteria(Role) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Builds a criteria object based upon an Role object
buildCriteria(User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Builds a criteria object based upon an User object.
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(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.
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
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
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - 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
This Builds the Velocity template.
buildTemplate(RunData) - 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
This method should be implemented by Base template classes.
buildTemplate(RunData) - 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
This builds the Velocity template.
byteCountToDisplaySize(int) - Static method in class org.apache.turbine.util.FileUtils
Deprecated. Returns a human-readable version of the file size (original is in bytes).
byteStream - Variable in class org.apache.turbine.util.upload.FileItem
Deprecated. Temporary storage for in-memory files.

C

CACHE_CHECK_FREQUENCY - Static variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
The property for the Cache check frequency
CATCH_ERRORS_DEFAULT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Default: Yes
CATCH_ERRORS_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Shall we catch Velocity Errors and report them?
CGI_ACTION_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for action name
CGI_PASSWORD - Static variable in class org.apache.turbine.modules.actions.LoginUser
CGI Parameter for the password
CGI_SCREEN_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for screen name
CGI_TEMPLATE_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for template name
CGI_USERNAME - Static variable in class org.apache.turbine.modules.actions.LoginUser
CGI Parameter for the user name
CHARSETS - Static variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The charset file property.
CHARSET_RESOURCE - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
The name for charset mapper resources.
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 .
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_LOADERS - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
The property specifying a set of additional class loaders.
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
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_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
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
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).
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_DATA - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
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.om.security.peer.TurbineUserPeer
The key name 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
CONTENT_DISPOSITION - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
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? True might cause trouble e.g.
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? Default: Absolute.
CONTENT_TYPE - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
CONTENT_TYPE - Static variable in class org.apache.turbine.util.mail.Email
Deprecated.  
CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Key for storing the Context in the RunData object
COOKIE_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
Deprecated. Use RunDataService.COOKIE_PARSER_KEY
COOKIE_PARSER_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The property for the implemention of the CookieParser.
CREATED - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the created field.
CREATED - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the CREATED field
CSVParser - class org.apache.turbine.util.CSVParser.
Deprecated. Use org.apache.turbine.util.parser.CSVParser instead.
CSVParser(Reader) - Constructor for class org.apache.turbine.util.CSVParser
Deprecated. Create a new CSVParser instance.
CSVParser(Reader, List) - Constructor for class org.apache.turbine.util.CSVParser
Deprecated. Create a new CSVParser instance.
CSVParser(Reader, List, String) - Constructor for class org.apache.turbine.util.CSVParser
Deprecated. Create a new CSVParser instance.
CSVParser - class org.apache.turbine.util.parser.CSVParser.
CSVParser is used to parse a stream with comma-separated values and generate ParameterParser objects which can be used to extract the values in the desired type.
CSVParser(Reader) - Constructor for class org.apache.turbine.util.parser.CSVParser
Create a new CSVParser instance.
CSVParser(Reader, List) - Constructor for class org.apache.turbine.util.parser.CSVParser
Create a new CSVParser instance.
CSVParser(Reader, List, String) - Constructor for class org.apache.turbine.util.parser.CSVParser
Create a new CSVParser instance.
CachedObject - class org.apache.turbine.services.cache.CachedObject.
Wrapper for an object you want to store in a cache for a period of time.
CachedObject(Object) - Constructor for class org.apache.turbine.services.cache.CachedObject
Constructor; sets the object to expire in the default time (30 minutes).
CachedObject(Object, long) - Constructor for class org.apache.turbine.services.cache.CachedObject
Constructor.
CharSetMap - class org.apache.turbine.services.mimetype.util.CharSetMap.
This class maintains a set of mappers defining mappings between locales and the corresponding charsets.
CharSetMap() - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Constructs a new charset map with default mappers.
CharSetMap(Properties) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map from properties.
CharSetMap(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a stream.
CharSetMap(File) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file.
CharSetMap(String) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file path.
ClassMapper - class org.apache.turbine.services.template.mapper.ClassMapper.
This mapper tries to map Template names to class names.
ClassMapper() - Constructor for class org.apache.turbine.services.template.mapper.ClassMapper
Default C'tor.
ClearCrypt - class org.apache.turbine.services.crypto.provider.ClearCrypt.
This is a dummy for "cleartext" encryption.
ClearCrypt() - Constructor for class org.apache.turbine.services.crypto.provider.ClearCrypt
C'tor
ComboKeyField - class org.apache.turbine.services.intake.model.ComboKeyField.
 
ComboKeyField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.ComboKeyField
Constructor.
Comparable - interface org.apache.turbine.util.Comparable.
Deprecated. This class will be removed after the 2.3 release. It is not part of the Web Framework scope. If you need it, please use a sorting library for quicksort.
ComponentService - interface org.apache.turbine.services.component.ComponentService.
Deprecated. torque is now loaded using the AvalonComponentService
Constraint - interface org.apache.turbine.services.intake.validator.Constraint.
A constraint has a name and a value and an optional message.
ContentTool - class org.apache.turbine.services.pull.tools.ContentTool.
Terribly simple tool to translate URIs into Turbine Links.
ContentTool() - Constructor for class org.apache.turbine.services.pull.tools.ContentTool
C'tor
ContentURI - class org.apache.turbine.util.ContentURI.
Deprecated. Use ContentTool for tool usage and DataURI for code usage instead.
ContentURI(RunData) - Constructor for class org.apache.turbine.util.ContentURI
Deprecated. Constructor
ContentURI() - Constructor for class org.apache.turbine.util.ContentURI
Deprecated. Default constructor
CookieParser - interface org.apache.turbine.util.CookieParser.
Deprecated. Use org.apache.turbine.util.parser.CookieParser instead.
CookieParser - interface org.apache.turbine.util.parser.CookieParser.
CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser.
CryptoAlgorithm - interface org.apache.turbine.services.crypto.CryptoAlgorithm.
This interface describes the various Crypto Algorithms that are handed out by the Crypto Service.
CryptoService - interface org.apache.turbine.services.crypto.CryptoService.
The Crypto Service manages the availability of various crypto sources.
cache() - Method in class org.apache.turbine.modules.GenericLoader
If set to true, then cache the Loader objects.
caching - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Property to control the caching of StyleSheetRoots.
calcRunTime() - Method in class org.apache.turbine.services.schedule.JobEntry
Calculate how long before the next runtime.
The runtime determines it's position in the job queue.
canonicalizeDecimalInput(String) - Method in class org.apache.turbine.services.intake.model.BigDecimalField
Canonicalizes an user-inputted BigDecimal string to the system's internal format.
capacity() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Returns the capacity of the buffer.
cc - Variable in class org.apache.turbine.util.mail.MailMessage
Deprecated. The email address or addresses that the email is being carbon-copied to.
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 interface org.apache.turbine.services.security.SecurityService
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.
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
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 class org.apache.turbine.services.security.torque.TorqueUserManager
Change the password for an User.
characters(char[], int, int) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Handles the character data, which we are using to specify the error message.
charset - Variable in class org.apache.turbine.util.mail.Email
Deprecated. The charset to use for this message
check(String) - Method in class org.apache.turbine.util.validation.AlwaysTrueValidator
Deprecated.  
check(String) - Method in class org.apache.turbine.util.validation.EmailValidator
Deprecated.  
check(String) - Method in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
check(String) - Method in class org.apache.turbine.util.validation.NotEmpty
Deprecated.  
checkExists(Group) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Checks if a Group is defined in the system.
checkExists(Permission) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Checks if a Permission is defined in the system.
checkExists(Role) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Checks if a Role is defined in the system.
checkExists(User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Checks if a User is defined in the system.
checkExists(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Group exists in the security system.
checkExists(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Role exists in the security system.
checkExists(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Permission exists in the security system.
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.
checkInput(String) - Method in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
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
clear() - Method in class org.apache.turbine.services.pull.util.SessionData
Clears all data
clear() - Method in class org.apache.turbine.util.SequencedHashtable
Deprecated. Clears all elements.
clear() - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Clears the Stack.
clear() - Method in class org.apache.turbine.util.parser.BaseValueParser
Clear all name/value pairs out of this object.
clear() - Method in interface org.apache.turbine.util.parser.ValueParser
Clear all name/value pairs out of this object.
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.
clearCache() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Iterate through the cache and remove or refresh stale objects.
clearPool(String) - Method in interface org.apache.turbine.services.pool.PoolService
Clears instances of a named class from the pool.
clearPool() - Method in interface org.apache.turbine.services.pool.PoolService
Clears all instances from the pool.
clearPool(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Clears instances of a named class from the pool.
clearPool() - Method in class org.apache.turbine.services.pool.TurbinePoolService
Clears all instances from the pool.
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.
clone() - Method in class org.apache.turbine.util.SequencedHashtable
Deprecated. Creates a shallow copy of this object, preserving the internal structure by copying only references.
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
columnName - Variable in class org.apache.turbine.util.db.TableColumn
Deprecated. The name of the database column.
columnNames - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The names of the columns.
compare(Object, Object) - Method in interface org.apache.turbine.util.Comparable
Deprecated. Return the result of comparing two objects.
compareTo(Object) - 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 class org.apache.turbine.services.security.torque.TorqueObject
Used for ordering TorqueObjects.
compileTemplates(URL) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Compile Templates from an input URL.
configuration - Variable in class org.apache.turbine.services.BaseService
The configuration for this service
configuration - Variable in class org.apache.turbine.services.BaseServiceBroker
Configuration for the services broker.
configuration - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
considerKey(String, ParameterParser) - Method in class org.apache.turbine.modules.ActionEvent
Checks whether the selected key really is a valid event.
contains(String) - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Does the Stack contain this String?
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.
contains(String) - Method in class org.apache.turbine.util.security.SecuritySet
Deprecated. Use containsName(groupName) instead.
containsDateSelectorKeys(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Check for existence of key_day, key_month and key_year parameters (as returned by DateSelector generated HTML).
containsDateSelectorKeys(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Check for existence of key_day, key_month and key_year parameters (as returned by DateSelector generated HTML).
containsField(XmlField) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns true if the input group contains a spesified field
containsField(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns true if the input group contains a specified field
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.
containsKey(Object) - Method in class org.apache.turbine.util.parser.BaseValueParser
Determine whether a given key has been inserted.
containsKey(Object) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Determine whether a given key has been inserted.
containsKey(Object) - Method in interface org.apache.turbine.util.parser.ValueParser
Determine whether a given key has been inserted.
containsName(String) - Method in class org.apache.turbine.util.security.SecuritySet
Searches if an Object with a given name is in the Set
containsTimeSelectorKeys(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Check for existence of key_hour, key_minute and key_second parameters (as returned by TimeSelector generated HTML).
content - Variable in class org.apache.turbine.util.upload.FileItem
Deprecated. Cached contents of the file.
contentType - Variable in class org.apache.turbine.util.upload.FileItem
Deprecated. The content type passed by the browser or null if not defined.
convert(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
convert(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
convertAndTrim(String) - Static method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. Use ParserUtils.convertAndTrim(value).
convertAndTrim(String) - Static method in class org.apache.turbine.util.parser.ParserUtils
Convert a String value according to the url.case.folding property.
convertAndTrim(String, int) - Static method in class org.apache.turbine.util.parser.ParserUtils
A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
cookies - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
A reference to a cookie parser.
copy() - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Makes a copy of this object.
copy() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
Makes a copy of this object.
copyInto(JobEntry) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
 
copyInto(TurbineGroup) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroup
 
copyInto(TurbinePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermission
 
copyInto(TurbineRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRole
 
copyInto(TurbineRolePermission) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission
 
copyInto(TurbineUser) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
 
copyInto(TurbineUserGroupRole) - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole
 
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 interface org.apache.turbine.services.security.UserManager
Creates new user account with specified attributes.
createAccount(User, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Creates new user account with specified attributes.
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.
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.
createVelocityProperties(Configuration) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
This method generates the Extended Properties object necessary for the initialization of Velocity.
created - Variable in class org.apache.turbine.services.cache.CachedObject
When created.
criteriaKeys - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The keys for the criteria.

D

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
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.
DBSecurityService - class org.apache.turbine.services.security.db.DBSecurityService.
An implementation of SecurityService that uses a database as backend.
DBSecurityService() - Constructor for class org.apache.turbine.services.security.db.DBSecurityService
 
DBUserManager - class org.apache.turbine.services.security.db.DBUserManager.
An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
DBUserManager() - Constructor for class org.apache.turbine.services.security.db.DBUserManager
 
DEFAULT - Static variable in class org.apache.turbine.services.cache.CachedObject
Cache the object with the Default TTL
DEFAULT_BUFSIZE - Static variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. The default lenght of the buffer used for processing.
DEFAULT_CACHE_CHECK_FREQUENCY - Static variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Cache check frequency in Millis (1000 Millis = 1 second).
DEFAULT_CAPACITY - Static variable in class org.apache.turbine.util.pool.BoundedBuffer
The default capacity.
DEFAULT_CHARSET - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
The default charset when nothing else is applicable.
DEFAULT_CIPHER - Static variable in class org.apache.turbine.services.crypto.provider.JavaCrypt
The default cipher
DEFAULT_CIPHER - Static variable in class org.apache.turbine.services.crypto.provider.OldJavaCrypt
The default cipher
DEFAULT_CONFIG - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The default parser configuration key.
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_INITIAL_CACHE_SIZE - Static variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Initial size of hash table Value must be > 0.
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_MIMETYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The default MIME type when nothing else is applicable.
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_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.intake.IntakeService
The default pool capacity.
DEFAULT_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.pool.PoolService
The default pool capacity.
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_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
DEFAULT_TYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The default MIME type as a string.
DEFAULT_UPLOAD_SIZE_THRESHOLD - Static variable in class org.apache.turbine.util.upload.FileItem
Deprecated. The maximal size of request that will have it's elements stored in memory.
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
DTDResolver - class org.apache.turbine.services.intake.transform.DTDResolver.
A resolver to get the database.dtd file for the XML parser from the jar.
DTDResolver() - Constructor for class org.apache.turbine.services.intake.transform.DTDResolver
constructor
DataBackendException - exception org.apache.turbine.util.security.DataBackendException.
Thrown to indicate that there was an error accessing the data backend of the SecurityService.
DataBackendException(String) - Constructor for class org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message.
DataBackendException(String, Throwable) - Constructor for class org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message and nested Throwable.
DataStreamParser - class org.apache.turbine.util.DataStreamParser.
Deprecated. Use org.apache.turbine.util.parser.DataStreamParser instead.
DataStreamParser(Reader, List, String) - Constructor for class org.apache.turbine.util.DataStreamParser
Deprecated. Create a new DataStreamParser instance.
DataStreamParser - class org.apache.turbine.util.parser.DataStreamParser.
DataStreamParser is used to parse a stream with a fixed format and generate ValueParser objects which can be used to extract the values in the desired type.
DataStreamParser(Reader, List, String) - Constructor for class org.apache.turbine.util.parser.DataStreamParser
Create a new DataStreamParser instance.
DataURI - class org.apache.turbine.util.uri.DataURI.
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 org.apache.turbine.services.pull.util.DateFormatter.
This pull tool is used to format date objects into strings.
DateFormatter() - Constructor for class org.apache.turbine.services.pull.util.DateFormatter
 
DateSelector - class org.apache.turbine.util.DateSelector.
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(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).
DateSelector(String) - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date.
DateStringField - class org.apache.turbine.services.intake.model.DateStringField.
Field for date inputs as free form text.
DateStringField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.DateStringField
Constructor.
DateStringValidator - class org.apache.turbine.services.intake.validator.DateStringValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
DateStringValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.DateStringValidator
 
DateStringValidator() - Constructor for class org.apache.turbine.services.intake.validator.DateStringValidator
Default Constructor
DefaultAction - class org.apache.turbine.modules.actions.DefaultAction.
This is a Default Action module that doesn't do much.
DefaultAction() - Constructor for class org.apache.turbine.modules.actions.DefaultAction
 
DefaultBottomNavigation - class org.apache.turbine.modules.navigations.DefaultBottomNavigation.
Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
DefaultBottomNavigation() - Constructor for class org.apache.turbine.modules.navigations.DefaultBottomNavigation
Deprecated.  
DefaultCookieParser - class org.apache.turbine.util.parser.DefaultCookieParser.
CookieParser is used to get and set values of Cookies on the Client Browser.
DefaultCookieParser() - Constructor for class org.apache.turbine.util.parser.DefaultCookieParser
Constructs a new CookieParser.
DefaultLayout - class org.apache.turbine.modules.layouts.DefaultLayout.
Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
DefaultLayout() - Constructor for class org.apache.turbine.modules.layouts.DefaultLayout
Deprecated.  
DefaultPage - class org.apache.turbine.modules.pages.DefaultPage.
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
 
DefaultParameterParser - class org.apache.turbine.util.parser.DefaultParameterParser.
DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
DefaultParameterParser() - Constructor for class org.apache.turbine.util.parser.DefaultParameterParser
Create a new empty instance of ParameterParser.
DefaultParameterParser(String) - Constructor for class org.apache.turbine.util.parser.DefaultParameterParser
Create a new empty instance of ParameterParser.
DefaultSessionValidator - class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator.
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
 
DefaultTopNavigation - class org.apache.turbine.modules.navigations.DefaultTopNavigation.
Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
DefaultTopNavigation() - Constructor for class org.apache.turbine.modules.navigations.DefaultTopNavigation
Deprecated.  
DefaultTurbineRunData - class org.apache.turbine.services.rundata.DefaultTurbineRunData.
DefaultTurbineRunData is the default implementation of the TurbineRunData interface, which is distributed by the Turbine RunData service, if another implementation is not defined in the default or specified RunData configuration.
DefaultTurbineRunData() - Constructor for class org.apache.turbine.services.rundata.DefaultTurbineRunData
Constructs a run data object.
DefaultValidator - class org.apache.turbine.services.intake.validator.DefaultValidator.
DefaultValidator that will compare a testValue against the following constraints: NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp  minLengthinteger0 maxLengthinteger  This validator can serve as the base class for more specific validators
DefaultValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.DefaultValidator
Constructor
DefaultValidator() - Constructor for class org.apache.turbine.services.intake.validator.DefaultValidator
Default constructor
DirectMapper - class org.apache.turbine.services.template.mapper.DirectMapper.
The most primitive mapper.
DirectMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectMapper
Default C'tor.
DirectResponseLayout - class org.apache.turbine.modules.layouts.DirectResponseLayout.
This layout allows an action to manipulate the ServletOutputStream directly.
DirectResponseLayout() - Constructor for class org.apache.turbine.modules.layouts.DirectResponseLayout
 
DirectTemplateMapper - class org.apache.turbine.services.template.mapper.DirectTemplateMapper.
The most primitive templating mapper.
DirectTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectTemplateMapper
Default C'tor.
DoubleField - class org.apache.turbine.services.intake.model.DoubleField.
Creates Double Field objects.
DoubleField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.DoubleField
Constructor.
DoubleValidator - class org.apache.turbine.services.intake.validator.DoubleValidator.
Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
DoubleValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.DoubleValidator
Constructor to use when initialising Object
DoubleValidator() - Constructor for class org.apache.turbine.services.intake.validator.DoubleValidator
Default Constructor
DynamicURI - class org.apache.turbine.util.DynamicURI.
Deprecated. Use TurbineURI instead.
DynamicURI(RunData) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI() - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Default constructor - one of the init methods must be called before use.
DynamicURI(RunData, String) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI(RunData, String, String) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI(RunData, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Constructor sets up some variables.
DynamicURI(ServerData) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
DynamicURI(ServerData, String) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
DynamicURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
DynamicURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
DynamicURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
DynamicURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Deprecated. Main constructor for DynamicURI.
data - Variable in class org.apache.turbine.util.DynamicURI
Deprecated. The RunData object.
dbMap - Variable in class org.apache.turbine.util.db.map.TurbineMapBuilder
The database map.
debug(String) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
debug(String, Throwable) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
debug(String, String, Throwable) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
debug(String, String) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
debug - Variable in class org.apache.turbine.util.mail.MailMessage
Deprecated. Displays debug information when true.
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.
defaultFieldPackage - Static variable in class org.apache.turbine.services.intake.model.Field
Default Package
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
defaultValue - Variable in class org.apache.turbine.services.intake.model.Field
Default value of the field
deletePermission(int) - Static method in class org.apache.turbine.om.security.peer.RolePermissionPeer
Deletes the mappings for a permission_id.
deleteRole(int) - Static method in class org.apache.turbine.om.security.peer.RolePermissionPeer
Deletes the mappings for a role_id.
denyClient(String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Add an IP address to the list of denied clients.
denyClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of denied clients.
denyClient(String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Add an IP address to the list of denied clients.
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.
discardBodyData() - Method in class org.apache.turbine.util.upload.MultipartStream
Deprecated. Reads body-data from the current encapsulation and discards it.
displayName - Variable in class org.apache.turbine.services.intake.model.Field
Display name of the field to be used on data entry forms...
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.intake.IntakeTool
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.intake.model.Field
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
dispose() - Method in class org.apache.turbine.util.parser.BaseValueParser
Disposes the parser.
dispose() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Disposes the parser.
dispose() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Disposes the parser.
dispose() - Method in interface org.apache.turbine.util.pool.Recyclable
Disposes the object after use.
dispose() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Disposes the object by setting its disposed flag.
doBuild(RunData) - Method in class org.apache.turbine.modules.Layout
A subclass must override this method to build itself.
doBuild(RunData) - 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.Page
A subclass must override this method to build itself.
doBuild(RunData) - 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.layouts.DefaultLayout
Deprecated. Build the layout.
doBuild(RunData) - 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
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityECSLayout
Deprecated. Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultBottomNavigation
Deprecated. Build the Navigation.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultTopNavigation
Deprecated. Build the Navigation.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Builds the Page.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.Error
Build screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method is called by the Screenloader to construct the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build 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
doBuild() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Build up the databasemapping.
doBuildAfterAction(RunData) - 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.
doBuildBeforeAction(RunData) - 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(RunData) - 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
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - 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
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
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - 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
 
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be overidden by subclasses that wish to add specific business logic.
doBuildTemplate(RunData, 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
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
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData, 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
This method overrides the method in VelocityScreen to perform a security check first.
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.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
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.
doDispose() - Method in class org.apache.turbine.util.pool.RecyclableSupport
A convenience method allowing a clever recyclable object to put itself into a pool for recycling.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
The primary method invoked when the Turbine servlet is executed.
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Deprecated.  
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.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
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.
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 "." Look through the given package path until a match is found.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectMapper
Strip off a possible extension, replace all "," with "." about,directions,Driving.vm --> about.directions.Driving
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectTemplateMapper
Replace all "," with ".", but keep the extension.
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.RawScreen
Actually output the dynamic content.
doPerform(RunData) - 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
You need to implement this in your classes that extend this class.
doPerform(RunData) - 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
Execute the action.
doPerform(RunData) - 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
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
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.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
You SHOULD override this method and implement it in your action.
doPerform(RunData, 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.modules.actions.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - 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
Execute the action.
doPerform(RunData) - 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
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.
doPostBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method can be overridden to write code that executes when the template has been built (called from a finally clause, so executes regardless of whether an exception is thrown or not)
doRedirect(RunData, 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
You can call this within a Screen to cause an internal redirect to happen.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
doSelect(Criteria, User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
doSelect(Criteria, Connection) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
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.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
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
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.
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.
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.
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.
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.
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) - 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.
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.
doSetValue() - Method in class org.apache.turbine.services.intake.model.BigDecimalField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.BooleanField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.ComboKeyField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.DateStringField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.DoubleField
Sets the value of the field from data in the parser.
doSetValue(ValueParser) - Method in class org.apache.turbine.services.intake.model.Field
Deprecated. Use doSetValue() instead (with no parameters).
doSetValue() - Method in class org.apache.turbine.services.intake.model.Field
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.FileItemField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.FloatField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.IntegerField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.LongField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.NumberKeyField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.ShortField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.StringField
Sets the value of the field from data in the parser.
doSetValue() - Method in class org.apache.turbine.services.intake.model.StringKeyField
Deprecated. Sets the value of the field from data in the parser.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues an update based on a criteria.
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.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
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.

E

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.om.security.peer.TurbineUserPeer
The key name 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
EMAIL_BODY - Static variable in class org.apache.turbine.util.mail.Email
Deprecated.  
EMAIL_SUBJECT - Static variable in class org.apache.turbine.util.mail.Email
Deprecated.  
EMPTY - Static variable in class org.apache.turbine.services.intake.model.Group
 
EMPTYFIELDNAME - Static variable in class org.apache.turbine.util.parser.DataStreamParser
The constant for empty fields
EVENT_PREFIX - Static variable in interface org.apache.turbine.util.uri.URIConstants
prefix for event names
EXTENSION_SEPARATOR - Static variable in interface org.apache.turbine.services.template.TemplateService
Character that separates a Template Name from the Extension
EXT_CHTML - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_GIF - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_HDM - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_HDML - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_HTM - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_HTML - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Common MIME type extensions.
EXT_JPEG - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_JPG - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_TEXT - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_WBMP - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
EXT_WML - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
Email - class org.apache.turbine.util.mail.Email.
Deprecated. Use org.apache.commons.mail.Email instead.
Email() - Constructor for class org.apache.turbine.util.mail.Email
Deprecated.  
EmailAttachment - class org.apache.turbine.util.mail.EmailAttachment.
Deprecated. Use org.apache.commons.mail.EmailAttachment instead.
EmailAttachment() - Constructor for class org.apache.turbine.util.mail.EmailAttachment
Deprecated.  
EmailValidator - class org.apache.turbine.util.validation.EmailValidator.
Deprecated. Use Intake or commons-validator
EmailValidator() - Constructor for class org.apache.turbine.util.validation.EmailValidator
Deprecated. default Constructor,
EmptyArgv - Static variable in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
EntityExistsException - exception org.apache.turbine.util.security.EntityExistsException.
Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
EntityExistsException(String) - Constructor for class org.apache.turbine.util.security.EntityExistsException
Construct an EntityExistsException with specified detail message.
Error - class org.apache.turbine.modules.screens.Error.
This is a sample Error Screen module.
Error() - Constructor for class org.apache.turbine.modules.screens.Error
 
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.
elements() - Method in class org.apache.turbine.util.security.SecuritySet
Deprecated. Use iterator() instead.
emailBody - Variable in class org.apache.turbine.util.mail.MultiPartEmail
Deprecated. Body portion of the email.
embed(URL, String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Deprecated. Embeds an URL in the HTML.
embed(String, String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Embed a file in the mail.
empty() - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Is the Stack empty?
emptySlots - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
emptyValue - Variable in class org.apache.turbine.services.intake.model.Field
Value of the field to use if the mapped parameter is empty or non-existant
encodeResponse(String) - Method in class org.apache.turbine.util.uri.BaseURI
Encodes a Response Uri according to the Servlet Container.
encrypt(String) - Method in interface org.apache.turbine.services.crypto.CryptoAlgorithm
Performs the actual encryption.
encrypt(String) - Method in class org.apache.turbine.services.crypto.provider.ClearCrypt
encrypt the supplied string with the requested cipher
encrypt(String) - Method in class org.apache.turbine.services.crypto.provider.JavaCrypt
encrypt the supplied string with the requested cipher
encrypt(String) - Method in class org.apache.turbine.services.crypto.provider.OldJavaCrypt
Encrypt the supplied string with the requested cipher
encrypt(String) - Method in class org.apache.turbine.services.crypto.provider.UnixCrypt
encrypt the supplied string with the requested cipher
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.
endElement(String, String, String) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Handles closing Elements of the XML file
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.
equals(Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. Use org.apache.commons.lang.ObjectUtils.equals()
equals(Object) - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Compares two StringStackBuffers.
equals(String, String) - Static method in class org.apache.turbine.util.StringUtils
Deprecated. use org.apache.commons.lang.StringUtils.equals() instead
equals(Object) - Method in class org.apache.turbine.util.db.TableColumn
Deprecated. Compares this object with another TableColumn.
error(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give errors.
error(String) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
error(String, Throwable) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
error(String, String) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
error(String, String, Throwable) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
error(Throwable) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
errorMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
Error message pertaining to Rule that was broken
eval(RunData, 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
Attempts to load and execute the external Screen.
exec(RunData, String) - Method in class org.apache.turbine.modules.ActionLoader
Attempts to load and execute the external action.
exec(RunData, 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.LayoutLoader
Attempts to load and execute the external layout.
exec(RunData, 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
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
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
execute(String, Vector, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
Deprecated. Handles all requests for an Authenticated file transfer.
executeAuthenticatedRpc(URL, String, String, String, Vector) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Execute a remote procedure call taht requires authentication
executeAuthenticatedRpc(URL, String, String, String, Vector) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Client's Authenticated interface to XML-RPC.
executeAuthenticatedRpc(URL, String, String, String, Vector) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Execute a remote procedure call taht requires authentication.
executeEvents(RunData) - 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
This method should be called to execute the event based system.
executeRpc(URL, String, Vector) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Execute a remote procedure call.
executeRpc(URL, String, Vector) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Client's interface to XML-RPC.
executeRpc(URL, String, Vector) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Execute a remote procedure call.
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.
extensionMimeTypes - Variable in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
 

F

FIELD_SEPARATOR - Static variable in class org.apache.turbine.util.upload.MultipartStream
Deprecated. A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
FILE_SERVER - Static variable in class org.apache.turbine.services.resources.TurbineResources
Deprecated. No longer used
FILE_SERVER - Static variable in class org.apache.turbine.util.mail.Email
Deprecated.  
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.om.security.peer.TurbineUserPeer
The key name for the first name field.
FIRST_NAME - Static variable in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
the column name for the FIRST_NAME field
FLEXIBLE_RULE_NAME - Static variable in interface org.apache.turbine.services.intake.validator.Validator
"flexible" Rule, used in DateFormat Validator
FOREVER - Static variable in class org.apache.turbine.services.cache.CachedObject
Do not expire the object
FORMAT_RULE_NAME - Static variable in interface org.apache.turbine.services.intake.validator.Validator
"format" Rule, used in DateFormat Validator
FORM_DATA - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type modifier.
FTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
Deprecated. use URIConstants.FTP_PORT
FTP_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
FTP Default Control Port
Factory - interface org.apache.turbine.services.factory.Factory.
Factory is an interface for object factories.
FactoryService - interface org.apache.turbine.services.factory.FactoryService.
The Factory Service instantiates objects using either default class loaders or a specified one.
Field - class org.apache.turbine.services.intake.model.Field.
Base class for Intake generated input processing classes.
Field(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.Field
Constructs a field based on data in the xml specification and assigns it to a Group.
FieldFactory - class org.apache.turbine.services.intake.model.FieldFactory.
Creates Field objects.
FieldFactory() - Constructor for class org.apache.turbine.services.intake.model.FieldFactory
 
FileHandler - class org.apache.turbine.services.xmlrpc.util.FileHandler.
Deprecated. This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application.
FileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. Default Constructor
FileItem - class org.apache.turbine.util.upload.FileItem.
Deprecated. use commons-fileupload instead
FileItem(String, String) - Constructor for class org.apache.turbine.util.upload.FileItem
Deprecated. Constructs a new FileItem.
FileItemField - class org.apache.turbine.services.intake.model.FileItemField.
This Intake field is intended to represent a File input element in a HTML form.
FileItemField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.FileItemField
Constructor.
FileTransfer - class org.apache.turbine.services.xmlrpc.util.FileTransfer.
Deprecated. This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application.
FileTransfer() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated.  
FileUtils - class org.apache.turbine.util.FileUtils.
Deprecated. This class will be removed after the 2.3 release. Please use FileUtils from commons-io.
FileUtils() - Constructor for class org.apache.turbine.util.FileUtils
Deprecated.  
FileValidator - class org.apache.turbine.services.intake.validator.FileValidator.
A validator that will compare a FileItem testValue against the following constraints in addition to those listed in DefaultValidator.
FileValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.FileValidator
Constructor
FileValidator() - Constructor for class org.apache.turbine.services.intake.validator.FileValidator
Default constructor
FloatField - class org.apache.turbine.services.intake.model.FloatField.
Creates Float Field objects.
FloatField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.FloatField
Constructor.
FloatValidator - class org.apache.turbine.services.intake.validator.FloatValidator.
Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
FloatValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.FloatValidator
Constructor to use when initialising Object
FloatValidator() - Constructor for class org.apache.turbine.services.intake.validator.FloatValidator
Default Constructor
FormMessage - class org.apache.turbine.util.FormMessage.
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 org.apache.turbine.util.FormMessages.
Used for adding and accessing messages that relate to a specific form and field.
FormMessages() - Constructor for class org.apache.turbine.util.FormMessages
Constructor.
fatalError(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give fatalErrors.
fields - Variable in class org.apache.turbine.services.intake.model.Group
A map of the fields in this group mapped by field name.
fieldsArray - Variable in class org.apache.turbine.services.intake.model.Group
An array of fields in this group.
fileName - Variable in class org.apache.turbine.util.upload.FileItem
Deprecated. The original filename in the user's filesystem.
fileUpload - Variable in class org.apache.turbine.services.upload.TurbineUploadService
A File Upload object for the actual uploading
finalize() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Removes the file contents from the temporary storage.
findByte(byte, int) - Method in class org.apache.turbine.util.upload.MultipartStream
Deprecated. Searches a byte of specified value in the buffer starting at specified position.
findInitParameter(ServletContext, ServletConfig, String, String) - Static 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.
findSeparator() - Method in class org.apache.turbine.util.upload.MultipartStream
Deprecated. Searches the boundary in buffer region delimited by head and tail.
firstLetterCaps(String) - Static method in class org.apache.turbine.util.StringUtils
Deprecated. use org.apache.commons.lang.StringUtils.capitalise() instead
flushCache() - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Flush the cache of all objects.
flushCache() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Flush the cache of all objects.
forcePassword(User, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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) - 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.
forcePassword(User, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
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 class org.apache.turbine.services.security.torque.TorqueUserManager
Forcibly sets new password for an User.
format(Date) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Formats a date into a String.
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) - Method in class org.apache.turbine.modules.ActionEvent
This method does the conversion of the lowercase method name into the proper case.
freshenSequence(Object, Object) - Method in class org.apache.turbine.util.SequencedHashtable
Deprecated. Freshens the sequence of the element value if value is not null.
from - Variable in class org.apache.turbine.util.mail.MailMessage
Deprecated. The email address that the mail is being sent from.

G

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
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.om.security.peer.GroupPeer
The column name for the Group id field.
GROUP_ID - Static variable in class org.apache.turbine.om.security.peer.UserGroupRolePeer
The column name for the group id field.
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
GenerateUniqueId - class org.apache.turbine.util.GenerateUniqueId.
This class generates a unique 10+ character id.
GenerateUniqueId() - Constructor for class org.apache.turbine.util.GenerateUniqueId
 
GenericLoader - class org.apache.turbine.modules.GenericLoader.
This is the base class for the loaders.
GenericLoader() - Constructor for class org.apache.turbine.modules.GenericLoader
Basic constructor for creating a loader.
GenericLoader(int) - Constructor for class org.apache.turbine.modules.GenericLoader
Basic constructor for creating a loader.
GlobalCacheService - interface org.apache.turbine.services.cache.GlobalCacheService.
GlobalCacheService interface.
Group - interface org.apache.turbine.om.security.Group.
This class represents a Group of Users in the system that are associated with specific entity or resource.
Group - class org.apache.turbine.services.intake.model.Group.
Holds a group of Fields
Group(XmlGroup) - Constructor for class org.apache.turbine.services.intake.model.Group
Constructs a new Group based on the xml specification.
Group.GroupFactory - class org.apache.turbine.services.intake.model.Group.GroupFactory.
 
Group.GroupFactory(AppData) - Constructor for class org.apache.turbine.services.intake.model.Group.GroupFactory
 
GroupPeer - class org.apache.turbine.om.security.peer.GroupPeer.
This class handles all the database access for the Group table.
GroupPeer() - Constructor for class org.apache.turbine.om.security.peer.GroupPeer
 
GroupPeerManager - class org.apache.turbine.services.security.torque.GroupPeerManager.
This class capsulates all direct Peer access for the Group entities.
GroupPeerManager() - Constructor for class org.apache.turbine.services.security.torque.GroupPeerManager
 
GroupPeerManagerConstants - interface org.apache.turbine.services.security.torque.GroupPeerManagerConstants.
Constants for configuring the various columns and bean properties for the used peer.
GroupSet - class org.apache.turbine.util.security.GroupSet.
This class represents a set of Groups.
GroupSet() - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs an empty GroupSet
GroupSet(Collection) - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs a new GroupSet with specified contents.
get(String) - Method in class org.apache.turbine.om.OMTool
 
get(String, String) - Method in class org.apache.turbine.om.OMTool
 
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.intake.model.Group
Get the Field .
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.util.SessionData
Gets the data stored under the key.
get(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve a property from the properties held within the properties file for this skin.
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. The client has indicated that it would like to get a file from the server.
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to get a file to a server.
get(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to get a file from a server that requires a user name and password.
get(Object) - Method in class org.apache.turbine.util.BufferCache
Retrieves the value associated with the provided key, freshening the sequence of the key as well.
get(int) - Method in class org.apache.turbine.util.SequencedHashtable
Deprecated. Returns the key at the specified index.
get(int) - Method in class org.apache.turbine.util.StringStackBuffer
Deprecated. Get a String off the Stack at a certain position.
get(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
get(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a String for the given name.
get() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the contents of the file as an array of bytes.
getA(String) - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Create an anchor object.
getACL() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the access control list.
getACL(User) - Method in interface org.apache.turbine.services.security.SecurityService
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(User) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Constructs an AccessControlList for a specific user.
getACL(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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() - Method in interface org.apache.turbine.util.RunData
Gets the access control list.
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.
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.
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 interface org.apache.turbine.services.security.SecurityService
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 interface org.apache.turbine.services.security.SecurityService
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 interface org.apache.turbine.services.security.SecurityService
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.
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.
getAppData() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the parent of the input group
getApplicationRoot() - Static method in class org.apache.turbine.Turbine
Get the application root for this Turbine webapp.
getApplicationRoot() - Method in class org.apache.turbine.services.BaseServiceBroker
Get the application root as set by the parent application.
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
Pulls out an instance of an Assembler Object by name.
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.ScreenLoader
Pulls out an instance of the object by name.
getAssembler(String, String) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Attempts to load an Assembler of a type with a given name
getAssembler(String, String) - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Return an Assembler for a given type and object name.
getAssembler(String, 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 interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
Get an Assembler.
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.
getAutomatic() - Method in class org.apache.turbine.services.upload.BaseUploadService
Retrieves the value of the 'automatic' property of UploadService.
getAutomatic() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of the 'automatic' property of UploadService.
getAutomatic() - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves the value of the 'automatic' property of UploadService.
getAutomatic() - Method in interface org.apache.turbine.services.upload.UploadService
Retrieves the value of 'automatic' property of UploadService.
getBasePackage() - Static method in class org.apache.turbine.modules.GenericLoader
Gets the base package where Turbine should find its default modules.
getBasePackage() - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get the base package String that will be appended to any mapToObjects
getBaseSearch() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get value of the property for the Base Search.
getBigDecimal(String, BigDecimal) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a BigDecimal for the given name.
getBigDecimal(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a BigDecimal for the given name.
getBigDecimal(String, BigDecimal) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a BigDecimal for the given name.
getBigDecimal(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a BigDecimal for the given name.
getBigDecimals(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of BigDecimals for the given name.
getBigDecimals(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of BigDecimals for the given name.
getBodyAttributes() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns the map of body attributes
getBool(String, boolean) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getBooleanObject(java.lang.String) instead
getBool(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getBooleanObject(String) instead
getBool(String, boolean) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getBooleanObject(java.lang.String) instead
getBool(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getBooleanObject(java.lang.String) instead
getBoolean(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String, boolean) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
getBoolean(String, boolean) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a boolean for the given name.
getBoolean(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a boolean for the given name.
getBoolean(String, boolean) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a boolean for the given name.
getBoolean(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a boolean for the given name.
getBooleanObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Boolean object for the given name.
getBooleanObject(String, Boolean) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Boolean object for the given name.
getBooleanObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Returns a Boolean object for the given name.
getBooleanObject(String, Boolean) - Method in interface org.apache.turbine.util.parser.ValueParser
Returns a Boolean object for the given name.
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.
getBundle(String) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name.
getBundle(String, String) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header.
getBundle(HttpServletRequest) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header in HttpServletRequest.
getBundle(String, HttpServletRequest) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header in HttpServletRequest.
getBundle(String, Locale) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name and Locale.
getBundle(String, RunData) - Static method in class org.apache.turbine.services.localization.Localization
Deprecated. Call getBundle(bundleName, data.getRequest()) instead.
getBundle() - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a default ResourceBundle.
getBundle(String) - Method in interface org.apache.turbine.services.localization.LocalizationService
Returns a ResourceBundle given the bundle name and the default locale information supplied by the configuration.
getBundle(String, String) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header.
getBundle(HttpServletRequest) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on HTTP Accept-Language header in HttpServletRequest.
getBundle(String, HttpServletRequest) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header in HttpServletRequest.
getBundle(String, Locale) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name and Locale.
getBundle() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name "DEFAULT" and the default Locale information supplied in TurbineProperties.
getBundle(String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name and the default Locale information supplied in TurbineProperties.
getBundle(String, String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name and the Locale information supplied in the HTTP "Accept-Language" header.
getBundle(HttpServletRequest) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the Locale information supplied in the HTTP "Accept-Language" header which is stored in HttpServletRequest.
getBundle(String, HttpServletRequest) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name and the Locale information supplied in the HTTP "Accept-Language" header which is stored in HttpServletRequest.
getBundle(RunData) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the Locale information supplied in the HTTP "Accept-Language" header which is stored in RunData.
getBundle(String, RunData) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name and the Locale information supplied in the HTTP "Accept-Language" header which is stored in RunData.
getBundle(String, Locale) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle for the given bundle name and the given Locale.
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.
getBundleNames() - Method in interface org.apache.turbine.services.localization.LocalizationService
Retrieves the list of names of bundles to search by default for ResourceBundle keys (as specified in the config file).
getBundleNames() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
getByName(String) - Method in class org.apache.turbine.services.schedule.BaseJobEntry
Retrieves a field from the object by 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 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 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 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 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 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 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.
getByte(String, byte) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a byte for the given name.
getByte(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a byte for the given name.
getByte(String, byte) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a byte for the given name.
getByte(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a byte for the given name.
getByteObject(String, Byte) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a byte for the given name.
getByteObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a byte for the given name.
getByteObject(String, Byte) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a byte for the given name.
getByteObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a byte for the given name.
getBytes(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of bytes for the given name.
getBytes(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of bytes for the given name.
getCacheSize() - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Returns the current size of the cache.
getCacheSize() - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Returns the current size of the cache.
getCacheSize() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns the current size of the 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.
getCapacity(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets the capacity of the pool for a named class.
getCapacity(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the capacity of the pool for a named class.
getCharSet(Locale) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale.
getCharSet(Locale, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale with a variant.
getCharSet(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a specified key.
getCharSet(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a specified key.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale.
getCharSet(Locale, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale with a variant.
getCharSet(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a specified key.
getCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a specified key.
getCharSet(Locale) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a locale.
getCharSet(Locale, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a locale with a variant.
getCharSet(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a specified key.
getCharSet(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a specified key.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a locale.
getCharSet(Locale, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a locale with a variant.
getCharSet(String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a specified key.
getCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a specified key.
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.
getCharacterEncoding() - Method in class org.apache.turbine.util.parser.BaseValueParser
Get the character encoding that will be used by this ValueParser.
getCharacterEncoding() - Method in interface org.apache.turbine.util.parser.ValueParser
Get the character encoding that will be used by this ValueParser.
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.om.security.peer.GroupPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.UserGroupRolePeer
Returns the full name of a column.
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.
getColumnNames() - Method in class org.apache.turbine.util.parser.DataStreamParser
get the list of column names.
getConfiguration() - Static method in class org.apache.turbine.Turbine
Return the current configuration with all keys included
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.services.resources.TurbineResources
Deprecated. Get the configuration.
getConfiguration(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to extract a subset configuration sharing a common name prefix.
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
getConfirmValue() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's confirmation flag.
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.TorqueUser
Returns the confirm value of the user
getConfirmed() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Confirmed
getConnection() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. This method returns a DBConnection from the default pool.
getConnection(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. This method returns a DBConnection from the pool with the specified name.
getContentType(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Set the content type.
getContentType(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file as a string.
getContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a named file as a string.
getContentType(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file name extension as a string.
getContentType(File) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named file as a string.
getContentType(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file name extension as a string.
getContentType(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file as a string.
getContentType(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a named file as a string.
getContentType(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension as a string.
getContentType(File) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a named file as a string.
getContentType(String, String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file name extension as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Gets a MIME content type corresponding to a specified file name extension.
getContentType() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the HTTP content type to return.
getContentType() - Method in interface org.apache.turbine.util.RunData
Gets the HTTP content type to return.
getContentType() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Get the content type.
getContentType() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the content type passed by the browser or null if not defined.
getContents() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the cached object.
getContext(RunData) - 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(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
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() - 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(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() - Static method in class org.apache.turbine.Turbine
Return the context path.
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() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Gets 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.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.
getCookiePath() - Method in interface org.apache.turbine.util.parser.CookieParser
Get the Path where cookies will be stored
getCookiePath() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Get the Path where cookies will be stored
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.TorqueUser
Returns the creation date of the user
getCreateDate() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the CreateDate
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
getCreated() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the creation time for the object.
getCreated() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's record cration time.
getCryptoAlgorithm(String) - Method in interface org.apache.turbine.services.crypto.CryptoService
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm.
getCryptoAlgorithm(String) - Static method in class org.apache.turbine.services.crypto.TurbineCrypto
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm.
getCryptoAlgorithm(String) - Method in class org.apache.turbine.services.crypto.TurbineCryptoService
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm.
getDB() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the database adapter for the default connection pool.
getDB(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns database adapter for a specific connection pool.
getDN() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the distinguished name (DN) of the User.
getDatabaseMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the default database map information.
getDatabaseMap(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the database map information.
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.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Gets the databasemap this map builder built.
getDate(String, DateFormat, Date) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Date object.
getDate(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Date object.
getDate(String, DateFormat) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Date object.
getDate(String, DateFormat, Date) - Method in interface org.apache.turbine.util.parser.ValueParser
Returns a java.util.Date object.
getDate(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Returns a java.util.Date object.
getDate(String, DateFormat) - Method in interface org.apache.turbine.util.parser.ValueParser
Returns a java.util.Date object.
getDateFormatMessage() - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Get the value of minLengthMessage.
getDateFormats() - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Get the value of dateFormats.
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
getDefault() - Method in class org.apache.turbine.services.intake.model.Field
Loads the default value from the object
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
getDefaultBundleName() - Static method in class org.apache.turbine.services.localization.Localization
 
getDefaultBundleName() - Method in interface org.apache.turbine.services.localization.LocalizationService
Retrieves the name of the default bundle (as specified in the config file), or the first in the list if there are more than one.
getDefaultBundleName() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Retrieves the name of the default bundle (as specified in the config file).
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.
getDefaultCountry() - Method in interface org.apache.turbine.services.localization.LocalizationService
Retrieves the default country (as specified in the config file).
getDefaultCountry() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Retrieves the default country (specified in the config file).
getDefaultDB() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the pool name for the default database.
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(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the default file name extension for a MIME type.
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.
getDefaultInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Deprecated.  
getDefaultLanguage() - Method in interface org.apache.turbine.services.localization.LocalizationService
Retrieves the default language (as specified in the config file).
getDefaultLanguage() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Retrieves the default language (specified in the config file).
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".
getDefaultMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the map name for the default database.
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.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.BigDecimalField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.BooleanField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.DateStringField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.DoubleField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.Field
Produces the fully qualified class name of the default validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.FileItemField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.FloatField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.IntegerField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.LongField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.NumberKeyField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.ShortField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.StringField
Produces the fully qualified class name of the default validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.StringKeyField
Deprecated. Produces the fully qualified class name of the default validator.
getDefaultValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the default Value
getDefaultValue() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the default Value.
getDescription() - Method in class org.apache.turbine.util.mail.EmailAttachment
Deprecated. Get the description.
getDifference(Vector, Vector) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Pass in two Vector's of Permission Objects.
getDifference(Vector, Vector) - Static method in class org.apache.turbine.services.security.torque.PermissionPeerManager
Pass in two Vector's of Permission Objects.
getDisplayName() - Method in class org.apache.turbine.services.intake.model.Field
Get the display name of the field.
getDisplayName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the display name of the property
getDisplaySize() - Method in class org.apache.turbine.services.intake.model.Field
Gets the diplay size of the field.
getDisplaySize() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Gets the display size of the field.
getDisposition() - Method in class org.apache.turbine.util.mail.EmailAttachment
Deprecated. Get the disposition.
getDouble(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String, double) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
getDouble(String, double) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a double for the given name.
getDouble(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a double for the given name.
getDouble(String, double) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a double for the given name.
getDouble(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a double for the given name.
getDoubleObject(String, Double) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Double for the given name.
getDoubleObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Double for the given name.
getDoubleObject(String, Double) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a Double for the given name.
getDoubleObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a Double for the given name.
getDoubleObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of doubles for the given name.
getDoubleObjects(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of doubles for the given name.
getDoubles(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of doubles for the given name.
getDoubles(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of doubles for the given name.
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.TorqueUser
Returns the email address of the user
getEmail() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Email
getEmail() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's email.
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
getEmptyValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the Value to use if the field is empty
getEmptyValue() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the empty Value.
getErrorMessage(String) - Method in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
getExpectedFormat() - Method in class org.apache.turbine.util.validation.AlwaysTrueValidator
Deprecated.  
getExpectedFormat() - Method in class org.apache.turbine.util.validation.EmailValidator
Deprecated.  
getExpectedFormat() - Method in class org.apache.turbine.util.validation.InputValidator
Deprecated.  
getExpectedFormat() - Method in class org.apache.turbine.util.validation.NotEmpty
Deprecated.  
getExpires() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the expiration time for the object.
getExtension(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Gets a file name extension corresponding to a specified MIME content type.
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
getFactory(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets a customized factory for a named class.
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.
getField() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the parent Field of the rule
getField(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns a Specified field.
getFieldGetter(String, String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the Method that can be used to get a property value.
getFieldGetter(String, String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the Method that can be used to get a property value.
getFieldGetter(String, String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the Method that can be used to get a property value.
getFieldNames() - Method in class org.apache.turbine.services.intake.model.Group
Gets a list of the names of the fields stored in this object.
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.
getFieldSetter(String, String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the Method that can be used to set a property.
getFieldSetter(String, String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the Method that can be used to set a property.
getFieldSetter(String, String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the Method that can be used to set a property.
getFields() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns a collection of fields in this input group
getFileItem(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return a FileItem object for the given name.
getFileItem(String) - Method in interface org.apache.turbine.util.parser.ParameterParser
Return a FileItem object for the given name.
getFileItemParam(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
fetches a key from the parameters map.
getFileItems(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return an array of FileItem objects for the given name.
getFileItems(String) - Method in interface org.apache.turbine.util.parser.ParameterParser
Return an array of FileItem objects for the given name.
getFileName() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the original filename in the user's filesystem.
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.TorqueUser
Returns the first name of the User
getFirstName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the FirstName
getFirstName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's first name.
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
getFloat(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String, float) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
getFloat(String, float) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a float for the given name.
getFloat(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a float for the given name.
getFloat(String, float) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a float for the given name.
getFloat(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a float for the given name.
getFloatObject(String, Float) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Float for the given name.
getFloatObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a float for the given name.
getFloatObject(String, Float) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a Float for the given name.
getFloatObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a float for the given name.
getFloatObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of floats for the given name.
getFloatObjects(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of floats for the given name.
getFloats(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of floats for the given name.
getFloats(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of floats for the given name.
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.om.security.peer.TurbineUserPeer
Returns the full name of a column.
getFullColumnName(String) - Method in interface org.apache.turbine.om.security.peer.UserPeer
Returns the full name of a column.
getFullColumnName(String) - Method in class org.apache.turbine.services.security.torque.UserPeerManager
Deprecated. use getColumnName(String name)
getGID() - Method in class org.apache.turbine.services.intake.model.Group
Get the part of the key used to specify the group.
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.TurbineSecurity
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.
getGroup(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get a XmlGroup with the given name.
getGroup() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the parent XmlGroup of the property
getGroup(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getGroupByName instead.
getGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getGroupByName instead.
getGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getGroupByName instead.
getGroup(String) - Method in class org.apache.turbine.util.security.GroupSet
Deprecated. Use getGroupByName instead.
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
getGroupId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of the Group table.
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.
getGroupKey(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the key (usually a short identifier) for a group.
getGroupKey(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the key (usually a short identifier) for a group.
getGroupKey(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the key (usually a short identifier) for a group.
getGroupName(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the group name given its key.
getGroupName(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the group name given its key.
getGroupName(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the group name given its key.
getGroupName(Persistent) - Static method in class org.apache.turbine.services.security.torque.GroupPeerManager
Invokes getName() on the supplied base object
getGroupName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of a Group.
getGroupNames() - Method in interface org.apache.turbine.services.intake.IntakeService
Names of all the defined groups.
getGroupNames() - Static method in class org.apache.turbine.services.intake.TurbineIntake
Names of all the defined groups.
getGroupNames() - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Names of all the defined groups.
getGroupPrefix() - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get the prefix String that will be used to qualify intake groups when using multiple XML files
getGroup_GroupId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Group id.
getGroup_Name() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Group name.
getGroup_ObjectData() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for ObjectData column.
getGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
Get a Map containing all the groups.
getGroups() - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Return a collection of input sections (<group>).
getGroups(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Criteria) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Criteria) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Criteria) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Criteria) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
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.
getHTMLString() - Method in class org.apache.turbine.services.intake.model.Field
Calls toString() on the object returned by getValue(), unless null; and then it returns "", the empty String.
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.
getHtmlContent() - Method in class org.apache.turbine.util.mail.HtmlEmail
Deprecated. Instantiates a new MimeMultipart object if it isn't already instantiated.
getHtmlFormInput() - Method in class org.apache.turbine.services.intake.model.Group
A xhtml valid hidden input field that notifies intake of the group's presence.
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
getId() - Method in class org.apache.turbine.util.db.UUIdGenerator
Deprecated. Gets the id
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.
getIfRequiredMessage() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the value of ifRequiredMessage.
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.
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.
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.
getInitialValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the value used as a default.
getInputStream() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Get the input stream.
getInputStream() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns an InputStream that can be used to retrieve the contents of the file.
getInstance(String) - Method in class org.apache.turbine.modules.ActionLoader
Pulls out an instance of the object by name.
getInstance() - Static method in class org.apache.turbine.modules.ActionLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.LayoutLoader
Pulls out an instance of the Layout by name.
getInstance() - Static method in class org.apache.turbine.modules.LayoutLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.NavigationLoader
Pulls out an instance of the Navigation by name.
getInstance() - Static method in class org.apache.turbine.modules.NavigationLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the page by name.
getInstance() - Static method in class org.apache.turbine.modules.PageLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Pulls out an instance of the object by name.
getInstance() - Static method in class org.apache.turbine.modules.ScheduledJobLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.ScreenLoader
Pulls out an instance of the Screen by name.
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.
getInstance() - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class.
getInstance(ClassLoader) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class using a specified class loader.
getInstance(Object[], String[]) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a named class.
getInstance(ClassLoader, Object[], String[]) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a named class using a specified class loader.
getInstance(String) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named class.
getInstance(String, ClassLoader) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, Object[], String[]) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named class.
getInstance(String, ClassLoader, Object[], String[]) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String) - Static method in class org.apache.turbine.services.factory.TurbineFactory
Gets an instance of a named class.
getInstance(String, ClassLoader) - Static method in class org.apache.turbine.services.factory.TurbineFactory
Gets an instance of a named class using a specified class loader.
getInstance(String, Object[], String[]) - Static method in class org.apache.turbine.services.factory.TurbineFactory
Gets an instance of a named class.
getInstance(String, ClassLoader, Object[], String[]) - Static method in class org.apache.turbine.services.factory.TurbineFactory
Gets an instance of a named class using a specified class loader.
getInstance(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class.
getInstance(String, ClassLoader) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class using a specified class loader.
getInstance(String, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class.
getInstance(String, ClassLoader, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class using a specified class loader.
getInstance(Class) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(Class, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(XmlField, Group) - Static method in class org.apache.turbine.services.intake.model.FieldFactory
Creates a Field object appropriate for the type specified in the xml file.
getInstance(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a named class.
getInstance(String, ClassLoader) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a named class using a specified class loader.
getInstance(String, Object[], String[]) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a named class.
getInstance(String, ClassLoader, Object[], String[]) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a named class using a specified class loader.
getInstance(Class) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(String) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, ClassLoader) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, Object[], String[]) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, ClassLoader, Object[], String[]) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(Class) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, ClassLoader) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(String, ClassLoader, Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
getInstance(Class) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
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.
getInt(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String, int) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInt(String, int) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an int for the given name.
getInt(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an int for the given name.
getInt(String, int) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an int for the given name.
getInt(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an int for the given name.
getIntObject(String, Integer) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Integer for the given name.
getIntObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Integer for the given name.
getIntObject(String, Integer) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an Integer for the given name.
getIntObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an Integer for the given name.
getIntObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Integers for the given name.
getIntObjects(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of Integers for the given name.
getIntakeGroupName() - Method in class org.apache.turbine.services.intake.model.Group
Return the name given to this group.
getInteger(String, int) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getInteger(String, Integer) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getInteger(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getInteger(String, int) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getInteger(String, Integer) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getInteger(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead
getIntegers(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. use BaseValueParser.getIntObjects(java.lang.String) instead
getIntegers(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. use ValueParser.getIntObjects(java.lang.String) instead
getInts(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of ints for the given name.
getInts(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of ints for the given name.
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(int) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Get a specific Job from Storage.
getJob(String) - Method in class org.apache.turbine.services.schedule.SchedulerTool
Gets the job identified by the jobId.
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.services.intake.model.Field
Get the key used to identify the field.
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the parameter key of the property
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the key used to reference this group in input (form)
getKey() - Method in class org.apache.turbine.util.uri.URIParam
Returns the key.
getKeys() - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. Get the list of the keys contained in the configuration repository.
getKeys(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys() - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns all the available parameter names.
getKeys() - Method in interface org.apache.turbine.util.parser.ValueParser
Returns all the available parameter names.
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.
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.TorqueUser
Returns the date of the last login of the user
getLastLogin() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the LastLogin
getLastLogin() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to record the last login time for visitor.
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.TorqueUser
Returns the last name of the User
getLastName() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the LastName
getLastName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's last name.
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(RunData) - 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.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.
getLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the URI.
getList(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a vector.
getList(String, List) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getLoader() - Method in class org.apache.turbine.services.template.mapper.ClassMapper
Get the Loader value.
getLocale() - Method in class org.apache.turbine.services.intake.model.Field
Returns the Locale used when localizing data for this field, or null if unknown.
getLocale(RunData) - Static method in class org.apache.turbine.services.localization.LocaleDetector
Deprecated. Attempts to pull the "Accept-Language" header out of the HttpServletRequest object and then parse it.
getLocale(String) - Static method in class org.apache.turbine.services.localization.LocaleDetector
Deprecated. This method parses the Accept-Language header and attempts to create a Locale out of it.
getLocale(HttpServletRequest) - Static method in class org.apache.turbine.services.localization.Localization
Attempts to pull the Accept-Language header out of the HttpServletRequest object and then parse it.
getLocale(String) - Static method in class org.apache.turbine.services.localization.Localization
This method parses the Accept-Language header and attempts to create a Locale out of it.
getLocale(HttpServletRequest) - Method in interface org.apache.turbine.services.localization.LocalizationService
Attempts to pull the Accept-Language header out of the HttpServletRequest object and then parse it.
getLocale(String) - Method in interface org.apache.turbine.services.localization.LocalizationService
This method parses the Accept-Language header and attempts to create a Locale out of it.
getLocale() - Method in class org.apache.turbine.services.localization.LocalizationTool
Gets the current locale.
getLocale(HttpServletRequest) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
getLocale(String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
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.
getLogger() - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
getLogger(String) - Static method in class org.apache.turbine.util.Log
Deprecated. Use the commons.logging system for logging
getLong(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String, long) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
getLong(String, long) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a long for the given name.
getLong(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a long for the given name.
getLong(String, long) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a long for the given name.
getLong(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a long for the given name.
getLongObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Long for the given name.
getLongObject(String, Long) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Long for the given name.
getLongObject(String, Long) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a Long for the given name.
getLongObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a Long for the given name.
getLongObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Longs for the given name.
getLongObjects(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of Longs for the given name.
getLongs(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of longs for the given name.
getLongs(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of longs for the given name.
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.
getMapBuilder() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer
 
getMapBuilder() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer
 
getMapToObject() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the object that takes this input
getMapToObjects() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
getMapToProperty() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the property method that takes this input
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.
getMask() - Method in class org.apache.turbine.services.intake.validator.StringValidator
Get the value of mask.
getMaskMessage() - Method in class org.apache.turbine.services.intake.validator.StringValidator
Get the value of maskMessage.
getMaxLength() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of maxLength.
getMaxLengthMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of maxLengthMessage.
getMaxSize() - Method in class org.apache.turbine.services.intake.model.Field
Gets the maximum size of the field.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.BigDecimalValidator
Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.DoubleValidator
Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.FloatValidator
Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.LongValidator
Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Deprecated. Get the value of maxValue.
getMaxValue() - Method in class org.apache.turbine.services.intake.validator.ShortValidator
Get the value of maxValue.
getMedia() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Gets the media for which the stylesheet should be applied.
getMessage() - Method in class org.apache.turbine.services.intake.model.Field
Get any error message resulting from invalid input.
getMessage() - Method in interface org.apache.turbine.services.intake.validator.Constraint
Get the error message.
getMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the error message resulting from invalid input.
getMessage() - Method in interface org.apache.turbine.services.intake.validator.Validator
Get the last error message resulting from invalid input.
getMessage() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the error message
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
getMimeContentType(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file.
getMimeContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a named file.
getMimeContentType(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file name extension.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file.
getMimeContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named file.
getMimeContentType(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file name extension.
getMimeContentType(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file.
getMimeContentType(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a named file.
getMimeContentType(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file.
getMimeContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a named file.
getMimeContentType(String, String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file name extension.
getMimeType(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMinLength() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of minLength.
getMinLengthMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of minLengthMessage.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.BigDecimalValidator
Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.DoubleValidator
Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.FloatValidator
Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.LongValidator
Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Deprecated. Get the value of minValue.
getMinValue() - Method in class org.apache.turbine.services.intake.validator.ShortValidator
Get the value of minValue.
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
getModified() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's data modification time.
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.services.BaseService
Returns the name of this service.
getName() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getName() - Method in interface org.apache.turbine.services.Service
Returns the name of this Service.
getName() - Method in class org.apache.turbine.services.intake.model.Field
Gets the name of the field.
getName() - Method in interface org.apache.turbine.services.intake.validator.Constraint
Get the name of the constraint.
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the name of the parameter
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the property
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the name that handles this group
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.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 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.util.mail.ByteArrayDataSource
Deprecated. Get the name.
getName() - Method in class org.apache.turbine.util.mail.EmailAttachment
Deprecated. Get the name.
getName() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Returns the name of this ACL.
getName() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the original filename in the user's filesystem.
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.BaseSecurityService
Deprecated. Use getGroupInstance(String name) instead.
getNewGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getGroupInstance(String name) instead.
getNewGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getGroupInstance(String name) instead.
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.BaseSecurityService
Deprecated. Use getPermissionInstance(String name) instead.
getNewPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getPermissionInstance(String name) instead.
getNewPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getPermissionInstance(String name) instead.
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.BaseSecurityService
Deprecated. Use getRoleInstance(String name) instead.
getNewRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getRoleInstance(String name) instead.
getNewRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getRoleInstance(String name) instead.
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.
getNextRunDate() - Method in class org.apache.turbine.services.schedule.JobEntry
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.
getNumFields() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Utility method to get the number of fields in this input group
getNumberKey(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. no replacement
getNumberKey(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. no replacement
getNumberOfObjects() - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Returns the number of objects in the cache.
getNumberOfObjects() - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Returns the number of objects in the cache.
getNumberOfObjects() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns the number of objects currently stored in the cache
getOID() - Method in class org.apache.turbine.services.intake.model.Group
Get the part of the key that distinguishes a group from others of the same name.
getOMClass() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
The type of User this peer will instantiate.
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.
getObject(String) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Gets a cached object given its id (a String).
getObject(String) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Gets a cached object given its id (a String).
getObject(String) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns an item from the cache.
getObject(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Object for the given name.
getObject(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an Object for the given name.
getObjectData() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to record general visitor data from a hashmap.
getObjectKey() - Method in class org.apache.turbine.services.intake.model.Group
Concatenation of gid and oid.
getObjectdata() - Method in class org.apache.turbine.services.security.torque.TorqueUser
Returns the value of the objectdata for this user.
getObjectdata() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Objectdata
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
getObjects(ValueParser) - Method in class org.apache.turbine.services.intake.model.Group
Describe getObjects method here.
getObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Objects for the given name.
getObjects(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of Objects for the given name.
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
getOutputStream() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Deprecated. Get the output stream.
getOutputStream() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns an OutputStream that can be used for storing the contents of the file.
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
getPage() - Method in class org.apache.turbine.util.template.RelativeTemplateLink
Deprecated. Gets the template variable used by the Template Service.
getPage() - Method in class org.apache.turbine.util.template.TemplateLink
Deprecated. Gets the template variable used by the Template Service.
getParam(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
fetches a key from the parameters map.
getParameter(String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the value of a MIME type parameter.
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.TorqueUser
Returns the password of the User
getPassword() - Method in class org.apache.turbine.services.security.torque.om.BaseTurbineUser
Get the Password
getPassword() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to record the users password.
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
getPath() - Method in class org.apache.turbine.util.mail.EmailAttachment
Deprecated. Get the path.
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.
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.
getPermission(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getPermissionByName instead.
getPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getPermissionByName instead.
getPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getPermissionByName instead.
getPermission(String) - Method in class org.apache.turbine.util.security.PermissionSet
Deprecated. Use getPermissionByName instead.
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
getPermissionId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of the Permission table.
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
getPermissionName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of a Permission.
getPermission_Name() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Permission table name of the permission.
getPermission_ObjectData() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for ObjectData column.
getPermission_PermissionId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Permission table unique key.
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(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all permissions associated with a role.
getPermissions(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Criteria) - 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(Criteria) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieves all permissions associated with a role.
getPermissions(Criteria) - 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() - Method in class org.apache.turbine.services.security.torque.TorqueRole
Returns the set of Permissions associated with this Role.
getPermissions(Criteria) - 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(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.
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.
getPoolCapacity() - Method in class org.apache.turbine.services.intake.model.Group
Get the number of Group objects that will be pooled.
getPoolCapacity() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
The maximum number of classes specific to this group allowed at one time.
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.TorqueObject
getter for the object primaryKey.
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.
getPrimitiveClass(String) - Static method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets the class of a primitive type.
getProperties() - Method in class org.apache.turbine.services.BaseService
Returns the properties of this Service.
getProperties() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getProperties() - Method in interface org.apache.turbine.services.Service
Returns the Properties of this Service.
getProperties(Object) - Method in class org.apache.turbine.services.intake.model.Group
Calls getter methods on objects that are known to Intake so that field values in forms can be initialized from the values contained in the intake tool.
getProperties() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get all the properties for the security service.
getProperty(Object) - Method in class org.apache.turbine.services.intake.model.Field
Loads the valid value from a bean
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.
getRawName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the property
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 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) - 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.DynamicURI
Deprecated. Gets the reference (#ref).
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.
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.
getRepository() - Method in class org.apache.turbine.services.upload.BaseUploadService
Retrieves the value of the repository property of UploadService.
getRepository() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of the repository property of UploadService.
getRepository() - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves the value of the repository property of UploadService.
getRepository() - Method in interface org.apache.turbine.services.upload.UploadService
Retrieves the value of the repository property of UploadService.
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.
getRequest() - Method in interface org.apache.turbine.util.parser.CookieParser
Gets the Request Object for this parser.
getRequest() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Gets the Request Object for this parser.
getRequest() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Gets the parsed servlet request.
getRequest() - Method in interface org.apache.turbine.util.parser.ParameterParser
Gets the parsed servlet request.
getRequestDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getRequiredMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of requiredMessage.
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.
getRole(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getRoleByName instead.
getRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getRoleByName instead.
getRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getRoleByName instead.
getRole(String) - Method in class org.apache.turbine.util.security.RoleSet
Deprecated. Use getRoleByName instead.
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
getRoleId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the unique id to a Role.
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
getRoleName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of Role.
getRolePermission_PermissionId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for RolePermission permission id.
getRolePermission_RoleId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for RolePermission role id.
getRole_Name() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Role name.
getRole_ObjectData() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for ObjectData column.
getRole_RoleId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Role unique key.
getRoles(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Criteria) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Criteria) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Criteria) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Criteria) - Method in class org.apache.turbine.services.security.torque.TorqueSecurityService
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.
getRuleMap() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
The collection of rules for this field keyed by parameter name.
getRules() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
The collection of rules for this field.
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) - Static method in class org.apache.turbine.services.rundata.TurbineRunDataFacade
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Static method in class org.apache.turbine.services.rundata.TurbineRunDataFacade
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.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Static method in class org.apache.turbine.util.RunDataFactory
Deprecated. Open way to get RunData information across Turbine..
getRunData() - Method in interface org.apache.turbine.util.parser.CookieParser
Gets the parsed RunData.
getRunData() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Deprecated. Don't use the Run Data object. use getRequest().
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.BooleanField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.DoubleField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.Field
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.FloatField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.IntegerField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.LongField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
getSafeEmptyValue() - Method in class org.apache.turbine.services.intake.model.ShortField
Provides access to emptyValue such that the value returned will be acceptable as an argument parameter to Method.invoke.
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.util.UIManager
Retrieve the URL for a given script that is part of a skin.
getScript(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for a given script that is part of a skin.
getScriptName() - Static method in class org.apache.turbine.Turbine
Get the script name.
getScriptName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached script name.
getScriptName() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Gets the script name (/servlets/Turbine).
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.
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.
getSequenceGroup() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
GROUP_SEQUENCE.
getSequencePermission() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
PERMISSION_SEQUENCE.
getSequenceRole() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
ROLE_SEQUENCE.
getSequenceUser() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
USER_SEQUENCE.
getServerData() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the server data ofy the request.
getServerData() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Returns the ServerData used to initialize this DynamicURI.
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() - Static method in class org.apache.turbine.Turbine
Return the server name.
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() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Gets 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() - Static method in class org.apache.turbine.Turbine
Return the server port.
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() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Gets 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() - Static method in class org.apache.turbine.Turbine
Return the server scheme.
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() - Method in class org.apache.turbine.util.DynamicURI
Deprecated. Gets the server scheme (HTTP or HTTPS).
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(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an instance of requested Service.
getService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns an instance of requested Service.
getService() - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.crypto.TurbineCrypto
Retrieves an implementation of the CryptoService, based on the settings in TurbineResources.
getService() - Static method in class org.apache.turbine.services.factory.TurbineFactory
Utility method for accessing the service implementation
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.localization.Localization
Gets the LocalizationService implementation.
getService() - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME type service implementation.
getService() - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets the pool 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.rundata.TurbineRunDataFacade
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() - 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.upload.TurbineUpload
Retrieves an instance of system's configured implementation of UploadService
getService() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Returns system's configured implementation of XmlRpcService.
getService() - Static method in class org.apache.turbine.services.xslt.TurbineXSLT
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.
getSignature(Class, Object[], String[]) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets the signature classes for parameters of a method of a class.
getSignature(Class, Object[], String[]) - Static method in class org.apache.turbine.services.factory.TurbineFactory
Gets the signature classes for parameters of a method of a class.
getSignature(Class, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets the signature classes for parameters of a method of a class.
getSize(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the current size of the pool for a named group.
getSize(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the current size of the pool for a named group.
getSize(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the current size of the pool for a group.
getSize(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets the current size of the pool for a named class.
getSize(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the current size of the pool for a named class.
getSize() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the size of the file.
getSizeMax() - Method in class org.apache.turbine.services.upload.BaseUploadService
Retrieves the value of size.max property of the UploadService.
getSizeMax() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of 'size.max' property of UploadService.
getSizeMax() - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves the value of size.max property of the UploadService.
getSizeMax() - Method in interface org.apache.turbine.services.upload.UploadService
Retrieves the value of size.max property of the UploadService.
getSizeThreshold() - Method in class org.apache.turbine.services.upload.BaseUploadService
Retrieves the value of size.threshold property of UploadService.
getSizeThreshold() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of size.threshold property of UploadService.
getSizeThreshold() - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves the value of size.threshold property of UploadService.
getSizeThreshold() - Method in interface org.apache.turbine.services.upload.UploadService
Retrieves the value of size.threshold property of UploadService.
getSkin() - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the skin name.
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.
getStale() - Method in class org.apache.turbine.services.cache.CachedObject
Get the stale status for the object.
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.
getStoreLocation() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the File objects for the FileItems's data temporary location on the disk.
getStream() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns an InputStream that can be used to retrieve the contents of the file.
getString(String, Locale, String) - Static method in class org.apache.turbine.services.localization.Localization
Fetches the localized text from the specified bundle, ignoring any default bundles.
getString(String) - Static method in class org.apache.turbine.services.localization.Localization
Pulls a string out of the LocalizationService with the default locale values of what is defined in the TurbineResources.properties file for the locale.default.language and locale.default.country property values.
getString(String, Locale) - Static method in class org.apache.turbine.services.localization.Localization
 
getString(String, HttpServletRequest) - Static method in class org.apache.turbine.services.localization.Localization
Pulls a string out of the LocalizationService and attempts to determine the Locale by the Accept-Language header.
getString(String, String) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method that pulls a localized string off the LocalizationService using the default ResourceBundle name defined in the TurbineResources.properties file and the specified language name in ISO format.
getString(RunData, String) - Static method in class org.apache.turbine.services.localization.Localization
Deprecated. Call getString(key, data.getRequest()) instead.
getString(String, Locale, String) - Method in interface org.apache.turbine.services.localization.LocalizationService
Tries very hard to return a value, looking first in the specified bundle, then searching list of default bundles (giving precedence to earlier bundles over later bundles).
getString(String, Locale, String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
getString(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a string.
getString(String, String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a String for the given name.
getString(String, String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return a String for the given name.
getString(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String from the temp hash map.
getString() - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the contents of the file as a String, using default encoding.
getString(String) - Method in class org.apache.turbine.util.upload.FileItem
Deprecated. Returns the contents of the file as a String, using specified encoding.
getStringArray(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Deprecated. The purpose of this method is to get the configuration resource with the given name as a string array.
getStringArray(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String[] from the temp hash map.
getStringKey(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Deprecated. no replacement
getStringKey(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Deprecated. no replacement
getStringOrNull(ResourceBundle, String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Gets localized text from a bundle if it's there.
getStringValue() - Method in class org.apache.turbine.services.intake.model.Field
Gets the String representation of the Value.
getStrings(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Strings for the given name.
getStrings(String, String[]) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Strings for the given name.
getStrings(String) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of Strings for the given name.
getStrings(String, String[]) - Method in interface org.apache.turbine.util.parser.ValueParser
Return an array of Strings for the given name.
getStyleSheets() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns a collection of script URLs
getStylecss(RunData) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for the style sheet that is part of a skin.
getStylecss() - Method in class org.apache.turbine.services.pull.util.UIManager
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
getSubtype() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the subtype of the MIME type.
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.
getTTL() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
Gets the timeToLive value.
getTableGroup() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the Group table.
getTableMap() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.schedule.BaseJobEntryPeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer
Returns the TableMap related to this peer.
getTableMap() - Static method in class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer
Returns the TableMap related to this peer.
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.om.security.peer.GroupPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.RolePeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.UserGroupRolePeer
Get the name of this table.
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.
getTablePermission() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the Permission table.
getTableRole() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the UserRole table.
getTableRolePermission() - Method in class org.apache.turbine.util.db.map.