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.
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.
ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the access counter.
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.
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
 
AccessControlList - class org.apache.turbine.util.security.AccessControlList.
This is a control class that makes it easy to find out if a particular User has a given Permission.
AccessControlList(Map, Map) - Constructor for class org.apache.turbine.util.security.AccessControlList
Constructs a new AccessControlList.
accountExists(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Check whether a specified user's account exists.
accountExists(String) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(String) - Method in 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.UserManager
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(String) - 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.passive.PassiveUserManager
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(User) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
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(User) - 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(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Check whether a specified user's account exists.
Action - class org.apache.turbine.modules.Action.
Generic Action class.
ACTION_ACCESS_CONTROLLER - Static variable in interface org.apache.turbine.TurbineConstants
I don't think this is being used, is it?
ACTION_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions cache if module caching is on.
ACTION_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
ACTION_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
Action to perform when a user logs in.
ACTION_LOGOUT - Static variable in interface org.apache.turbine.TurbineConstants
Action to perform when a user logs out.
ACTION_SESSION_VALIDATOR - 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
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
 
ActionLoader - class org.apache.turbine.modules.ActionLoader.
The purpose of this class is to allow one to load and execute Action modules.
activateOptions() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Active our logger to be used for appending messages to the database.
add(Collection) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in a Collection to this RoleSet.
add(Collection) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in a Collection to this GroupSet.
add(Collection) - Method in class org.apache.turbine.util.security.PermissionSet
Adds the Permissions in a Collection to this PermissionSet.
add(Group) - Method in class org.apache.turbine.util.security.GroupSet
Adds a Group to this GroupSet.
add(GroupSet) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in another GroupSet to this GroupSet.
add(int, ParameterParser) - Method in class org.apache.turbine.util.DynamicURI
Method for a quick way to add all the parameters in a ParameterParser.
add(int, String, String) - Method in class org.apache.turbine.util.DynamicURI
If the type is P (0), then add name/value to the pathInfo hashtable.
add(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Add a job to the queue.
add(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Adds a Permission 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(RoleSet) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in another RoleSet to this RoleSet.
add(String) - Method in class org.apache.turbine.util.StringStackBuffer
Adds the String to the collection if it does not already contain it.
add(String, double) - Method in interface org.apache.turbine.util.ValueParser
Add a name/value pair into this object.
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 interface org.apache.turbine.util.ValueParser
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 interface org.apache.turbine.util.ValueParser
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 interface org.apache.turbine.util.ValueParser
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 interface org.apache.turbine.util.ValueParser
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.
addAll(StringStackBuffer) - Method in class org.apache.turbine.util.StringStackBuffer
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.TemplatePageAttributes
Adds an attribute to the BODY tag.
addBcc(String, String) - Method in class org.apache.turbine.util.mail.Email
Add a blind BCC recipient to the email.
addCc(String, String) - Method in class org.apache.turbine.util.mail.Email
Add a recipient CC to the email.
addDefaultObjects(RunData) - Method in interface org.apache.turbine.services.jsp.JspService
Adds some useful objects to the request, so they are available to the JSP.
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(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new group with specified attributes.
addGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new group with specified attributes.
addGroup(Group) - Method in class org.apache.turbine.services.security.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(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
addHeader(String, String) - Method in class org.apache.turbine.util.mail.MailMessage
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.TurbineSchedulerService
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.
addMessage(Element) - Method in interface org.apache.turbine.util.RunData
Adds the ECS element 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(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the string 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(Vector, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Adds an object to a vector, making sure the object is in the vector only once.
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.util.DynamicURI
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
addPathInfo(String, double) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the path_info string.
addPathInfo(String, int) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the path_info string.
addPathInfo(String, long) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the path_info string.
addPathInfo(String, Object) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the path_info string.
addPathInfo(String, String) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the path_info string.
addPermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new permission with specified attributes.
addPermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Method in class org.apache.turbine.services.security.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.
addQueryData(ParameterParser) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair for every entry in a ParameterParser object to the query string.
addQueryData(String, double) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the query string.
addQueryData(String, int) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the query string.
addQueryData(String, long) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the query string.
addQueryData(String, Object) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the query string.
addQueryData(String, String) - Method in class org.apache.turbine.util.DynamicURI
Adds a name=value pair to the query string.
addReplyTo(String, String) - Method in class org.apache.turbine.util.mail.Email
Add a reply to address to the email.
addRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new role with specified attributes.
addRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new role with specified attributes.
addRole(Role) - Method in class org.apache.turbine.services.security.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.
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
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.JobEntryPeer
Add all the columns needed to create a new object.
AddTemplatesToHeadModel - class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel.
Deprecated.  
AddTemplatesToHeadModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Deprecated. Constructor.
addTo(String, String) - Method in class org.apache.turbine.util.mail.Email
Add a recipient TO to the email.
AddToHeadModel - class org.apache.turbine.services.freemarker.AddToHeadModel.
Deprecated.  
AddToHeadModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.AddToHeadModel
Deprecated. Constructor.
addUser(User, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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) - Method in class org.apache.turbine.services.security.BaseSecurityService
Creates new user account with specified attributes.
AGE_DELETE - Static variable in interface org.apache.turbine.util.CookieParser
 
AGE_SESSION - Static variable in interface org.apache.turbine.util.CookieParser
 
AllowNullInput - Static variable in class org.apache.turbine.util.validation.InputValidator
 
alternate() - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter.WebMacroAlternator
Deprecated. Alternates to the next in the list.
alwaysRequired - Variable in class org.apache.turbine.services.intake.model.Field
 
AlwaysTrueValidator - class org.apache.turbine.util.validation.AlwaysTrueValidator.
 
AlwaysTrueValidator() - Constructor for class org.apache.turbine.util.validation.AlwaysTrueValidator
default Constructor,
AMPM_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for am/pm parameter.
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
append(LoggingEvent) - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
append(String) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Log a message to the database.
append(String) - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
append(String, FileItem) - Method in interface org.apache.turbine.util.ParameterParser
Add a FileItem object as a parameters.
append(String, FileItem) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Add a FileItem object as a parameters.
append(String, String) - Method in interface org.apache.turbine.util.ValueParser
Add a String parameters.
append(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a String parameters.
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.
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 - Static variable in interface org.apache.turbine.TurbineConstants
 
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
 
ApplicationTool - interface org.apache.turbine.services.pull.ApplicationTool.
Tools that go into the Toolbox should implement this interface.
array_ - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
ArrayCtorRecyclable - interface org.apache.turbine.util.pool.ArrayCtorRecyclable.
An interface for objects that can be pooled and recycled several times by different clients.
arrayequals(byte[], byte[], int) - Static method in class org.apache.turbine.util.upload.MultipartStream
Compares count first bytes in the arrays a and b.
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
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.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.FileValidator
This method is not implemented, but is provided for the Validator interface.
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(DataSource, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Attach a file specified as a DataSource interface.
attach(DataSource, String, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Attach a file specified as a DataSource interface.
attach(EmailAttachment) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Attach an EmailAttachement.
attach(URL, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Attach a file located by its URL.
attach(URL, String, String, String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Attach a file located by its URL.
ATTACHMENT - Static variable in class org.apache.turbine.util.mail.EmailAttachment
 
ATTACHMENTS - Static variable in class org.apache.turbine.util.mail.Email
 
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.
AuthenticatedFileHandler - class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler.
An authenticated Handler for use with the XML-RPC service that will deal with clients sending file to the server (Turbine application) and clients getting files from the server (Turbine application).
AuthenticatedFileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
Default Constructor
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.

B

BACKUP_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - number of backup files
BASEDIR_KEY - Static variable in class org.apache.turbine.Turbine
The base directory key
BaseFreeMarkerNavigation - class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation.
Deprecated. you should use velocity
BaseFreeMarkerNavigation() - Constructor for class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Deprecated.  
BaseFreeMarkerScreen - class org.apache.turbine.modules.screens.BaseFreeMarkerScreen.
Deprecated. you should use velocity
BaseFreeMarkerScreen() - Constructor for class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Deprecated.  
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 InitableBorker.
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
 
BaseLogger - class org.apache.turbine.services.logging.BaseLogger.
This is an abbstract class that implements Logger interface.
BaseLogger() - Constructor for class org.apache.turbine.services.logging.BaseLogger
Default Constructor
BaseRunDataFilter - class org.apache.turbine.services.logging.BaseRunDataFilter.
This class extracts data from RunData object.
BaseRunDataFilter() - Constructor for class org.apache.turbine.services.logging.BaseRunDataFilter
 
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.
BaseServiceBroker() - Constructor for class org.apache.turbine.services.BaseServiceBroker
Default constructor of InitableBroker.
BaseTemplateEngineService - class org.apache.turbine.services.template.BaseTemplateEngineService.
The base implementation of Turbine TemplateEngineService.
BaseTemplateEngineService() - Constructor for class org.apache.turbine.services.template.BaseTemplateEngineService
 
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
batchLoad(List) - Method in class org.apache.turbine.services.schedule.JobQueue
Batch load jobs.
bcc - Variable in class org.apache.turbine.util.mail.MailMessage
The email address or addresses that the email is being blind-carbon-copied to.
BigDecimalField - class org.apache.turbine.services.intake.model.BigDecimalField.
 
BigDecimalField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.BigDecimalField
 
bind(String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Creats an initial context.
body - Variable in class org.apache.turbine.util.mail.MailMessage
The body of the email message.
BooleanField - class org.apache.turbine.services.intake.model.BooleanField.
Base class for Intake generated input processing classes.
BooleanField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.BooleanField
 
booleanValue() - Method in class org.apache.turbine.services.intake.model.BooleanField
 
boundary - Variable in class org.apache.turbine.util.upload.MultipartStream
A byte sequence that partitions the stream.
boundaryLength - Variable in class org.apache.turbine.util.upload.MultipartStream
The lenght of boundary token plus leading CRLF--.
BoundedBuffer - class org.apache.turbine.util.pool.BoundedBuffer.
Efficient array-based bounded buffer class.
BoundedBuffer() - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the default capacity
BoundedBuffer(int) - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the given 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(RunData) - Constructor for class org.apache.turbine.util.BrowserDetector
Constructor used to initialize this class.
BrowserDetector(String) - Constructor for class org.apache.turbine.util.BrowserDetector
Constructor used to initialize this class.
buffer - Variable in class org.apache.turbine.util.upload.MultipartStream
The buffer used for processing.
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.
bufSize - Variable in class org.apache.turbine.util.upload.MultipartStream
The lenght of 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.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.
build(RunData) - Method in class org.apache.turbine.modules.Navigation
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
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.WebMacroSiteScreen
Deprecated. This builds the WebMacro template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
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.VelocityDirectScreen
This builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Deprecated. Build the template.
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.WebMacroSiteNavigation
Deprecated. This Builds the WebMacro template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Deprecated. Build the 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.navigations.BaseJspNavigation
Method that sets up beans and forward the request to the JSP.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Deprecated. TurbineWebMacro.handleRequest(context,templateFile) the template.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Deprecated. Build WM template.
BUTTON - Static variable in class org.apache.turbine.modules.ActionEvent
The name of the button to look for.
BUTTON_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the button to look for.
ByteArrayDataSource - class org.apache.turbine.util.mail.ByteArrayDataSource.
This class implements a typed DataSource from:
- an InputStream
- a byte array
- a String
ByteArrayDataSource(byte[], String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Create a datasource from a byte array.
ByteArrayDataSource(InputStream, String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Create a datasource from an input stream.
ByteArrayDataSource(String, String) - Constructor for class org.apache.turbine.util.mail.ByteArrayDataSource
Create a datasource from a String.
byteCountToDisplaySize(int) - Static method in class org.apache.turbine.util.FileUtils
Returns a human-readable version of the file size (original is in bytes).
byteStream - Variable in class org.apache.turbine.util.upload.FileItem
Temporary storage for in-memory files.

C

cache - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Cache of compiled StyleSheetRoots.
CACHE_CHECK_FREQUENCY - Static variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
The property for the Cache check frequency
cache() - Method in class org.apache.turbine.modules.GenericLoader
If set to true, then cache the Loader objects.
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.
cacheUnavailable(CacheEvent) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Method called by templateCache.
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.
capacity() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Returns the capacity of the buffer.
CastorService - interface org.apache.turbine.services.castor.CastorService.
Deprecated.  
cc - Variable in class org.apache.turbine.util.mail.MailMessage
The email address or addresses that the email is being carbon-copied to.
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.SecurityService
Change the password for an User.
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.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.
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
The charset to use for this message
CHARSET_RESOURCE - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
The name for charset mapper resources.
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(File) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file.
CharSetMap(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a stream.
CharSetMap(Properties) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map from properties.
CharSetMap(String) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file path.
CHARSETS - Static variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The charset file property.
check(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
check(String) - Method in class org.apache.turbine.util.validation.NotEmpty
 
check(String) - Method in class org.apache.turbine.util.validation.EmailValidator
 
check(String) - Method in class org.apache.turbine.util.validation.AlwaysTrueValidator
 
checkError() - Method in class org.apache.turbine.services.logging.LogWriter
Flush the stream and check its error state.
checkExists(Group) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Checks if a Group 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(Permission) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Checks if a Permission is defined in the system.
checkExists(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Permission exists in the security system.
checkExists(Role) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Checks if a Role is defined in the system.
checkExists(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Role exists in the security system.
checkExists(User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Checks if a User is defined in the system.
checkInput(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
checkLogger() - Method in interface org.apache.turbine.services.logging.Logger
This method should be implemented by user.
checkLogger() - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user.
checkLogger() - Method in class org.apache.turbine.services.logging.ServletLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogger() - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogger() - Method in class org.apache.turbine.services.logging.FileLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogin() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Check that the user has logged in.
CLASS_LOADERS - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
The property specifying a set of additional class loaders.
CLASSNAME - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
CLASSNAME_SUFFIX - Static variable in class org.apache.turbine.services.TurbineServices
A Service property determining its implementing class name .
clear() - Method in class org.apache.turbine.util.SequencedHashtable
Clears all elements.
clear() - Method in interface org.apache.turbine.util.ValueParser
Clear all name/value pairs out of this object.
clear() - Method in class org.apache.turbine.util.StringStackBuffer
Clears the Stack.
clear() - Method in class org.apache.turbine.util.security.RoleSet
Removes all Roles from this RoleSet.
clear() - Method in class org.apache.turbine.util.security.GroupSet
Removes all Groups from this GroupSet.
clear() - Method in class org.apache.turbine.util.security.PermissionSet
Removes all Permissions from this PermissionSet.
clear() - Method in class org.apache.turbine.util.parser.BaseValueParser
Clear all name/value pairs out of this object.
clearCache() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Iterate through the cache and remove or refresh stale objects.
clearPool() - Method in class org.apache.turbine.services.pool.TurbinePoolService
Clears all instances from the pool.
clearPool() - Method in interface org.apache.turbine.services.pool.PoolService
Clears all instances from the pool.
clearPool() - Method in interface org.apache.turbine.services.intake.IntakeService
Clears all instances from the pool.
clearPool() - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Clears all instances from the pool.
clearPool() - Static method in class org.apache.turbine.services.intake.TurbineIntake
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(String) - Method in interface org.apache.turbine.services.pool.PoolService
Clears instances of a named class from the pool.
clearPool(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Clears instances of a named group from the pool.
clearPool(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Clears instances of a group from the pool.
clearPool(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Clears instances of a named group from the pool.
clone() - Method in class org.apache.turbine.util.SequencedHashtable
Creates a shallow copy of this object, preserving the internal structure by copying only references.
close() - Method in class org.apache.turbine.services.logging.LogWriter
Close the stream.
close() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Close off the logger.
close() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
close() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
columnName - Variable in class org.apache.turbine.util.db.TableColumn
The name of the database column.
columnNames - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The names of the columns.
ComboKeyField - class org.apache.turbine.services.intake.model.ComboKeyField.
 
ComboKeyField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.ComboKeyField
 
Comparable - interface org.apache.turbine.util.Comparable.
Used by quicksort.
compare(Object, Object) - Method in interface org.apache.turbine.util.Comparable
Return the result of comparing two objects.
compare(Object, Object) - Method in class org.apache.turbine.services.schedule.JobQueue
Compare to another JobEntry.
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.
compileTemplates(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Compile Templates from an input file.
COMPONENT_CLASS_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default component service implementation
COMPONENT_CLASS_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for defining the component loader service implementation to load Stratum based components.
ComponentService - interface org.apache.turbine.services.component.ComponentService.
This service loads components that can be loaded by the Stratum component loader, e.g.
configuration - Variable in class org.apache.turbine.services.BaseService
The configuration for this service
configuration - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle remote server.
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds console as a destination for logger.
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Adds console as a destination for logger.
configureDatabase(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle database logs.
configureDatabase(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds a db as a destination for logger.
configureEmail(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle emailing logs.
configureEmail(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds email as a destination for logger.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle files.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Adds a local file as destinations for logger.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Adds local file as destinations for logger.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle console.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This method should be implemented by user if the logger can handle console.
configureSyslog(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle syslog demon.
configureSyslog(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds remote demon as a destination for logger.
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.
console - Variable in class org.apache.turbine.services.logging.BaseLogger
flag is set when console writing is allowed
CONSOLE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - console
consoleAppender - Static variable in class org.apache.turbine.services.logging.Log4JavaLogger
console appender
Constraint - interface org.apache.turbine.services.intake.validator.Constraint.
A constraint has a name and a value and an optional message.
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.StringStackBuffer
Does the Stack contain this String?
contains(String) - Method in class org.apache.turbine.util.security.RoleSet
Compares by name a Role with the Roles contained in this RoleSet.
contains(String) - Method in class org.apache.turbine.util.security.GroupSet
Compares by name a Group with the Groups contained in this GroupSet.
contains(String) - Method in class org.apache.turbine.util.security.PermissionSet
Compares by name a Permission with the Permissions contained in this PermissionSet.
containsDateSelectorKeys(String) - Method in interface org.apache.turbine.util.ValueParser
Check for existence of key_day, key_month and key_year parameters (as returned by DateSelector generated HTML).
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).
containsField(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns true if the input group contains a specified field
containsField(XmlField) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns true if the input group contains a spesified field
containsKey(Object) - Method in interface org.apache.turbine.util.ValueParser
Determine whether a given key has been inserted.
containsKey(Object) - Method in class org.apache.turbine.util.parser.BaseValueParser
Determine whether a given key has been inserted.
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
Cached contents of the file.
CONTENT_DISPOSITION - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
CONTENT_TYPE - Static variable in class org.apache.turbine.util.mail.Email
 
CONTENT_TYPE - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
contentType - Variable in class org.apache.turbine.util.upload.FileItem
The content type passed by the browser or null if not defined.
ContentURI - class org.apache.turbine.util.ContentURI.
Utility class to allow the easy inclusion of images in templates: <img src="$content.getURI("image.jpg")">
ContentURI() - Constructor for class org.apache.turbine.util.ContentURI
Default constructor
ContentURI(RunData) - Constructor for class org.apache.turbine.util.ContentURI
Constructor
context - Variable in class org.apache.turbine.services.logging.ServletLogger
context for calling method: "log"
context - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
context for resolving paths and servlet logging
CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
 
CONTEXT - Static variable in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. The name used as a key in TurbineInfo when storing the Context.
convert(String) - Method in interface org.apache.turbine.util.ValueParser
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
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.
convertAndTrim(String) - Static method in class org.apache.turbine.util.parser.BaseValueParser
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.
COOKIE_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The property for the implemention of CookieParser.
CookieParser - interface org.apache.turbine.util.CookieParser.
CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser.
cookies - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
A reference to a cookie parser.
counter - Static variable in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
 
create(String) - Static method in class org.apache.turbine.om.security.TurbineGroup
Deprecated. Please use the createGroup method in TurbineSecurity now.
create(String) - Static method in class org.apache.turbine.om.security.TurbinePermission
Deprecated. Please use the createPermission method in TurbineSecurity.
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.
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
This method is not yet implemented 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.
created - Variable in class org.apache.turbine.services.cache.CachedObject
When created.
CREATED - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the created field.
createGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Group in the system.
createItem(String, Map, int) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Creates a new instance of FileItem.
createPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Permission in the system.
criteriaKeys - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The keys for the criteria.
CSVParser - class org.apache.turbine.util.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.CSVParser
Create a new CSVParser instance.
CSVParser(Reader, List) - Constructor for class org.apache.turbine.util.CSVParser
Create a new CSVParser instance.
CSVParser(Reader, List, String) - Constructor for class org.apache.turbine.util.CSVParser
Create a new CSVParser instance.

D

data - Variable in class org.apache.turbine.util.DynamicURI
The RunData object.
data - Variable in class org.apache.turbine.services.intake.model.Field
The object containing the request data
data - Variable in class org.apache.turbine.services.intake.model.Group
The object containing the request data
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.
DATABASEFILE_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
DATABASENAME_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
DataStreamParser - class org.apache.turbine.util.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.DataStreamParser
Create a new DataStreamParser instance.
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) - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date.
DateSelector(String, Calendar) - Constructor for class org.apache.turbine.util.DateSelector
Constructor, uses the date set in a calendar that has been already passed in (with the date set correctly).
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
 
DateStringValidator - class org.apache.turbine.services.intake.validator.DateStringValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
DateStringValidator() - Constructor for class org.apache.turbine.services.intake.validator.DateStringValidator
 
DateStringValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.DateStringValidator
 
DAY_OF_MONTH - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
DAY_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for day parameter.
DB_ADAPTOR - Static variable in interface org.apache.turbine.TurbineConstants
Database adaptor.
DB_CONNECTION_LOG_INTERVAL - Static variable in interface org.apache.turbine.TurbineConstants
How often the PoolBrokerServer logs the status of the pool.
DB_CONNECTION_WAIT_TIMEOUT - Static variable in interface org.apache.turbine.TurbineConstants
How long a connection request will wait before giving up.
DB_DRIVER - Static variable in interface org.apache.turbine.TurbineConstants
JDBC database driver.
DB_DRIVER_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_EXPIRYTIME - Static variable in interface org.apache.turbine.TurbineConstants
Expiry time of database connections.
DB_EXPIRYTIME_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_IDBROKER_CLEVERQUANTITY - Static variable in interface org.apache.turbine.TurbineConstants
Indicates that the id broker will generate more ids if the demand is high.
DB_IDBROKER_CLEVERQUANTITY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_IDBROKER_PREFETCH - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - db
DB_LOGGER_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - db sql
DB_MAXCONNECTIONS - Static variable in interface org.apache.turbine.TurbineConstants
Maximum number of connections to pool.
DB_MAXCONNECTIONS_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_PASSWORD - Static variable in interface org.apache.turbine.TurbineConstants
JDBC password.
DB_PASSWORD_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_POOL_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
 
DB_URL - Static variable in interface org.apache.turbine.TurbineConstants
JDBC database URL.
DB_URL_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
DB_USERNAME - Static variable in interface org.apache.turbine.TurbineConstants
JDBC username.
DB_USERNAME_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
dbMap - Variable in class org.apache.turbine.util.db.map.TurbineMapBuilder
The database map.
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
 
debug - Variable in class org.apache.turbine.util.mail.MailMessage
Displays debug information when true.
DEBUG - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
debug(String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
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.
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.
declareGroup(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the group.
declareGroup(Group, StringBuffer) - Method in class org.apache.turbine.services.intake.IntakeTool
xhtml valid hidden input field(s) that notifies intake of the group's presence.
declareGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the relevant groups.
DEFAULT - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. the name of the default pool
DEFAULT - Static variable in interface org.apache.turbine.services.db.MapBrokerService
Deprecated. Name of the default map builder and map.
DEFAULT - Static variable in class org.apache.turbine.services.cache.CachedObject
Cache the object with the Default TTL
DEFAULT - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
DEFAULT_BACKUP_FILES - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
default number of backup files
DEFAULT_BUFSIZE - Static variable in class org.apache.turbine.util.upload.MultipartStream
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_CONFIG - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The default configuration key.
DEFAULT_DOCUMENT_TYPE - Static variable in interface org.apache.turbine.TurbineConstants
Default document type.
DEFAULT_ENCODING - Static variable in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. The default encoding used by the WebMacro FastWriter.
DEFAULT_ERROR_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_FILE_SIZE - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
default rollover file size
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
 
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_LOGPREFIX - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
DEFAULT_MAP - Static variable in interface org.apache.turbine.services.db.MapBrokerService
Deprecated. Name of default map property
DEFAULT_MIMETYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The default MIME type when nothing else is applicable.
DEFAULT_NAVIGATION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_PAGE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_POOL - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Name of default pool property
DEFAULT_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.pool.PoolService
The default pool capacity.
DEFAULT_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.intake.IntakeService
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_TEMPLATE_EXTENSION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
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
The maximal size of request that will have it's elements stored in memory.
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.  
defaultLogger - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
logger for methods without target
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.
A validator 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() - Constructor for class org.apache.turbine.services.intake.validator.DefaultValidator
 
DefaultValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.DefaultValidator
 
defaultValue - Variable in class org.apache.turbine.services.intake.model.Field
 
deleteFile(String) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
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.
DELIM - Variable in class org.apache.turbine.services.logging.BaseRunDataFilter
 
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.
DESTINATION - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
destroy() - Method in class org.apache.turbine.Turbine
The Servlet destroy method.
destroy() - Static method in class org.apache.turbine.util.Log
Deprecated. The service should be shut down by the broker class only.
destroy() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Shuts down the provider.
discardBodyData() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads body-data from the current encapsulation and discards it.
displayName - Variable in class org.apache.turbine.services.intake.model.Field
 
dispose() - Method in class org.apache.turbine.om.OMTool
Disposes the object after use.
dispose() - Method in class org.apache.turbine.util.TurbineConfig
Shutdown the Turbine System, lifecycle style
dispose() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Disposes the object by setting its disposed flag.
dispose() - Method in interface org.apache.turbine.util.pool.Recyclable
Disposes the object after use.
dispose() - Method in class org.apache.turbine.util.parser.BaseValueParser
Disposes the parser.
dispose() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Disposes the parser.
dispose() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Disposes the parser.
dispose() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Disposes a run data object.
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.intake.model.Group
Disposes the object after use.
doAssertValidity(FileItem) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Method to allow subclasses to add additional validation
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Method to allow subclasses to add additional validation
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
doAssertValidity(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
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
doAssertValidity(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
doBuild() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Build up the databasemapping.
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.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.Navigation
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Builds the Page.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
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.WebMacroOnlyLayout
Deprecated. Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
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.FreeMarkerSiteLayout
Deprecated. Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroSiteLayout
Deprecated. Build the layout.
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.JspLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.FreeMarkerLayout
Deprecated. Build the layout.
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
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.error.InvalidState
Build the Screen.
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.navigations.DefaultTopNavigation
Deprecated. Build the Navigation.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultBottomNavigation
Deprecated. Build the Navigation.
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.VelocityPage
Stuffs 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.WebMacroSitePage
Deprecated. Stuffs 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.FreeMarkerSitePage
Deprecated. 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.screens.TemplateScreen
This method should be overidden by subclasses that wish to add specific business logic.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Deprecated. Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Needs to be implemented to make TemplateScreen 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.BaseFreeMarkerScreen
Deprecated. Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
This method overrides the method in WebMacroSiteScreen to perform a security check first.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteSecureScreen
Deprecated. This method overrides the method in WebMacroSiteScreen to perform a security check first.
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) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Deprecated. Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Deprecated. Needs to be implemented to make TemplateNavigation like us.
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.navigations.BaseJspNavigation
Method to be overidden by subclasses to include data in beans, etc.
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, 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.VelocitySecureScreen
Implement this to 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, SimpleHash) - Method in class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Deprecated. Screens extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, SimpleHash) - Method in class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Deprecated. Method to be overidden by subclasses to include data in the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Deprecated. WebMacro Screens extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.screens.WebMacroSiteErrorScreen
Deprecated. Implement this to add information to the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.screens.WebMacroSiteSecureScreen
Deprecated. Implement this to add information to the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Deprecated. WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(SimpleHash, String, boolean) - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Deprecated. Build the template.
doDispatch(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
Dispatches tasks for different types of destinations.
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.NumberValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
doInsert(Criteria) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Perform a SQL insert, handling connection details internally.
doInsert(Criteria, Connection) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Method to do inserts.
doOutput(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Actually output the dynamic content.
doPerform(RunData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
You need to implement this in your classes that extend this class.
doPerform(RunData) - Method in class org.apache.turbine.util.webmacro.WebMacroActionEvent
Deprecated. You need to implement this in your classes that extend this class.
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.WebMacroSiteAction
Deprecated. You SHOULD NOT override this method and implement it in your action.
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) - Method in class org.apache.turbine.modules.actions.DefaultAction
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.FreeMarkerSiteCooker
Deprecated. Execute the action.
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.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.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.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
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, 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, WebContext) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
Deprecated. You SHOULD override this method and implement it in your action.
doPerform(RunData, WebContext) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
Deprecated. Implement this to add information to the context.
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) - 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, 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.TurbineUserPeer
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.services.schedule.JobEntryPeer
Called from the SchedulerService init() to batch load Jobs into the queue.
doSelect(Criteria, Connection) - 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.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.Field
Compares request data with constraints and sets the valid flag.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.FileItemField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.BooleanField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.IntegerField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.StringKeyField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.FloatField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.BigDecimalField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.ComboKeyField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.NumberKeyField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.StringField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.DateStringField
converts the parameter to the correct Object.
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.TurbineUserPeer
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.services.schedule.JobEntryPeer
Update an existing Job.
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
DynamicURI - class org.apache.turbine.util.DynamicURI.
This creates a Dynamic URI for use within the Turbine system
DynamicURI() - Constructor for class org.apache.turbine.util.DynamicURI
Default constructor - one of the init methods must be called before use.
DynamicURI(RunData) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(RunData, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(RunData, String) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(RunData, String, String) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Constructor sets up some variables.
DynamicURI(ServerData) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURI(ServerData, String) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.DynamicURI
Main constructor for DynamicURI.
DynamicURIModel - class org.apache.turbine.services.freemarker.DynamicURIModel.
Deprecated.  
DynamicURIModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.DynamicURIModel
Deprecated. Constructor.

E

ecsOutput() - Method in class org.apache.turbine.util.DateSelector
 
ecsOutput() - Method in class org.apache.turbine.util.TimeSelector
Return an ECS container with the select objects inside.
elementRemoved(CacheEvent) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Method called by templateCache.
elements() - Method in class org.apache.turbine.util.security.RoleSet
Returns an Iterator for Roles in this RoleSet.
elements() - Method in class org.apache.turbine.util.security.GroupSet
Returns an Iterator for Groups in this GroupSet.
elements() - Method in class org.apache.turbine.util.security.PermissionSet
Returns an Iterator for Permissions in this PermissionSet.
elementUpdated(CacheEvent) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Method called by templateCache.
elementUpdateFailed(CacheEvent) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Method called by templateCache.
Email - class org.apache.turbine.util.mail.Email.
The base class for all email messages.
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.JobEntryPeer
 
EMAIL_BODY - Static variable in class org.apache.turbine.util.mail.Email
 
EMAIL_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - email
EMAIL_SUBJECT - Static variable in class org.apache.turbine.util.mail.Email
 
Email() - Constructor for class org.apache.turbine.util.mail.Email
 
EmailAttachment - class org.apache.turbine.util.mail.EmailAttachment.
This class models an email attachment.
EmailAttachment() - Constructor for class org.apache.turbine.util.mail.EmailAttachment
 
emailBody - Variable in class org.apache.turbine.util.mail.MultiPartEmail
Body portion of the email.
EMAILBUFFERSIZE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email buffer size
EMAILFROM_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email from
EMAILSUBJECT_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email subject
EMAILTO_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email to
EmailValidator - class org.apache.turbine.util.validation.EmailValidator.
 
EmailValidator() - Constructor for class org.apache.turbine.util.validation.EmailValidator
default Constructor,
embed(String, String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Embed a file in the mail.
embed(String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Embed a file in the mail.
embed(URL, String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Embeds an URL in the HTML.
EMPTY - Static variable in class org.apache.turbine.services.intake.model.Group
 
empty() - Method in class org.apache.turbine.util.StringStackBuffer
Is the Stack empty?
EmptyArgv - Static variable in class org.apache.turbine.util.validation.InputValidator
 
EMPTYFIELDNAME - Static variable in class org.apache.turbine.util.DataStreamParser
The constant for empty fields
emptySlots_ - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
encryptPassword(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
 
encryptPassword(String) - Method in interface org.apache.turbine.services.security.SecurityService
This method provides client-side encryption mechanism for passwords.
encryptPassword(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
This method provides client-side encryption of passwords.
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.
equals(Object) - Method in class org.apache.turbine.util.StringStackBuffer
Compares two StringStackBuffers.
equals(Object) - Method in class org.apache.turbine.util.db.TableColumn
Compares this object with another TableColumn.
equals(Object) - Method in class org.apache.turbine.services.schedule.JobEntry
Compare this Job with another.
equals(Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Compares two Objects, returns true if their values are the same.
equals(String, String) - Static method in class org.apache.turbine.util.StringUtils
Compares two Strings, returns true if their values are the same.
Error - class org.apache.turbine.modules.screens.Error.
This is a sample Error Screen module.
ERROR - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
Error() - Constructor for class org.apache.turbine.modules.screens.Error
 
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
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == ERROR
error(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == ERROR
error(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(Throwable) - Method in class org.apache.turbine.services.BaseInitableBroker
Output an error message.
error(Throwable) - Method in class org.apache.turbine.services.TurbineServices
Output an error message.
error(Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
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() - Method in class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
builds the output of the navigation template
exec(JobEntry, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(List) - Method in class org.apache.turbine.services.freemarker.InputModel
Deprecated. Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.TextAreaModel
Deprecated. Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.DynamicURIModel
Deprecated. Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.SetBodyAttributesModel
Deprecated. Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.AddToHeadModel
Deprecated. Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.SetTitleModel
Deprecated. Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Deprecated. Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.NavigationModel
Deprecated. Method called by FreeMarker Template.
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.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.PageLoader
Attempts to load and execute the external page.
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.NavigationLoader
Attempts to load and execute the external Navigation.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the Screen.
exec(RunData, String) - Method in class org.apache.turbine.modules.LayoutLoader
Attempts to load and execute the external layout.
execute(String, Vector, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
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.
executeEvents(RunData, WebContext) - Method in class org.apache.turbine.util.webmacro.WebMacroActionEvent
Deprecated. 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(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.
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.
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
 
extensionMimeTypes - Variable in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
 

F

FACILITIES - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
FACILITY_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - syslogd facility
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.
fatalError(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give fatalErrors.
Field - class org.apache.turbine.services.intake.model.Field.
Base class for Intake generated input processing classes.
FIELD_SEPARATOR - Static variable in class org.apache.turbine.util.upload.MultipartStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
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
 
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.
FILE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - file
FILE_SERVER - Static variable in class org.apache.turbine.util.mail.Email
 
FILE_SERVER - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
FileHandler - class org.apache.turbine.util.upload.FileHandler.
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler - class org.apache.turbine.services.xmlrpc.util.FileHandler.
A Handler for use with the XML-RPC service that will deal with clients sending file to the server (Turbine application) and clients getting files from the server (Turbine application).
FileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileHandler
Default Constructor
FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(HttpServletRequest, ParameterParser, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(RunData) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(RunData, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandlerUploadService - class org.apache.turbine.services.upload.FileHandlerUploadService.
Deprecated. Use TurbineUploadService instead.
FileHandlerUploadService() - Constructor for class org.apache.turbine.services.upload.FileHandlerUploadService
Deprecated.  
FileItem - class org.apache.turbine.util.upload.FileItem.
This class represents a file that was received by Turbine using multipart/form-data POST request.
FileItem(String, String) - Constructor for class org.apache.turbine.util.upload.FileItem
Constructs a new FileItem.
FileItemField - class org.apache.turbine.services.intake.model.FileItemField.
 
FileItemField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.FileItemField
 
FileLogger - class org.apache.turbine.services.logging.FileLogger.
This class implements Logger interface using simple file writing.
FileLogger() - Constructor for class org.apache.turbine.services.logging.FileLogger
 
fileName - Variable in class org.apache.turbine.util.upload.FileItem
The original filename in the user's filesystem.
filesTable - Static variable in class org.apache.turbine.services.logging.Log4JavaLogger
global files appenders table
FileTransfer - class org.apache.turbine.services.xmlrpc.util.FileTransfer.
Test class for FileHandler.
FileTransfer() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileTransfer
 
FileUtils - class org.apache.turbine.util.FileUtils.
Common File manipulation routines.
FileUtils() - Constructor for class org.apache.turbine.util.FileUtils
 
FileValidator - class org.apache.turbine.services.intake.validator.FileValidator.
A validator 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
FileValidator() - Constructor for class org.apache.turbine.services.intake.validator.FileValidator
 
FileValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.FileValidator
 
finalize() - Method in class org.apache.turbine.util.upload.FileItem
Removes the file contents from the temporary storage.
finalize() - Method in class org.apache.turbine.services.logging.TurbineLogging
Attempt to close the log files when the class is GC'd.
finalize() - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Also do a shutdown if the object is destroy()'d.
finalize() - Method in class org.apache.turbine.services.logging.FileLogger
Also do a shutdown if the object is destroy()'d.
finalize() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
If program terminates close the database-connection and flush the buffer.
findByte(byte, int) - Method in class org.apache.turbine.util.upload.MultipartStream
Searches a byte of specified value in the buffer starting at specified position.
findErrno(String) - Static method in class org.apache.turbine.services.security.ldap.util.ParseExceptionMessage
Extract the errno from the err msg
findSeparator() - Method in class org.apache.turbine.util.upload.MultipartStream
Searches the boundary in buffer region delimited by head and tail.
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.
firstLetterCaps(String) - Static method in class org.apache.turbine.util.StringUtils
Makes the first letter caps and leaves the rest as is.
FloatField - class org.apache.turbine.services.intake.model.FloatField.
Creates Field objects.
FloatField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.FloatField
 
flush() - Method in class org.apache.turbine.services.logging.LogWriter
Flush the stream.
flushBuffer() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
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) - 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.SecurityService
Forcibly sets new password for an User.
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.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.
FOREVER - Static variable in class org.apache.turbine.services.cache.CachedObject
Do not expire the object
FORM_DATA - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type modifier.
format - Variable in class org.apache.turbine.services.logging.BaseRunDataFilter
applied format
FORMAT_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - format
formatArray(Object) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats an array into the form "A, B and C".
formatArray(Object, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats an array into the form "A<delim>B<delim>C".
formatArray(Object, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats an array into the form "A<delim>B<finaldelim>C".
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.
formatLongDate(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a date in 'long' style.
formatLongDateTime(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a date/time in 'long' style.
formatShortDate(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a date in 'short' style.
formatShortDateTime(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a date/time in 'short' style.
formatString(String) - Method in class org.apache.turbine.modules.ActionEvent
This method does the conversion of the lowercase method name into the proper case.
formatVector(Vector) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a vector into the form "A, B and C".
formatVector(Vector, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a vector into the form "A<delim>B<delim>C".
formatVector(Vector, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Formats a vector into the form "Adelim>B<finaldelim>C".
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.
FreeMarkerLayout - class org.apache.turbine.modules.layouts.FreeMarkerLayout.
Deprecated. you should use velocity
FreeMarkerLayout() - Constructor for class org.apache.turbine.modules.layouts.FreeMarkerLayout
Deprecated.  
FreeMarkerService - interface org.apache.turbine.services.freemarker.FreeMarkerService.
Deprecated.  
FreeMarkerSiteCooker - class org.apache.turbine.modules.actions.FreeMarkerSiteCooker.
Deprecated. you should use velocity
FreeMarkerSiteCooker() - Constructor for class org.apache.turbine.modules.actions.FreeMarkerSiteCooker
Deprecated.  
FreeMarkerSiteLayout - class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout.
Deprecated. you should use velocity
FreeMarkerSiteLayout() - Constructor for class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Deprecated.  
FreeMarkerSitePage - class org.apache.turbine.modules.pages.FreeMarkerSitePage.
Deprecated. you should use velocity
FreeMarkerSitePage() - Constructor for class org.apache.turbine.modules.pages.FreeMarkerSitePage
Deprecated.  
freshenSequence(Object, Object) - Method in class org.apache.turbine.util.SequencedHashtable
Freshens the sequence of the element value if value is not null.
from - Variable in class org.apache.turbine.util.mail.MailMessage
The email address that the mail is being sent from.
FTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
The default FTP port number.

G

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.
get() - Method in class org.apache.turbine.util.upload.FileItem
Returns the contents of the file as an array of bytes.
get(int) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the key at the specified index.
get(int) - Method in class org.apache.turbine.util.StringStackBuffer
Get a String off the Stack at a certain position.
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(String) - Method in class org.apache.turbine.om.OMTool
 
get(String) - Method in interface org.apache.turbine.util.ValueParser
Return a String for the given name.
get(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
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) - Method in class org.apache.turbine.services.intake.IntakeTool
 
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, String) - Method in class org.apache.turbine.om.OMTool
 
get(String, String) - Method in class org.apache.turbine.services.intake.IntakeTool
 
get(String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
The client has indicated that it would like to get a file from the server.
get(String, String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
 
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to get a file from a server.
get(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to get a file to a server.
get(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to send a file to a server.
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
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.TurbineXmlRpc
Method to allow a client to get a file to a server that requires authentication
get(String, String, String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to get a file from a server that requires authentication.
get(String, String, String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to send a file to a server that rewuires authentication
get(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to get a file from a server that requires a user name and password.
getA(String) - Method in class org.apache.turbine.util.DynamicURI
Create an anchor object.
getAbsolutePathToResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the absolute path of resources directory where tools store resource information.
getAbsolutePathToResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the absolute path of the resources directory used by application tools.
getAbsolutePathToResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the absolute path to the resources directory used by the application tools.
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.
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.
getACL() - Method in interface org.apache.turbine.util.RunData
Gets the access control list.
getACL() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the access control list.
getACL(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an AccessControlList for a specific user.
getACL(User) - Method in interface org.apache.turbine.services.security.SecurityService
Constructs an AccessControlList for a specific user.
getACL(User) - Method in class org.apache.turbine.services.security.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.
getAction() - Method in interface org.apache.turbine.util.RunData
Gets the action.
getAction() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the action.
getAllGroups() - Method in class org.apache.turbine.util.security.AccessControlList
Returns all groups definded 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.services.security.SecurityService
Retrieves all groups defined in the system.
getAllGroups() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all groups defined in the system.
getAllPermissions() - Static method in class org.apache.turbine.services.security.TurbineSecurity
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() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all permissions defined in the system.
getAllRoles() - Static method in class org.apache.turbine.services.security.TurbineSecurity
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() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all roles defined in the system.
getAMPMSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAMPMSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAnonymousUser() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an User object to represent an anonymous user of the application.
getAnonymousUser() - Method in interface org.apache.turbine.services.security.SecurityService
Constructs an User object to represent an anonymous user of the application.
getAnonymousUser() - Method in class org.apache.turbine.services.security.BaseSecurityService
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.
getArrayConvert() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
getAssembler(String) - Method in interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
 
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) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Attempt to retrieve an Assembler of a given type with a name.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
 
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
 
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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) - Method in class org.apache.turbine.services.security.BaseSecurityService
Authenticates an user, and constructs an User object to represent him/her.
getAutomatic() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of 'automatic' property of UploadService.
getBackupFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getBackupFiles() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getBaseClass() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the base class of the field
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
getBasePath() - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Gets the base path for the FreeMarker templates.
getBasePath() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Gets the base path for the FreeMarker templates.
getBigDecimal(String) - Method in interface org.apache.turbine.util.ValueParser
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.ValueParser
Return a BigDecimal for the given name.
getBigDecimal(String, BigDecimal) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a BigDecimal for the given name.
getBigDecimals(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of BigDecimals for the given name.
getBigDecimals(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of BigDecimals for the given name.
getBool(String) - Method in interface org.apache.turbine.util.ValueParser
Return a Boolean for the given name.
getBool(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Boolean for the given name.
getBool(String, boolean) - Method in interface org.apache.turbine.util.ValueParser
Return a Boolean for the given name.
getBool(String, boolean) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a Boolean for the given name.
getBoolean(String) - Method in interface org.apache.turbine.util.ValueParser
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String, boolean) - Method in interface org.apache.turbine.util.ValueParser
Return a boolean for the given name.
getBoolean(String, boolean) - 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.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
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() - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a default ResourceBundle.
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(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(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(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(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) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name.
getBundle(String) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method to get a ResourceBundle based on name.
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, 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, 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) - 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(String, Locale) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name and Locale.
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, Locale) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle for the given bundle name and the given Locale.
getBundle(String, RunData) - Static method in class org.apache.turbine.services.localization.Localization
Deprecated. Call getBundle(bundleName, data.getRequest()) instead.
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, 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(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(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.
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.
getByte(String) - Method in interface org.apache.turbine.util.ValueParser
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.ValueParser
Return a byte for the given name.
getByte(String, byte) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a byte for the given name.
getBytes(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of bytes for the given name.
getBytes(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of bytes for the given name.
getCachedName(String, int) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the cached template object name.
getCachedTemplate(String) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Return a FreeMarker template from the cache.
getCachedTemplate(String) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Return a FreeMarker template from the cache.
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.
getCapacity(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the capacity of the pool for a named class.
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 interface org.apache.turbine.services.intake.IntakeService
Gets the capacity of the pool for a named group.
getCapacity(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets the capacity of the pool for a named group.
getCapacity(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the capacity of the pool for a named group.
getCastorLogger() - Method in interface org.apache.turbine.services.castor.CastorService
Deprecated. Gets the Castor logger object.
getCastorLogger() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Deprecated. Gets you the PrintWriter object Castor is using for logging.
getCharacterEncoding() - Method in interface org.apache.turbine.util.ValueParser
Get the character encoding that will be used by this ValueParser.
getCharacterEncoding() - Method in class org.apache.turbine.util.parser.BaseValueParser
Get the character encoding that will be used by this ValueParser.
getCharSet() - Method in interface org.apache.turbine.util.RunData
Gets the charset.
getCharSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the charset.
getCharSet(Locale) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a locale.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale.
getCharSet(Locale) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
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(Locale, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale with a variant.
getCharSet(Locale, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale with a variant.
getCharSet(Locale, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
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) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a specified key.
getCharSet(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a specified key.
getCharSet(String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
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(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
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(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a specified key.
getCid(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Get the cid of an embedded file.
getCid(String) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Get the cid of an embedded file.
getClassName() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getClassName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.TurbineUserPeer
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.UserGroupRolePeer
Returns the full name of a column.
getConfiguration() - Method in class org.apache.turbine.services.BaseService
Returns the configuration of this Service.
getConfiguration() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
Returns the configuration of this service.
getConfiguration() - Method in interface org.apache.turbine.services.Service
Returns the Configuration of this Service.
getConfiguration() - Static method in class org.apache.turbine.services.resources.TurbineResources
Get the configuration.
getConfiguration() - Method in class org.apache.turbine.services.resources.TurbineResourceService
Wrapper around the configuration resources.
getConfiguration(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the Configuration of a specific service.
getConfiguration(String) - Method in class org.apache.turbine.services.TurbineServices
Returns the Configuration for the specified service.
getConfiguration(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the configuration of a specific service.
getConfiguration(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to extract a subset configuration sharing a common name prefix.
getConfiguration(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to extract a subset configuration sharing a common name prefix.
getConfiguration(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
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
getConfirmValue() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's confirmation flag.
getConnection() - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. This method returns a DBConnection from the default pool.
getConnection() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. This method returns a DBConnection from the default pool.
getConnection() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. This method returns a DBConnection from the default pool.
getConnection(String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. This method returns a DBConnection from the pool with the specified name.
getConnection(String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. This method returns a DBConnection from the pool with the specified name.
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.
getConsole() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getConsole() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getContents() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the cached object.
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
Get the content type.
getContentType() - Method in class org.apache.turbine.util.upload.FileItem
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the HTTP content type to return.
getContentType(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file 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(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file 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(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Set the content type.
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) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named 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) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Gets a MIME content type corresponding to a specified file name extension.
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) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension 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(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(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.
getContext() - Method in class org.apache.turbine.util.velocity.VelocityEmail
Get the context object that will be merged with the template.
getContext() - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
Deprecated. Get the context object that will be merged with the template.
getContext() - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Get the context object that will be merged with the template.
getContext() - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Deprecated. Return the model needed by FreeMarker.
getContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
Create an empty WebContext object.
getContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a blank Context object.
getContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context object that also contains the globalContext.
getContext() - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Create a context needed by the FreeMarker template.
getContext() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Create a context needed by the FreeMarker template.
getContext() - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Create an empty WebContext object.
getContext() - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Create an empty WebContext object.
getContext() - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
Deprecated. This method returns a blank WebContext object.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroOnlyLayout
Deprecated. Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Deprecated. Return the model needed by FreeMarker.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroSiteLayout
Deprecated. Return the WebContext needed by WebMacro.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Deprecated. Return the WebContext needed by WebMacro.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Return the Context needed by Velocity.
getContext(RunData) - Method in class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Deprecated. Return the model needed by FreeMarker.
getContext(RunData) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Deprecated. Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Deprecated. Return the model needed by FreeMarker.
getContext(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
Deprecated. Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Return the Context needed by Velocity.
getContext(RunData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
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(RunData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the RunData object.
getContext(RunData) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Create a context from the RunData object.
getContext(RunData) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Create a context from the RunData object.
getContext(RunData) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Create a WebContext from the RunData object.
getContext(RunData) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Create a WebContext from the RunData object.
getContext(RunData) - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
Deprecated. This returns a WebContext that you can pass into handleRequest once you have populated it with information that the template will know about.
getContext(ServletRequest) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Create a context needed by the FreeMarker template.
getContext(ServletRequest) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Create a context needed by the FreeMarker template.
getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
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.
getContextPath() - Static method in class org.apache.turbine.Turbine
Return the context path.
getContextPath() - Method in interface org.apache.turbine.util.RunData
Gets the cached context path.
getContextPath() - Method in class org.apache.turbine.util.ServerData
Get the context path.
getContextPath() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the context path for this Turbine application.
getContextPath() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached context path.
getCookieParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the cookie parser without parsing the cookies.
getCookieParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookie parser without parsing the cookies.
getCookiePath() - Method in interface org.apache.turbine.util.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 interface org.apache.turbine.util.RunData
Gets the cookies.
getCookies() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookies.
getCreated() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's record cration time.
getCreated() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the creation time for the object.
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.
getDatabase() - Method in interface org.apache.turbine.services.castor.CastorService
Deprecated. Gets the database object.
getDatabase() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Deprecated. Gets a Castor Database object in the context of the defined environment.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in interface org.apache.turbine.services.db.MapBrokerService
Deprecated. Returns the default database map information.
getDatabaseMap() - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Deprecated. Returns the default database map information.
getDatabaseMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the default database map information.
getDatabaseMap(String) - Method in interface org.apache.turbine.services.db.MapBrokerService
Deprecated. Returns the database map information.
getDatabaseMap(String) - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Deprecated. Returns the database map information.
getDatabaseMap(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the database map information.
getDate(String) - Method in interface org.apache.turbine.util.ValueParser
Returns a java.util.Date object.
getDate(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a Date object.
getDate(String, DateFormat) - Method in interface org.apache.turbine.util.ValueParser
Returns a java.util.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.ValueParser
Returns a java.util.Date object.
getDate(String, DateFormat, Date) - Method in class org.apache.turbine.util.parser.BaseValueParser
Returns a 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.
getDay_of_month() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of day_of_month.
getDayOfMonth() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the day of month when the job should be run.
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.
getDB() - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Returns the database adapter for the default connection pool.
getDB() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Returns the database adapter for the default connection pool.
getDB() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the database adapter for the default connection pool.
getDB(String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Returns database adapter for a specific connection pool.
getDB(String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Returns database adapter for a specific connection pool.
getDB(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns database adapter for a specific connection pool.
getDbLogger() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDbLogger() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getDbPool() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDbPool() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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
The buffer size
getDefaultBufferSize() - Method in class org.apache.turbine.services.jsp.TurbineJspService
The buffer size
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() - Static method in class org.apache.turbine.services.localization.Localization
 
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.
getDefaultDB() - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Return default DB
getDefaultDB() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Return the default pool.
getDefaultDB() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the pool name for the default database.
getDefaultExtension() - Method in class org.apache.turbine.services.template.TurbineTemplateService
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 interface org.apache.turbine.services.template.TemplateService
Get the default template name extension specified in the template service properties.
getDefaultExtension(MimeType) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
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) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
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(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - 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.util.MimeTypeMap
Gets the default file name extension for a MIME type.
getDefaultInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
 
getDefaultInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
getDefaultInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
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.
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.
getDefaultLayoutName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default layout module name for the given request.
getDefaultLayoutName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultLayoutName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
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(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.
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.
getDefaultLayoutTemplate() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template given in the properties file.
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.
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.
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.
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() - Method in interface org.apache.turbine.services.db.MapBrokerService
Deprecated. Return default map
getDefaultMap() - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Deprecated. Return the default map.
getDefaultMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Returns the map name for the default database.
getDefaultModuleName(String, int) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default module name of the template engine service corresponding to the template name extension of the named template.
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.
getDefaultNavigation() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default Navigation given in the properties file.
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.
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.
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.
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.
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.
getDefaultPageName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default page module name for the given request.
getDefaultPageName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultPageName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
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(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.
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.
getDefaultScreen() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the Screen template given in the properties file.
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.
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.
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.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.Field
 
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.FileItemField
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.IntegerField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.StringKeyField
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.BigDecimalField
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.DateStringField
A suitable 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
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.
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
getDisposition() - Method in class org.apache.turbine.util.mail.EmailAttachment
Get the disposition.
getDouble(String) - Method in interface org.apache.turbine.util.ValueParser
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String, double) - Method in interface org.apache.turbine.util.ValueParser
Return a double for the given name.
getDouble(String, double) - 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.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
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.util.db.map.TurbineMapBuilder
Column used to store the user's email.
getEmail() - Method in class org.apache.turbine.services.schedule.JobEntry
Return the e-mail address for notification.
getEmail() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the Email for this user.
getEmailBufferSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailBufferSize() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailFrom() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailFrom() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailSubject() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailSubject() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailTo() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailTo() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getErrorMessage(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
getErrorMsg() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Allow client to get the error message from logger.
getErrorMsg() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
getException() - Method in class org.apache.turbine.util.SystemError
Get the exception.
getExpectedFormat() - Method in class org.apache.turbine.util.validation.InputValidator
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.NotEmpty
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.EmailValidator
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.AlwaysTrueValidator
 
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.
getFacilityProperties(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
returns all properties in a properties object - used by log4j initialization
getFacilityProperties(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
returns all properties in a properties object - used by log4j initialization
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) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
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.
getFieldName(Map) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves field name from Content-disposition header.
getFieldNames() - Method in class org.apache.turbine.util.FormMessage
Return the field names.
getFieldNames() - Method in class org.apache.turbine.services.intake.model.Group
Gets a list of the names of the fields stored in this object.
getFields() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Returns a collection of fields in this input group
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) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
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.
getFileItem(String) - Method in interface org.apache.turbine.util.ParameterParser
Return a FileItem object for the given name.
getFileItem(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return a FileItem object for the given name.
getFileItems(String) - Method in interface org.apache.turbine.util.ParameterParser
Return an array of FileItem objects for the given name.
getFileItems(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return an array of FileItem objects for the given name.
getFileName() - Method in class org.apache.turbine.util.upload.FileItem
Returns the original filename in the user's filesystem.
getFileName(Map) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves file name from Content-disposition header.
getFileName(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Get a valid and existing filename from a template name.
getFilenames() - Method in class org.apache.turbine.services.upload.OReillyUploadService
Deprecated. Get a list of the files that were uploaded.
getFileRepository() - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
getFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFiles() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFileSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFileSize() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.util.db.map.TurbineMapBuilder
Column used to store the user's first name.
getFirstName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the first name for this user.
getFloat(String) - Method in interface org.apache.turbine.util.ValueParser
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String, float) - Method in interface org.apache.turbine.util.ValueParser
Return a float for the given name.
getFloat(String, float) - 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.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
getFormat() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFormat() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.
getGID() - Method in class org.apache.turbine.services.intake.model.Group
Get the part of the key used to specify the group.
getGlobalContext() - Static method in class org.apache.turbine.services.pull.TurbinePull
Get the ToolBox that was created by Pull Service during early initialization.
getGlobalContext() - Method in interface org.apache.turbine.services.pull.PullService
Get the context containing global tools that will be use as part of the Turbine Pull Model.
getGlobalContext() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the Context which contains all global tools that are to be used in conjunction with the Turbine Pull Model.
getGlobalGroup() - Static method in class org.apache.turbine.om.security.TurbineGroup
Deprecated. Please use the method in TurbineSecurity now.
getGlobalGroup() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Provides a reference to the Group object that represents the global group.
getGlobalGroup() - Method in interface org.apache.turbine.services.security.SecurityService
Provides a reference to the Group object that represents the global group.
getGlobalGroup() - Method in class org.apache.turbine.services.security.BaseSecurityService
Provides a reference to the Group object that represents the global group.
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.
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.util.security.GroupSet
Returns a Group with the given name, if it is contained in this GroupSet.
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) - 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) - 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.xmlmodel.AppData
Get a XmlGroup with the given name.
getGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Group.
getGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Group object with specified name.
getGroup(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Group object with specified name.
getGroupId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of the Group table.
getGroupKey(String) - Method in interface org.apache.turbine.services.intake.IntakeService
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.
getGroupKey(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the key (usually a short identifier) for a group.
getGroupName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of a Group.
getGroupName(String) - Method in interface org.apache.turbine.services.intake.IntakeService
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(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the group name given its key.
getGroupNames() - Method in interface org.apache.turbine.services.intake.IntakeService
Names of all the defined groups.
getGroupNames() - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Names of all the defined groups.
getGroupNames() - Static method in class org.apache.turbine.services.intake.TurbineIntake
Names of all the defined groups.
getGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
Give derived classes access to the Group Map
getGroups() - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Return a collection of input sections ()
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 interface org.apache.turbine.services.security.SecurityService
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.
getGroupsArray() - Method in class org.apache.turbine.util.security.GroupSet
Returns an Groups[] of Groups in this GroupSet.
getHeader(Map, String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Returns a header with specified name.
getHour() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the hour when the job should be run.
getHour() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of 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
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.
getId() - Method in class org.apache.turbine.util.db.UUIdGenerator
Gets the id
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.
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.
getInitable(String) - Method in interface org.apache.turbine.services.InitableBroker
Provides an instance of Initable class ready to work.
getInitable(String) - Method in class org.apache.turbine.services.BaseInitableBroker
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.
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.
getInputSource(String) - Method in class org.apache.turbine.services.intake.transform.DTDResolver
get an InputSource for an URL String
getInputStream() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Get the input stream.
getInputStream() - Method in class org.apache.turbine.util.upload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInstance() - Static method in class org.apache.turbine.modules.ScheduledJobLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.PageLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ActionLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.NavigationLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ScreenLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.LayoutLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.services.TurbineServices
The method through which this class is accessed.
getInstance() - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class.
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) - 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) - 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) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(ClassLoader) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class using a specified class loader.
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(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.
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(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(Class, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(Object[], String[]) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a named class.
getInstance(String) - Method in interface org.apache.turbine.om.RetrieverFactory
Gets an object capable of retrieving objects of type "className"
getInstance(String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.ActionLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.NavigationLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.ScreenLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.LayoutLoader
Pulls out an instance of the object by name.
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) - 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) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class.
getInstance(String) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named class.
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, 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, ClassLoader) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class using a specified class loader.
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, 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(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(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(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, 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, 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, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a named class.
getInstance(String, Object[], String[]) - Method in interface org.apache.turbine.services.factory.FactoryService
Gets an instance of a named 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.
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 interface org.apache.turbine.services.uniqueid.UniqueIdService
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.
getInt(String) - Method in interface org.apache.turbine.util.ValueParser
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String, int) - Method in interface org.apache.turbine.util.ValueParser
Return an int for the given name.
getInt(String, int) - 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.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getIntakeGroupName() - Method in class org.apache.turbine.services.intake.model.Group
Return the name given to this group.
getInteger(String) - Method in interface org.apache.turbine.util.ValueParser
Return an Integer for the given name.
getInteger(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Integer for the given name.
getInteger(String, int) - Method in interface org.apache.turbine.util.ValueParser
Return an Integer for the given name.
getInteger(String, int) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Integer for the given name.
getInteger(String, Integer) - Method in interface org.apache.turbine.util.ValueParser
Return an Integer for the given name.
getInteger(String, Integer) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an Integer for the given name.
getIntegers(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of Integers for the given name.
getIntegers(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Integers for the given name.
getInts(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of ints for the given name.
getInts(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of ints for the given name.
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Get the value of invalidNumberMessage.
getJDO() - Method in interface org.apache.turbine.services.castor.CastorService
Deprecated. Gets the JDO.
getJDO() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Deprecated. Gets a JDO object initialized to the database mentioned in the property databasename.
getJNDIContexts() - Method in interface org.apache.turbine.util.RunData
Gets JNDI Contexts.
getJNDIContexts() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets JNDI Contexts.
getJob(int) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Get a specific Job from Storage.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Get a specific Job from Storage.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
This method returns the job element from the internal queue.
getJob(int) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Retrieve a JobEntry based on its id.
getJob(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Return a specific job.
getJobentry_DayOfMonth() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for day of month column.
getJobentry_Email() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for email column.
getJobentry_Hour() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for hour column.
getJobentry_JobId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Jobentry id.
getJobentry_Minute() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for minute column.
getJobentry_Property() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for property column.
getJobentry_Second() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for second column.
getJobentry_Task() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for task column.
getJobentry_Weekday() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for weekday column.
getJobId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of Jobentry.
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.XmlGroup
Get the key used to reference this group in input (form)
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the parameter key of the property
getKeys() - Method in interface org.apache.turbine.util.ValueParser
 
getKeys() - Method in class org.apache.turbine.util.parser.BaseValueParser
 
getKeys() - Method in interface org.apache.turbine.services.resources.ResourceService
Get the list of the keys contained in the configuration repository.
getKeys() - Static method in class org.apache.turbine.services.resources.TurbineResources
Get the list of the keys contained in the configuration repository.
getKeys() - Method in class org.apache.turbine.services.resources.TurbineResourceService
Get the list of the keys contained in the configuration repository.
getKeys(String) - Method in interface org.apache.turbine.services.resources.ResourceService
Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
Get the list of the keys contained in the configuration repository that match the specified prefix.
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.
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.util.db.map.TurbineMapBuilder
Column used to record the last login time for visitor.
getLastLogin() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get last login date/time for this user.
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.util.db.map.TurbineMapBuilder
Column used to store the user's last name.
getLastName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the last name for this user.
getLayout() - Method in interface org.apache.turbine.util.RunData
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
getLayout() - 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(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.
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.
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.
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.
getLayoutTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Convenience method for a template info that returns the layout template being used.
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.
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 interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
getLevel() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getLevel() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getLocale() - Method in interface org.apache.turbine.util.RunData
Gets the locale.
getLocale() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the locale.
getLocale() - Method in class org.apache.turbine.services.localization.LocalizationTool
Gets the current locale.
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(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(HttpServletRequest) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
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(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(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(String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
getLogger() - Static method in class org.apache.turbine.util.Log
This method returns default logger for Turbine System
getLogger() - Method in interface org.apache.turbine.services.logging.LoggingService
This method returns default logger for Turbine System
getLogger() - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod returns default logger for Turbine System
getLogger() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method returns default logger for Turbine System
getLogger() - Method in class org.apache.turbine.services.logging.LogWriter
This method returns default logger for Turbine System
getLogger(String) - Static method in class org.apache.turbine.util.Log
This method returns logger with given name if such logger exsists, or the default logger.
getLogger(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method returns logger with given name or default logger if the logger of specific name can't be found.
getLogger(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod returns logger with given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method returns logger with given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method returns default logger, ignoring given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.LogWriter
This method returns logger with given name if such logger exsists, or the default logger.
getLoggingConfig() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Creates a new LoggingConfig object.
getLong(String) - Method in interface org.apache.turbine.util.ValueParser
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String, long) - Method in interface org.apache.turbine.util.ValueParser
Return a long for the given name.
getLong(String, long) - 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.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
getLongObjects(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of Longs for the given name.
getLongObjects(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.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.
getMajorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
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
getMask() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of mask.
getMaskMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of maskMessage.
getMaxLength() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of maxLength.
getMaxLength() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of maxLength.
getMaxLengthMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of maxLengthMessage.
getMaxLengthMessage() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of maxLengthMessage.
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.NumberKeyValidator
Get the value of maxValue.
getMaxValueAsBigDecimal() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Get the value of maxValue.
getMaxValueMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Get the value of maxValueMessage.
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.TurbineException
Returns the error message of this and any nested Throwable.
getMessage() - Method in class org.apache.turbine.util.FormMessage
Return the message.
getMessage() - Method in class org.apache.turbine.util.SystemError
Get the message.
getMessage() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Get the message that should be displayed.
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.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 last error message resulting from invalid input.
getMessage() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the last error message resulting from invalid input.
getMessage() - Method in class org.apache.turbine.services.intake.validator.ValidationException
Get the value of message.
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
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.
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.
getMessages() - Method in interface org.apache.turbine.util.RunData
Gets a FormMessages object where all the messages to the user should be stored.
getMessages() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a FormMessages object where all the messages to the user should be stored.
getMimeContentType(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file.
getMimeContentType(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
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) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named file.
getMimeContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a named 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) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension.
getMimeContentType(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file name extension.
getMimeContentType(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file name extension.
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.
getMinLength() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of minLength.
getMinLengthMessage() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of minLengthMessage.
getMinLengthMessage() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of minLengthMessage.
getMinorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMinute() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the minute when the job should be run.
getMinute() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of 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.
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.NumberKeyValidator
Get the value of minValue.
getMinValueAsBigDecimal() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Get the value of minValue.
getMinValueMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Get the value of minValueMessage.
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.Group
Returns the name of this object.
getName() - Method in class org.apache.turbine.om.security.SecurityObject
Returns the name of this object.
getName() - Method in interface org.apache.turbine.om.security.SecurityEntity
 
getName() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Get the name.
getName() - Method in class org.apache.turbine.util.mail.EmailAttachment
Get the name.
getName() - Method in class org.apache.turbine.util.upload.FileItem
Returns the original filename in the user's filesystem.
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 interface org.apache.turbine.services.logging.Logger
name of the logger
getName() - Method in class org.apache.turbine.services.logging.BaseLogger
Returns logger's name
getName() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.XmlGroup
Get the name that handles this group
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.security.ldap.LDAPUser
 
getNamedDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
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.
getNavigationName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Navigation module.
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.
getNavigationTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of navigationTemplate.
getNewGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Group.
getNewGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves a new Group.
getNewGroup(String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieves a new Group.
getNewGroup(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Group.
getNewPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Permission.
getNewPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves a new Permission.
getNewPermission(String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieves a new Permission.
getNewPermission(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Permission.
getNewRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Permission.
getNewRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves a new Role.
getNewRole(String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieves a new Role.
getNewRole(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Role.
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.
getNextRuntime() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the next runtime for this job as a long.
getNonCachedTemplate(String) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Return a FreeMarker template.
getNonCachedTemplate(String) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Return a FreeMarker template.
getNumberKey(String) - Method in interface org.apache.turbine.util.ValueParser
Return an NumberKey for the given name.
getNumberKey(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an NumberKey for the given name.
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
getNumFields() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Utility method to get the number of fields in this input group
getObject(String) - Method in interface org.apache.turbine.util.ValueParser
Return an Object for the given name.
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.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.
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.
getObjects(RunData) - Method in class org.apache.turbine.services.intake.model.Group
Describe getObjects method here.
getObjects(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of Objects for the given name.
getObjects(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of Objects for the given name.
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.
getOptionStrings() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
getOut() - Method in interface org.apache.turbine.util.RunData
Gets the print writer.
getOut() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the print writer.
getOutputStream() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
Get the output stream.
getOutputStream() - Method in class org.apache.turbine.util.upload.FileItem
Returns an OutputStream that can be used for storing the contents of the file.
getPage() - Method in interface org.apache.turbine.util.RunData
Gets the page.
getPage() - Method in class org.apache.turbine.util.template.TemplateLink
Gets the template variable used by the Template Service.
getPage() - Method in class org.apache.turbine.util.template.RelativeTemplateLink
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
getParameter(String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the value of a MIME type parameter.
getParameterParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the parameter parser without parsing the parameters.
getParameterParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameter parser without parsing the parameters.
getParameters() - Method in interface org.apache.turbine.util.RunData
Gets the parameters.
getParameters() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameters.
getParsedLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the parsed layout template name for the specified template.
getParsedModuleName(String, int) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the parsed module name for the specified template.
getParsedScreenTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the parsed screen template name for the specified template.
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.util.db.map.TurbineMapBuilder
Column used to record the users password.
getPassword() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get password for this user.
getPath() - Method in class org.apache.turbine.util.mail.EmailAttachment
Get the path.
getPerm(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from permanent storage.
getPerm(String) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage.
getPerm(String) - 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.om.security.TurbineUser
Get an object from permanent storage; return default if value is null.
getPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage; return default if value is null.
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.
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.
getPermission(String) - Method in class org.apache.turbine.util.security.PermissionSet
Returns a Permission with the given name, if it is contained in this PermissionSet.
getPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Permission.
getPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Permission object with specified name.
getPermission(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Permission object with specified name.
getPermissionId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of the Permission table.
getPermissionName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of a Permission.
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() - Method in class org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissions(Criteria) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Criteria) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Criteria) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Group) - Method in class org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in a Group.
getPermissions(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all permissions associated with a role.
getPermissions(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all permissions associated with a role.
getPermissions(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Retrieves all permissions associated with a role.
getPermissions(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves all permissions associated with a role.
getPermissionsArray() - Method in class org.apache.turbine.util.security.PermissionSet
Returns an Permissions[] of Permissions in this PermissionSet.
getPermStorage() - Method in class org.apache.turbine.om.security.TurbineUser
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in interface org.apache.turbine.om.security.User
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
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.
getPPMethod() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
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(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the properites of a specific service.
getProperties(String) - Method in class org.apache.turbine.services.TurbineServices
Returns the properites of a specific service.
getProperties(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the properites of a specific service.
getProperty() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the job schedule property.
getProperty() - Method in class org.apache.turbine.services.schedule.JobEntry
Get extra job properties
getProperty(Object) - Method in class org.apache.turbine.services.intake.model.Field
Loads the valid value from a bean
getPseudorandomId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
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.
getPseudorandomId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns a unique identifier that looks like random data.
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 class org.apache.turbine.util.TurbineConfig
Translates a path relative to the web application root into an absolute path.
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 interface org.apache.turbine.services.servlet.ServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the complete filesystem path for a given URI
getRedirectURI() - Method in interface org.apache.turbine.util.RunData
Gets the redirect URI.
getRedirectURI() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the redirect URI.
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) - 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
getRemoteAddr() - Method in interface org.apache.turbine.util.RunData
Gets the IP address of the client that sent the request.
getRemoteAddr() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the IP address 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.
getRemoteHost() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the qualified name of the client that sent the request.
getRemoteHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getRemoteHost() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getRemotePort() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getRemotePort() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getRepository() - Method in class org.apache.turbine.services.upload.BaseUploadService
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.
getRepository() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of the repository property of UploadService.
getRequest() - Method in interface org.apache.turbine.util.RunData
Gets the servlet request.
getRequest() - Method in interface org.apache.turbine.util.ParameterParser
Gets the parsed servlet request.
getRequest() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Gets the parsed servlet request.
getRequest() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the 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.
getRequiredMessage() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of requiredMessage.
getResource(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns a URL to the resource that is mapped to a specified path.
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 interface org.apache.turbine.services.servlet.ServletService
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns an URL object for a given URI string.
getResourceAsStream(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns the resource located at the named path as an InputStream object.
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 interface org.apache.turbine.services.servlet.ServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Same as getResource except that it returns an InputStream
getResourcePaths() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getResourcePaths(String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getResources() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This gets the ResourceService associated to this Service
getResources(String) - Method in class org.apache.turbine.services.TurbineServices
Returns the configuration resources of a specific service.
getResources(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to extract a subset of configuration resources sharing a common name prefix.
getResources(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to extract a subset of configuration resources sharing a common name prefix.
getResources(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
getResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the resources directory.
getResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the resources directory.
getResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the resources directory.
getResponse() - Method in interface org.apache.turbine.util.RunData
Gets the servlet response.
getResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet response.
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.
getRole(String) - Method in class org.apache.turbine.util.security.RoleSet
Returns a Role with the given name, if it is contained in this RoleSet.
getRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves a named Role.
getRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Role object with specified name.
getRole(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Role object with specified name.
getRoleId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the unique id to a Role.
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.
getRoles() - Method in class org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in the global Group.
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 interface org.apache.turbine.services.security.SecurityService
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(Group) - Method in class org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in a Group.
getRolesArray() - Method in class org.apache.turbine.util.security.RoleSet
Returns an Roles[] 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() - Method in interface org.apache.turbine.util.CookieParser
Gets the parsed RunData.
getRunData() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Gets the parsed RunData.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Static method in class org.apache.turbine.util.RunDataFactory
Open way to get RunData information across Turbine..
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a default RunData object.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a RunData instance from a specific configuration.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a RunData object from a specific configuration.
getScreen() - Method in interface org.apache.turbine.util.RunData
Gets the screen to execute.
getScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the screen to execute.
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.
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 interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen module to be used with the named screen template.
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.
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.
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.
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 interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
getScriptName() - Static method in class org.apache.turbine.Turbine
Get the script name.
getScriptName() - Method in interface org.apache.turbine.util.RunData
Gets the cached script name.
getScriptName() - Method in class org.apache.turbine.util.DynamicURI
Gets the script name (/servlets/Turbine).
getScriptName() - Method in class org.apache.turbine.util.ServerData
Get the script name
getScriptName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached script name.
getSecond() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the second when the job should be run.
getSecond() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of 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.
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 interface org.apache.turbine.util.RunData
Gets the server data used by the request.
getServerData() - Method in class org.apache.turbine.util.DynamicURI
Returns the ServerData used to initialize this DynamicURI.
getServerData() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the server data ofy 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 interface org.apache.turbine.util.RunData
Gets the cached server name.
getServerName() - Method in class org.apache.turbine.util.DynamicURI
Gets the server name.
getServerName() - Method in class org.apache.turbine.util.ServerData
Get the name of the server.
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 interface org.apache.turbine.services.servlet.ServletService
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server name.
getServerPort() - Static method in class org.apache.turbine.Turbine
Return the server port.
getServerPort() - Method in interface org.apache.turbine.util.RunData
Gets the cached server port.
getServerPort() - Method in class org.apache.turbine.util.DynamicURI
Gets the server port.
getServerPort() - Method in class org.apache.turbine.util.ServerData
Get the server port.
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 interface org.apache.turbine.services.servlet.ServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server port.
getServerScheme() - Static method in class org.apache.turbine.Turbine
Return the server scheme.
getServerScheme() - Method in interface org.apache.turbine.util.RunData
Gets the cached server scheme.
getServerScheme() - Method in class org.apache.turbine.util.DynamicURI
Gets the server scheme (HTTP or HTTPS).
getServerScheme() - Method in class org.apache.turbine.util.ServerData
Get the server scheme.
getServerScheme() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server scheme for this Turbine application.
getServerScheme() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server scheme.
getService() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of service.
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.xslt.TurbineXSLT
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.cache.TurbineGlobalCache
Utility method for accessing the service implementation
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.logging.TurbineLogging
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Utility method for accessing the service implementation
getService() - 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.mimetype.TurbineMimeTypes
Gets the MIME type 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.xmlrpc.TurbineXmlRpc
Returns system's configured implementation of XmlRpcService.
getService() - Static method in class org.apache.turbine.services.resources.TurbineResources
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.webmacro.TurbineWebMacro
Deprecated. Utility method for accessing the service implementation.
getService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an instance of requested Service.
getService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns an instance of requested Service.
getServiceBroker() - Method in class org.apache.turbine.services.BaseService
Returns a ServiceBroker reference.
getServiceBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getServiceInstance(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Retrieves an instance of a Service without triggering late initialization.
getServlet(String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getServletConfig() - Method in interface org.apache.turbine.util.RunData
Gets the servlet configuration used during servlet init.
getServletConfig() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet configuration used during servlet init.
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.
getServletContext() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet context used during servlet init.
getServletContext() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getServletContext() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.  
getServlets() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getSession() - Method in interface org.apache.turbine.util.RunData
Gets the servlet session information.
getSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet session information.
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() - Method in class org.apache.turbine.util.upload.FileItem
Returns the size of the file.
getSize(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the current size of the pool for a named class.
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 interface org.apache.turbine.services.intake.IntakeService
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) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the current size of the pool for a named group.
getSizeMax() - Method in class org.apache.turbine.services.upload.BaseUploadService
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.
getSizeMax() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of 'size.max' property of UploadService.
getSizeThreshold() - Method in class org.apache.turbine.services.upload.BaseUploadService
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.
getSizeThreshold() - Static method in class org.apache.turbine.services.upload.TurbineUpload
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 interface org.apache.turbine.util.RunData
Gets the stack trace if set.
getStackTrace() - Method in class org.apache.turbine.util.SystemError
Get the stack trace.
getStackTrace() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the stack trace if set.
getStackTraceException() - Method in interface org.apache.turbine.util.RunData
Gets the stack trace exception if set.
getStackTraceException() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
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 interface org.apache.turbine.util.RunData
Gets the HTTP status code to return.
getStatusCode() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the HTTP status code to return.
getStoreLocation() - Method in class org.apache.turbine.util.upload.FileItem
Returns the File objects for the FileItems's data temporary location on the disk.
getStream() - Method in class org.apache.turbine.util.upload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getString() - Method in class org.apache.turbine.util.upload.FileItem
Returns the contents of the file as a String, using default encoding.
getString(RunData) - Method in interface org.apache.turbine.services.logging.RunDataFilter
Extracts data from runData, depending on stored format
getString(RunData) - Method in class org.apache.turbine.services.logging.BaseRunDataFilter
For each field in tha pattern looking for method extracting data from RunData, invokes the method, and adds return value to return value.
getString(RunData, String) - Static method in class org.apache.turbine.services.localization.Localization
Deprecated. Call getString(data.getRequest()) instead.
getString(String) - Method in interface org.apache.turbine.util.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 hashtable.
getString(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String) - Method in class org.apache.turbine.util.upload.FileItem
Returns the contents of the file as a String, using specified encoding.
getString(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string.
getString(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string.
getString(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string.
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, 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, Locale) - Static method in class org.apache.turbine.services.localization.Localization
 
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) - Static method in class org.apache.turbine.services.localization.Localization
Fetches the localized text from the specified bundle, ignoring any default bundles.
getString(String, Locale, String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
 
getString(String, String) - Method in interface org.apache.turbine.util.ValueParser
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, String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String, String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String, String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
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.
getStringArray(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String[] from the temp hashtable.
getStringArray(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string array.
getStringArray(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
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.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string array.
getStringKey(String) - Method in interface org.apache.turbine.util.ValueParser
Return an NumberKey for the given name.
getStringKey(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an StringKey for the given name.
getStringOrNull(ResourceBundle, String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Gets localized text from a bundle if it's there.
getStrings(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of Strings for the given name.
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 interface org.apache.turbine.util.ValueParser
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.
getStylecss() - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for the style sheet that is part of a skin.
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.
getSubtype() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the subtype of the MIME type.
getSyslogFacility() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getSyslogFacility() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSyslogHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getSyslogHost() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSystemErrors() - Method in interface org.apache.turbine.util.RunData
Gets an array of system errors.
getSystemErrors() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets an array of system errors.
getTableGroup() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the Group table.
getTableJobentry() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the Jobentry table.
getTableMap() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
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.TurbineUserPeer
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.UserGroupRolePeer
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.TurbineMapBuilder
Get the RolePermission table.
getTableUser() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the User table.
getTableUserGroupRole() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Get the UserGroupRole table.
getTask() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of the class that should be run.
getTask() - Method in class org.apache.turbine.services.schedule.JobEntry
Return the task for this job.
getTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from temporary storage.
getTemp(String) - Method in interface org.apache.turbine.om.security.User
Get an object from temporary storage.
getTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Get an object from temporary storage.
getTemp(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage.
getTemp(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from temporary storage; return default if value is null.
getTemp(String, Object) - Method in interface org.apache.turbine.om.security.User
Get an object from temporary storage; return default if value is null.
getTemp(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
Get an object from temporary storage, or a default value.
getTemp(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage; return default if value is null.
getTempKeys() - Method in class org.apache.turbine.util.template.TemplateInfo
 
getTemplate(String) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Return a template from WebMacro.
getTemplate(String) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Return a template from WebMacro.
getTemplateContext(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of Template context.
getTemplateEncoding() - Method in interface org.apache.turbine.util.RunData
Gets the character encoding to use for reading template files.
getTemplateEncoding() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the character encoding to use for reading template files.
getTemplateEngineService(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
The TemplateEngineService associated with the specified template's file extension.
getTemplateEngineServiceConfiguration() - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
getTemplateEngineServiceConfiguration() - Method in interface org.apache.turbine.services.template.TemplateEngineService
Return the configuration of the template engine in the form of a Hashtable.
getTemplateInfo() - Method in interface org.apache.turbine.util.RunData
Gets the template info.
getTemplateInfo() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the template info.
getTemplates(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Retrieves Templates.
getTempStorage() - Method in class org.apache.turbine.om.security.TurbineUser
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in interface org.apache.turbine.om.security.User
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getter - Variable in class org.apache.turbine.services.intake.model.Field
 
getTestValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the value input by a user that will be validated.
getThread() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Return the thread being used to process commands, or null if there is no such thread.
getTimeout() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
A User object can have a variable Timeout, which is defined in minutes.
getTitle() - Method in interface org.apache.turbine.util.RunData
Gets the title of the page.
getTitle() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Get the title in the page.
getTitle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the title of the page.
getTool(Context, String) - Static method in class org.apache.turbine.services.pull.TurbinePull
Helper method that allows you to easily get a tool from a Context.
getTTL() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
gets the timeToLive member (in milliseconds)
getTurbineServletConfig() - Static method in class org.apache.turbine.Turbine
Get the servlet config for this turbine webapp.
getTurbineServletContext() - Static method in class org.apache.turbine.Turbine
Get the servlet context for this turbine webapp.
getType() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the type of the property
getType() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the main type of the MIME type.
getTypes() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the type and the subtype of the MIME type.
getTypes() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Returns an array of supported resource types.
getUniqueId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUploadData() - Method in interface org.apache.turbine.util.ParameterParser
Gets the uploadData byte[]
getUploadData() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Gets the uploadData byte[]
getURI() - Method in class org.apache.turbine.util.template.TemplateLink
Returns the URI leaving the source intact.
getURI() - Method in class org.apache.turbine.util.template.RelativeTemplateLink
Returns the URI leaving the source intact.
getURI(String) - Method in class org.apache.turbine.util.ContentURI
Returns a URI pointing to the given content (where content is a path relative to the webapp root.
getURL() - Method in class org.apache.turbine.util.mail.EmailAttachment
Get the URL.
getUser_ConfirmValue() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's confirmation flag.
getUser_Created() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's record cration time.
getUser_Email() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's email.
getUser_FirstName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's last name.
getUser_LastLogin() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to record the last login time for visitor.
getUser_LastName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's last name.
getUser_Modified() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to store the user's data modification time.
getUser_ObjectData() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to record general visitor data from a hashmap.
getUser_Password() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to record the visitors password.
getUser_UserId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified Unique key to the visitor table.
getUser_Username() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column used to record the visitors username.
getUser() - Method in interface org.apache.turbine.util.RunData
Gets the user.
getUser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the user.
getUser(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an User object to represent a registered user of the application.
getUser(String) - Method in interface org.apache.turbine.services.security.SecurityService
Constructs an User object to represent a registered user of the application.
getUser(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Constructs an User object to represent a registered user of the application.
getUserAgent() - Method in interface org.apache.turbine.util.RunData
Get the user agent for the request.
getUserAgent() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Get the user agent for the request.
getUserAgentString() - Method in class org.apache.turbine.util.BrowserDetector
The user agent string for this class.
getUserClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Return a Class object representing the system's chosen implementation of of User interface.
getUserClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of User interface used by the system.
getUserClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of User interface.
getUserFromSession() - Method in interface org.apache.turbine.util.RunData
Attempts to get the user from the session.
getUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the user from the session.
getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the User object from the session.
getUserGroupRole_GroupId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for UserGroupRole group id.
getUserGroupRole_RoleId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for UserGroupRole role id.
getUserGroupRole_UserId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for UserGroupRole visitor id.
getUserId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Internal Unique key to the visitor table.
getUserInstance() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank User object.
getUserInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank User object.
getUserInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank User object.
getUsername() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to record the users username.
getUserName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the username for this user.
getUserName() - Method in interface org.apache.turbine.om.security.User
Returns the username for this user.
getUserName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the username for this user.
getUserPeerClass() - Method in class org.apache.turbine.services.security.db.DBSecurityService
Returns the Class object for the implementation of UserPeer interface used by the system (defined in TR.properties)
getUserPeerInstance() - Method in class org.apache.turbine.services.security.db.DBSecurityService
Construct a UserPeer object.
getUsers(Criteria) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of users that meet the specified criteria.
getUsers(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of users that meet the specified criteria.
getUsers(Criteria) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a set of users that meet the specified criteria.
getValidator() - Method in class org.apache.turbine.services.intake.model.Field
 
getValidator() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the className of the validator
getValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the value of the field.
getValue() - Method in interface org.apache.turbine.services.intake.validator.Constraint
Get the value of the constraint.
getValue() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the value of the parameter
getValue(int) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the value at the specified index.
getValueIfAbsent() - Method in class org.apache.turbine.services.intake.model.Field
Use in a hidden field assign a default value in the event the field is absent from the query parameters.
getVarDebug() - Method in interface org.apache.turbine.util.RunData
Gets a table of debug variables.
getVarDebug() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a table of debug variables.
getVariable() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
A String which might be used as a variable of this class
getVariable() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
The name of the field making sure the first letter is lowercase.
getVector(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String, Vector) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getVector(String, Vector) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getVector(String, Vector) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getWeekday() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the weekday when the job should be run.
getWeekday() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of weekday.
getYearSelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, int, int, int) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
gid - Variable in class org.apache.turbine.services.intake.model.Group
The key used to represent this group in a parameter.
GLOBAL_GROUP_NAME - Static variable in interface org.apache.turbine.om.security.Group
The name of the global group
GlobalCacheService - interface org.apache.turbine.services.cache.GlobalCacheService.
GlobalCacheService interface.
globalFilesTable - Static variable in class org.apache.turbine.services.logging.FileLogger
global table containing file writers
grant(Permission) - Method in interface org.apache.turbine.om.security.Role
Grants a Permission to this Role.
grant(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Grants a Permission to this Role.
grant(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Grants Permissions from a PermissionSet to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Grants Permissions from a PermissionSet to this Role.
grant(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grants a Role a Permission
grant(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Grants a Role a Permission
grant(Role, Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Grants a Role a Permission
grant(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grants a Role a Permission
grant(User, Group, Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grant an User a Role in a Group.
grant(User, Role) - Method in interface org.apache.turbine.om.security.Group
Grants a Role in this Group to an User.
grant(User, Role) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants a Role in this Group to an User.
grant(User, RoleSet) - Method in interface org.apache.turbine.om.security.Group
Grants Roles in this Group to an User.
grant(User, RoleSet) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants Roles in this Group to an User.
group - Variable in class org.apache.turbine.services.intake.model.Field
 
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_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(XmlGroup) - Constructor for class org.apache.turbine.services.intake.model.Group
Constructs a new Group based on the xml specification.
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
 
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 specifed contents.

H

handleRequest(Context, String) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This allows you to pass in a context and a path to a template file and then grabs an instance of the velocity service and processes the template and returns the results as a String object.
handleRequest(Context, String) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(InputStream) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(InputStream, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(InputStream, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(RunData, String) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Process the request
handleRequest(RunData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Process the request
handleRequest(SimpleHash, String, boolean) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(SimpleHash, String, boolean) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String) - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
Deprecated.  
handleRequest(WebContext, String, FastWriter) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String, FastWriter) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String, OutputStream) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String, OutputStream) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Process the request and fill in the template with the values you set in the WebContext.
handleRequest(WebContext, String, OutputStream) - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
Deprecated.  
HAS_LOGGED_IN - Static variable in interface org.apache.turbine.om.security.User
The 'temp storage' key name for the 'has logged in' flag
hasAction() - Method in interface org.apache.turbine.util.RunData
Whether or not an action has been defined.
hasAction() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not an action has been defined.
hasLoggedIn() - Method in class org.apache.turbine.om.security.TurbineUser
The user is considered logged in if they have not timed out.
hasLoggedIn() - Method in interface org.apache.turbine.om.security.User
The user is considered logged in if they have not timed out.
hasLoggedIn() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
The user is considered logged in if they have not timed out.
hasMessage() - Method in interface org.apache.turbine.util.RunData
Whether or not a message has been defined.
hasMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not a message has been defined.
hasNext() - Method in class org.apache.turbine.util.DataStreamParser
Determine whether a further row of values exists in the input.
hasNext() - Method in class org.apache.turbine.services.localization.LocaleTokenizer
 
hasNextRow() - Method in class org.apache.turbine.util.DataStreamParser
Determine whether a further row of values exists in the input.
hasParameter(String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Checks whether the MIME type contains the specified parameter.
hasPathInfo - Variable in class org.apache.turbine.util.DynamicURI
Fast shortcut to determine if there is any data in the path info.
hasPermission(Permission) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this permission?
hasPermission(Permission) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Does the User have this permission?
hasPermission(Permission) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(Permission, Group) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(Permission, GroupSet) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in any of the given Groups
hasPermission(String) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this permission?
hasPermission(String) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(String, Group) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, GroupSet) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Permission in any of the given Groups
hasPermission(String, String) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasQueryData - Variable in class org.apache.turbine.util.DynamicURI
Fast shortcut to determine if there is any data in the query data.
hasRole(Role) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this role?
hasRole(Role) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Does the User have this role?
hasRole(Role) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(Role, Group) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(Role, GroupSet) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in any of the given Groups
hasRole(String) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this role?
hasRole(String) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(String, GroupSet) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Role in any of the given Groups
hasRole(String, String) - Method in class org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasScreen() - Method in interface org.apache.turbine.util.RunData
Whether or not a screen has been defined.
hasScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not a screen has been defined.
head - Variable in class org.apache.turbine.util.upload.MultipartStream
The index of first valid character in the buffer.
HEADER_PART_SIZE_MAX - Static variable in class org.apache.turbine.util.upload.MultipartStream
The maximum lenght of header-part that will be processed (10 kilobytes = 10240 bytes.
HEADER_SEPARATOR - Static variable in class org.apache.turbine.util.upload.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
headers - Variable in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail headers.
host - Variable in class org.apache.turbine.util.mail.MailMessage
The host name of the mail server to use.
HOST_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - remote url
hostURL(HttpServletRequest) - Static method in class org.apache.turbine.util.ServletUtils
Defaults to the scheme used in the supplied request.
hostURL(HttpServletRequest, String) - Static method in class org.apache.turbine.util.ServletUtils
Returns a URL fragment derived from the provided HTTP request, including the protocol used to address the server (if non-standard for HTTP/HTTPS).
HOUR - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
HOUR_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for hour parameter.
html - Variable in class org.apache.turbine.util.mail.HtmlEmail
 
htmlContent - Variable in class org.apache.turbine.util.mail.HtmlEmail
 
HtmlEmail - class org.apache.turbine.util.mail.HtmlEmail.
An HTML multipart email.
HtmlEmail() - Constructor for class org.apache.turbine.util.mail.HtmlEmail
Basic constructor.
HTTP - Static variable in class org.apache.turbine.util.DynamicURI
HTTP protocol.
HTTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
The default HTTP port number.
HTTPS - Static variable in class org.apache.turbine.util.DynamicURI
HTTPS protocol.
HTTPS_PORT - Static variable in class org.apache.turbine.util.ServletUtils
The default HTTPS port number.
HttpUtils - class org.apache.turbine.util.HttpUtils.
This class provides utilities for handling some semi-trivial HTTP stuff that would othterwize be handled elsewhere.
HttpUtils() - Constructor for class org.apache.turbine.util.HttpUtils
 

I

ifRequiredMessage - Variable in class org.apache.turbine.services.intake.model.Field
 
IMAGE_GIF - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
IMAGE_JPEG - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
IMAGE_WBMP - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
image(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for an image that is part of a skin.
image(String, RunData) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for an image that is part of a skin.
incrementAccessCounter() - Method in class org.apache.turbine.om.security.TurbineUser
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in interface org.apache.turbine.om.security.User
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the permanent hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.om.security.TurbineUser
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in interface org.apache.turbine.om.security.User
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the session hit counter for the user.
indexOf(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the index of the specified key.
INFO - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
info(String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, Throwable) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
init() - Method in class org.apache.turbine.Turbine
This init method will load the default resources from a properties file.
init() - Method in class org.apache.turbine.util.DynamicURI
Initializes some common variables.
init() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated. Use initialize() instead.
init() - Method in class org.apache.turbine.util.mail.Email
Initializes the mail.
init() - Method in class org.apache.turbine.util.mail.MultiPartEmail
Initialize the multipart email.
init() - Method in class org.apache.turbine.services.BaseInitable
Performs late initializtion.
init() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init() - Method in interface org.apache.turbine.services.Initable
Performs late initialization of an Initable.
init() - Method in class org.apache.turbine.services.TurbineBaseService
Performs late initialization.
init() - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Deprecated. Initializes the service.
init() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Initialize the connection pool broker.
init() - Method in class org.apache.turbine.services.jsp.TurbineJspService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.pool.TurbinePoolService
Initializes the service by setting the pool capacity.
init() - Method in class org.apache.turbine.services.pull.TurbinePullService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Initialize the TurbineXSLT Service.
init() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.component.TurbineComponentService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Initializes the AssemblerBroker and loads the AssemblerFactory classes registerd in TurbineResources.Properties.
init() - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Initializes the service by loading default class loaders and customized object factories.
init() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Initializes the service by setting the pool capacity.
init() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
init() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
init() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Deprecated. Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Deprecated. Called during Turbine.init()
init() - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Initializes the service.
init() - Method in class org.apache.turbine.services.naming.TurbineNamingService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.upload.BaseUploadService
Initializes the service.
init() - Method in class org.apache.turbine.services.resources.TurbineResourceService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Load all configured components and initialize them.
init(Hashtable) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Initialize the logger with a Hashtable.
init(Hashtable) - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
init(LoggingConfig) - Method in interface org.apache.turbine.services.logging.Logger
This method sets parameters for the logger implementation.
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be reimplemented by user if class use need some objects intialization.
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.ServletLogger
Initialize
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Initialize and create new category (logger handler)
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Initialize and create the writers
init(Map) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in interface org.apache.turbine.services.intake.validator.InitableByConstraintMap
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
 
init(Object) - Method in class org.apache.turbine.om.OMTool
Prepares tool for a single request
init(Object) - Method in class org.apache.turbine.util.ContentURI
Initialize this object using the data given (ApplicationTool method).
init(Object) - Method in interface org.apache.turbine.util.pool.InitableRecyclable
This method should be called after retrieving the object from the pool.
init(Object) - Method in class org.apache.turbine.util.template.TemplateLink
This will initialise a TemplateLink object that was constructed with the default constructor (ApplicationTool method).
init(Object) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Initialise this instance with the given RunData object.
init(Object) - Method in class org.apache.turbine.util.template.RelativeTemplateLink
This will initialise a TemplateLink object that was constructed with the default constructor (ApplicationTool method).
init(Object) - Method in class org.apache.turbine.services.BaseInitable
Performs early initialization.
init(Object) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in interface org.apache.turbine.services.Initable
Performs early initailization of an Initable During the startup of the system, different objects may be passed to your class using this method.
init(Object) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(Object) - Method in interface org.apache.turbine.services.pull.ApplicationTool
Initialize the application tool.
init(Object) - Method in class org.apache.turbine.services.pull.util.UIManager
Initialize the UIManager object.
init(Object) - Method in class org.apache.turbine.services.intake.IntakeTool
Prepares intake for a single request
init(Object) - Method in class org.apache.turbine.services.resources.TurbineResourceService
Performs early initialization.
init(Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
Sets the request to get the Accept-Language header from (reset on each request).
init(ResourceBroker) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Initializes the provider.
init(Retrievable) - Method in class org.apache.turbine.services.intake.model.Field
Method called when this field or the group it belongs to is pulled from the pool.
init(Retrievable) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the group with properties from an object.
init(RunData) - Method in class org.apache.turbine.Turbine
Initializes the services which need RunData to initialize themselves (post startup).
init(RunData) - Method in class org.apache.turbine.util.DynamicURI
Initialize with a RunData object
init(RunData) - Method in class org.apache.turbine.util.ContentURI
Initialize this object using the given RunData object
init(RunData) - Method in class org.apache.turbine.util.TurbineConfig
Initialization requiring a HTTP GET request.
init(RunData) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(RunData) - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Initializes the service upon first Turbine.doGet() invocation.
init(RunData) - Method in class org.apache.turbine.services.intake.model.Field
Method called when this field (the group it belongs to) is pulled from the pool.
init(RunData) - Method in class org.apache.turbine.services.intake.model.FileItemField
Method called when this field (the group it belongs to) is pulled from the pool.
init(RunData) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the default Group with parameters from RunData.
init(RunData) - Method in class org.apache.turbine.services.naming.TurbineNamingService
Places the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
init(ServerData) - Method in class org.apache.turbine.util.DynamicURI
Initialize with a ServerData object.
init(ServletConfig) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(ServletConfig) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(ServletConfig) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Performs early initialization of this Turbine service.
init(ServletConfig) - Method in class org.apache.turbine.services.component.TurbineComponentService
Inits the service using servlet parameters to obtain path to the configuration file.
init(ServletConfig) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Called during Turbine.init()
init(ServletConfig) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Called the first time the Service is used.
Load all the jobs from cold storage.
init(ServletConfig) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Called the first time the Service is used.
Load all the jobs from cold storage.
init(ServletConfig) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Inits the service using servlet parameters to obtain path to the configuration file.
init(ServletConfig) - Method in class org.apache.turbine.services.logging.ServletLoggingService
Inits the service
init(ServletConfig) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Inits the service using servlet parameters to obtain path to the configuration file.
init(ServletConfig) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Called the first time the Service is used.
init(ServletConfig) - Method in class org.apache.turbine.services.security.BaseSecurityService
Initializes the SecurityService, locating the apropriate UserManager
init(ServletConfig) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
This function initializes the XmlRpcService.
init(ServletConfig) - Method in class org.apache.turbine.services.resources.TurbineResourceService
This method is called when the Service is initialized
init(ServletConfig) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Deprecated. Inits the service using servlet parameters to obtain path to the configuration file.
init(String) - Method in interface org.apache.turbine.services.factory.Factory
Initializes the factory.
init(String, RunData) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the Group with parameters from RunData corresponding to key.
Initable - interface org.apache.turbine.services.Initable.
Classes that implement this interface need initialization before they can work.
initableBroker - Variable in class org.apache.turbine.services.BaseInitable
InitableBroker that instantiatd this class.
InitableBroker - interface org.apache.turbine.services.InitableBroker.
Classes that implement this interface can act as a broker for Initable classes.
InitableByConstraintMap - interface org.apache.turbine.services.intake.validator.InitableByConstraintMap.
This interface marks a bean/class that can have its properties set by values in a Map.
InitableRecyclable - interface org.apache.turbine.util.pool.InitableRecyclable.
An interface for objects that can be pooled and recycled several times by different clients.
initables - Variable in class org.apache.turbine.services.BaseInitableBroker
A repository of Initable instances.
initBundleNames(String[]) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
Initialize list of default bundle names.
initClass(String, Object) - Method in interface org.apache.turbine.services.InitableBroker
Performs early initialization of an Initable class.
initClass(String, Object) - Method in class org.apache.turbine.services.BaseInitableBroker
Performs early initialization of an Initable class.
initConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
Note engine file extension associations.
InitContextsAction - class org.apache.turbine.modules.actions.InitContextsAction.
Used to initialize JNDI contexts.
InitContextsAction() - Constructor for class org.apache.turbine.modules.actions.InitContextsAction
 
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.Email
Initialize the mail according to the Criteria.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Uses the criteria to set the fields.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.SimpleEmail
Uses the criteria to set the fields.
INITIAL_CACHE_SIZE - Static variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
The property for the InitalCacheSize
InitializationException - exception org.apache.turbine.services.InitializationException.
Thrown by Initable class in case of initialization problems.
InitializationException(String) - Constructor for class org.apache.turbine.services.InitializationException
Construct an InitializationException with specified detail message.
InitializationException(String, Throwable) - Constructor for class org.apache.turbine.services.InitializationException
Construct an InitializationException with specified detail message and nested Throwable.
initialize - Variable in class org.apache.turbine.services.logging.BaseLogger
Store status of the logger
initialize() - Method in class org.apache.turbine.util.TurbineConfig
Causes this class to initialize itself which in turn initializes all of the Turbine Services that need to be initialized.
initialize(Criteria) - Method in class org.apache.turbine.util.mail.Email
Initializes the mail.
initialized - Variable in class org.apache.turbine.services.intake.model.Field
 
initMapping() - Method in class org.apache.turbine.services.TurbineServices
Creates a mapping between Service names and class names.
initMapping(Configuration) - Method in class org.apache.turbine.services.TurbineServices
Creates mapping of Service names to class names.
initPrimaryServices(ServletConfig) - Method in class org.apache.turbine.services.TurbineServices
Initialize the primary services (Logging and Resources).
initService(String, Object) - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initialization of specified service.
initService(String, Object) - Method in interface org.apache.turbine.services.ServiceBroker
Performs early initialization of specified service.
initServices(Object) - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initialization of all services.
initServices(Object) - Method in interface org.apache.turbine.services.ServiceBroker
Performs early initialization of all services.
initServices(Object, boolean) - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initiailzation of all services.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.DataStreamParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.CSVParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.TSVParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
INLINE - Static variable in class org.apache.turbine.util.mail.EmailAttachment
 
inMemory() - Method in class org.apache.turbine.util.upload.FileItem
Provides a hint if the file contents will be read from memory.
input - Variable in class org.apache.turbine.util.upload.MultipartStream
The stream were data is read from.
InputModel - class org.apache.turbine.services.freemarker.InputModel.
Deprecated.  
InputModel(String, String, String) - Constructor for class org.apache.turbine.services.freemarker.InputModel
Deprecated. Creates an input html tag.
InputValidator - class org.apache.turbine.util.validation.InputValidator.
 
InputValidator() - Constructor for class org.apache.turbine.util.validation.InputValidator
default Constructor,
InputValidator(boolean, int, String) - Constructor for class org.apache.turbine.util.validation.InputValidator
Constructor,
instance - Static variable in class org.apache.turbine.services.TurbineServices
The single instance of this class.
InstantiationException - exception org.apache.turbine.services.InstantiationException.
Thrown by InitableBroker and ServiceBroker classes to indicate problems with instatiation of requested objects.
InstantiationException(String) - Constructor for class org.apache.turbine.services.InstantiationException
Construct an InstantiationException with specified detail message.
InstantiationException(String, Throwable) - Constructor for class org.apache.turbine.services.InstantiationException
Construct an InstantiatioException with specified detail message and nested Throwable.
IntakeService - interface org.apache.turbine.services.intake.IntakeService.
This service provides access to input processing objects based on an XML specification.
IntakeTool - class org.apache.turbine.services.intake.IntakeTool.
A Pull tool to make intake objects available to a template
IntakeTool.PullHelper - class org.apache.turbine.services.intake.IntakeTool.PullHelper.
Inner class to present a nice interface to the template designer
IntakeTool() - Constructor for class org.apache.turbine.services.intake.IntakeTool
 
IntegerField - class org.apache.turbine.services.intake.model.IntegerField.
 
IntegerField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.IntegerField
 
IntegerValidator - class org.apache.turbine.services.intake.validator.IntegerValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
IntegerValidator() - Constructor for class org.apache.turbine.services.intake.validator.IntegerValidator
 
IntegerValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.IntegerValidator
 
interpolate(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
 
invalidNumberMessage - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
InvalidState - class org.apache.turbine.modules.screens.error.InvalidState.
Users will get this screen if the screen on their browser is in an invalid state.
InvalidState() - Constructor for class org.apache.turbine.modules.screens.error.InvalidState
 
isActive() - Method in class org.apache.turbine.services.schedule.JobEntry
Check to see if job is currently active/running
isAllValid() - Method in class org.apache.turbine.services.intake.IntakeTool
 
isAllValid() - Method in class org.apache.turbine.services.intake.model.Group
Performs an AND between all the fields in this group.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this method to perform the security check needed.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteSecureScreen
Deprecated. Implement this method to perform the security check needed.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
Deprecated. Implement this method to perform the security check needed.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this method to perform the security check needed.
isBuilt() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.
isConfirmed() - Method in class org.apache.turbine.om.security.TurbineUser
This method reports whether or not the user has been confirmed in the system by checking the User.CONFIRM_VALUE column in the users record to see if it is equal to User.CONFIRM_DATA.
isConfirmed() - Method in interface org.apache.turbine.om.security.User
This method reports whether or not the user has been confirmed in the system by checking the TurbineUserPeer.CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This method reports whether or not the user has been confirmed in the system by checking the CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isCssOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not CSS works in this browser.
isDebugEnabled() - Method in interface org.apache.turbine.services.logging.Logger
Checks if DEBUG statements are enabled.
isDebugEnabled() - Method in class org.apache.turbine.services.logging.BaseLogger
Checks if DEBUG statements are enabled.
isDeclared - Variable in class org.apache.turbine.services.intake.model.Group
A flag to help prevent duplicate hidden fields declaring this group.
isDisposed() - Method in class org.apache.turbine.om.OMTool
Checks whether the recyclable has been disposed.
isDisposed() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Checks whether the object is disposed.
isDisposed() - Method in interface org.apache.turbine.util.pool.Recyclable
Checks whether the recyclable has been disposed.
isDisposed() - Method in class org.apache.turbine.services.intake.IntakeTool
Checks whether the recyclable has been disposed.
isDisposed() - Method in class org.apache.turbine.services.intake.model.Group
Checks whether the recyclable has been disposed.
isEmpty() - Method in class org.apache.turbine.services.freemarker.InputModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.TextAreaModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.DynamicURIModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.SetBodyAttributesModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.AddToHeadModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.SetTitleModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.NavigationModel
Deprecated. Required method in TemplateMethodModel, not implemented.
isEmpty(String) - Static method in class org.apache.turbine.util.StringUtils
Determine whether a (trimmed) string is empty
isErrorEnabled() - Method in interface org.apache.turbine.services.logging.Logger
Checks if ERROR statements are enabled.
isErrorEnabled() - Method in class org.apache.turbine.services.logging.BaseLogger
Checks if ERROR statements are enabled.
isFileUploadOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not file upload works in this browser.
isFlexible() - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Get the value of flexible.
isInfoEnabled() - Method in interface org.apache.turbine.services.logging.Logger
Checks if INFO statements are enabled.
isInfoEnabled() - Method in class org.apache.turbine.services.logging.BaseLogger
Checks if INFO statements are enabled.
isInitialized - Variable in class org.apache.turbine.services.BaseInitable
Initialization status of this class.
isJavascriptOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not Javascript works in this browser.
isLoaderSupported() - Method in interface org.apache.turbine.services.factory.Factory
Tests if this object factory supports specified class loaders.
isLoaderSupported(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Tests if specified class loaders are supported for a named class.
isLoaderSupported(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Tests if specified class loaders are supported for a named class.
isLoaderSupported(String) - Method in interface org.apache.turbine.services.factory.FactoryService
Tests if specified class loaders are supported for a named class.
isModernVersion - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Whether a version of Apache's XML-RPC library greater than 1.1 is available.
isMultiValued - Variable in class org.apache.turbine.services.intake.model.Field
 
isMultiValued() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
can this field have several values?
isNull(Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Returns a default value if the object passed is null.
isNull(Object, Object) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Returns a default value if the object passed is null.
ISO_8859_1 - Static variable in class org.apache.turbine.util.mail.Email
 
isOutSet() - Method in interface org.apache.turbine.util.RunData
Checks to see if out is set.
isOutSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, response writer will not be cached
isPageSet() - Method in interface org.apache.turbine.util.RunData
Checks to see if the page is set.
isPageSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, ECS is no longer a requirement
isReady() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Is the logger ready.
isReady() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
isReady() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
isRegistered() - Static method in class org.apache.turbine.services.pull.TurbinePull
Checks whether this service has been registered.
isRegistered(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isRegistered(String) - Method in interface org.apache.turbine.services.ServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isRequired() - Method in class org.apache.turbine.services.intake.model.Field
Flag to determine whether the field has been declared as required.
isRequired() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Get the value of required.
isRequired() - Method in class org.apache.turbine.services.intake.validator.FileValidator
Get the value of required.
isSet() - Method in class org.apache.turbine.services.intake.model.Field
Flag set to true, if the test value has been set to anything other than an empty value.
isSimpleForm(HttpServletRequest) - Static method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
isStale() - Method in class org.apache.turbine.services.cache.CachedObject
Is the object stale?
isUntouched() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
Returns true if the object hasn't been touched in the previous TTL period.
isValid() - Method in class org.apache.turbine.services.intake.model.Field
Flag set to true, if the test value met the constraints.
isValid(String) - Static method in class org.apache.turbine.util.StringUtils
Validates that the supplied string is neither null nor the empty string.
isValid(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
isValid(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
isValid(String) - 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
isValid(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
isWarnEnabled() - Method in interface org.apache.turbine.services.logging.Logger
Checks if WARN statements are enabled.
isWarnEnabled() - Method in class org.apache.turbine.services.logging.BaseLogger
Checks if WARN statements are enabled.
iterator() - Method in class org.apache.turbine.util.SequencedHashtable
Returns a key iterator.

J

JavaActionFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory.
An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
 
JavaBaseFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
 
JavaLayoutFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
 
JavaNavigationFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
 
JavaPageFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
 
JavaScheduledJobFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScheduledJobFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
 
JavaScreenFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
 
JDBCAppender - class org.apache.turbine.services.logging.jdbc.JDBCAppender.
The JDBCAppender, writes messages into a database.
JDBCAppender() - Constructor for class org.apache.turbine.services.logging.jdbc.JDBCAppender
 
JDBCLogger - interface org.apache.turbine.services.logging.jdbc.JDBCLogger.
This class encapsulate the logic which is necessary to log into a table.
JobEntry - class org.apache.turbine.services.schedule.JobEntry.
This is a wrapper for a scheduled job.
JobEntry() - Constructor for class org.apache.turbine.services.schedule.JobEntry
Default Constructor
JobEntry(int, int, int, int, int, String) - Constructor for class org.apache.turbine.services.schedule.JobEntry
Constuctor.
JobEntryPeer - class org.apache.turbine.services.schedule.JobEntryPeer.
Peer class for JobEntry database access.
JobEntryPeer() - Constructor for class org.apache.turbine.services.schedule.JobEntryPeer
 
JobQueue - class org.apache.turbine.services.schedule.JobQueue.
Queue for the scheduler.
JobQueue() - Constructor for class org.apache.turbine.services.schedule.JobQueue
Creates a new instance.
join(String[], String) - Static method in class org.apache.turbine.util.StringUtils
Joins the elements of the provided array into a single string containing a list of CSV elements.
JspErrorScreen - class org.apache.turbine.modules.screens.JspErrorScreen.
Directs errors at the Jsp error template defined in template.error.
JspErrorScreen() - Constructor for class org.apache.turbine.modules.screens.JspErrorScreen
 
JspLayout - class org.apache.turbine.modules.layouts.JspLayout.
This Layout module allows JSP templates to be used as layouts.
JspLayout() - Constructor for class org.apache.turbine.modules.layouts.JspLayout
 
JspLink - class org.apache.turbine.services.jsp.util.JspLink.
A customized version of the DynamicURI to be used in JSP templates.
JspLink(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspLink
Constructor
JspNavigation - class org.apache.turbine.services.jsp.util.JspNavigation.
Returns output of a Navigation module.
JspNavigation(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspNavigation
Constructor
JspPage - class org.apache.turbine.modules.pages.JspPage.
Extends TemplatePage to add some convenience objects to the request.
JspPage() - Constructor for class org.apache.turbine.modules.pages.JspPage
 
JspScreenPlaceholder - class org.apache.turbine.services.jsp.util.JspScreenPlaceholder.
Returns output of a Navigation module.
JspScreenPlaceholder(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
Constructor
JspService - interface org.apache.turbine.services.jsp.JspService.
Implementations of the JspService interface.

K

keepRegion - Variable in class org.apache.turbine.util.upload.MultipartStream
The amount of data that must be kept in the buffer in order to detect delimiters reliably.
key - Variable in class org.apache.turbine.services.intake.model.Field
 
keys() - Method in interface org.apache.turbine.util.ValueParser
 
keys() - Method in class org.apache.turbine.util.parser.BaseValueParser
 
KOI8_R - Static variable in class org.apache.turbine.util.mail.Email
 

L

LAST_LOGIN - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last_login field.
LAST_LOGIN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the last_login field.
LAST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last name.
LAST_NAME - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the last name field.
lastIndexOf(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the last index of the specified key.
layout - Variable in class org.apache.turbine.services.logging.Log4JavaLogger
logging layout
Layout - class org.apache.turbine.modules.Layout.
This is an interface that defines what a Layout module is.
LAYOUT_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the layout cache if module caching is on.
LAYOUT_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LAYOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default layout.
LAYOUT_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
LAYOUT_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
LAYOUT_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
LAYOUT_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Layout() - Constructor for class org.apache.turbine.modules.Layout
 
LayoutLoader - class org.apache.turbine.modules.LayoutLoader.
The purpose of this class is to allow one to load and execute Layout modules.
LDAP_ADMIN_PASSWRD - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_ADMIN_USRNAME - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_BASE_SERACH - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_DN_ATTR - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_HOST - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_PORT - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_PROVIDER - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_SEARCH_FLTR - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAPSecurityConstants - interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants.
This is a static class for defining the default ldap confiquration keys used by core Turbine components.
LDAPSecurityService - class org.apache.turbine.services.security.ldap.LDAPSecurityService.
An implementation of SecurityService that uses LDAP as a backend.
LDAPSecurityService() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
LDAPUser - class org.apache.turbine.services.security.ldap.LDAPUser.
LDAPUser implements User and provides access to a user who accesses the system via LDAP.
LDAPUser() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUser
Constructor.
LDAPUserManager - class org.apache.turbine.services.security.ldap.LDAPUserManager.
A UserManager performs User object related tasks on behalf of the SecurityService.
LDAPUserManager() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUserManager
 
LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the button to look for.
LEVEL - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
LEVELDEBUG - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELERROR - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELINFO - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELWARN - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
lf - Variable in class org.apache.turbine.services.logging.ServletLogger
 
lf - Variable in class org.apache.turbine.services.logging.FileLogger
line separator
limitLen(int, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Limits 'string' to 'maxlen' characters.
limitLen(int, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Limits 'string' to 'maxlen' character.
LINK - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of JspLink in the request
list() - Method in class org.apache.turbine.services.schedule.JobQueue
List jobs in the queue.
listJobs() - Method in interface org.apache.turbine.services.schedule.ScheduleService
List jobs in the queue.
listJobs() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
List jobs in the queue.
loadClass(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Loads the named class using the default class loader.
loadClass(String, ClassLoader) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Loads the named class using a specified class loader.
loadFile(File) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a file.
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Load the input group object from an xml tag.
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Imports the top level element from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Imports a column from an XML specification
loadLogger(LoggingConfig) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Creates instances of the logger, configures it, and adds it to the hashTable.
loadPath(String) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a file path.
loadPath(String) - Static method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Loads mappings from a file path.
loadResource(String) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a resource.
loadResource(String) - Static method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Loads mappings from a resource.
loadStream(InputStream) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a stream.
locale - Variable in class org.apache.turbine.services.localization.LocalizationTool
The language and country information parsed from the request's Accept-Language header.
LocaleDetector - class org.apache.turbine.services.localization.LocaleDetector.
Deprecated. Use LocaleTokenizer instead.
LocaleDetector() - Constructor for class org.apache.turbine.services.localization.LocaleDetector
Deprecated.  
LocaleTokenizer - class org.apache.turbine.services.localization.LocaleTokenizer.
Parses the HTTP Accept-Language header as per section 14.4 of RFC 2068 (HTTP 1.1 header field definitions).
LocaleTokenizer(String) - Constructor for class org.apache.turbine.services.localization.LocaleTokenizer
Parses the Accept-Language header.
localFilesTable - Variable in class org.apache.turbine.services.logging.FileLogger
instance table containing file writers
Localization - class org.apache.turbine.services.localization.Localization.
Wrapper around the TurbineLocalization Service that makes it easy to grab something from the service and make the code cleaner.
Localization() - Constructor for class org.apache.turbine.services.localization.Localization
 
LocalizationService - interface org.apache.turbine.services.localization.LocalizationService.
Provides localization functionality using the interface provided by ResourceBundle.
LocalizationTool - class org.apache.turbine.services.localization.LocalizationTool.
A pull tool which provides lookups for localized text by delegating to the configured LocalizationService.
LocalizationTool() - Constructor for class org.apache.turbine.services.localization.LocalizationTool
Creates a new instance.
lockExclusive() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire an exclusive lock on the security information repository.
lockShared() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire a shared lock on the security information repository.
Log - class org.apache.turbine.util.Log.
A facade class for LoggingService.
Log() - Constructor for class org.apache.turbine.util.Log
 
log(Exception, String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
log(int, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
appends log level to the message
log(int, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
Checks if logging is allowed and appends loglevel message
log(String) - Method in class org.apache.turbine.Turbine
logs message using turbine's logging facility
log(String) - Method in class org.apache.turbine.util.TurbineConfig
Logs a message.
log(String, Throwable) - Method in class org.apache.turbine.Turbine
Writes an explanatory message and a stack trace for a given Throwable exception
log(String, Throwable) - Method in class org.apache.turbine.util.TurbineConfig
Logs an error message.
Log4JavaLogger - class org.apache.turbine.services.logging.Log4JavaLogger.
Class implements the Logger interface using log4java package Messages can be written to following destination: console file rollover file syslog remote server email database
Log4JavaLogger() - Constructor for class org.apache.turbine.services.logging.Log4JavaLogger
 
logAll(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
log message using context log method.
logAll(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
log message to all open loging files
LOGFILE_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
logger - Variable in class org.apache.turbine.services.logging.Log4JavaLogger
log4java logging interface
Logger - interface org.apache.turbine.services.logging.Logger.
Classes that implement the Logger interface allows loging.
LOGGER_CLASS_OPTION - Static variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Logger class option.
LOGGER_OPTION - Static variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
An option to set for the logger, these are name:value pairs that are used to initialize a logger.
loggersTable - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
loggers repository
LOGGING_CLASS_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default bootstrap logger implementation
LOGGING_CLASS_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for defining the logging service implementation to use.
loggingConfig - Variable in class org.apache.turbine.services.logging.BaseLogger
The LoggingConfig object for this logger
LoggingConfig - interface org.apache.turbine.services.logging.LoggingConfig.
This is the interface that one must implement if they wish to provide alternative configuration resources for the Logging system.
LOGGINGCONFIG - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
LoggingService - interface org.apache.turbine.services.logging.LoggingService.
A service that provides logging capabilities to Turbine.
LOGIN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user fails to login.
LOGIN_ERROR - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LOGIN_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display upon successful login.
LOGIN_MESSAGE - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LOGIN_MESSAGE_NOSCREEN - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when screens variable invalid.
LOGIN_MESSAGE_NOSCREEN - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LoginUser - class org.apache.turbine.modules.actions.LoginUser.
This is where we authenticate the user logging into the system against a user in the database.
LoginUser() - Constructor for class org.apache.turbine.modules.actions.LoginUser
 
logLevel - Variable in class org.apache.turbine.services.logging.BaseLogger
Current log level for logger
LOGOUT_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user logs out.
LOGOUT_MESSAGE - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LogoutUser - class org.apache.turbine.modules.actions.LogoutUser.
This action removes a user from the session.
LogoutUser() - Constructor for class org.apache.turbine.modules.actions.LogoutUser
 
LOGPREFIX_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
LogWriter - class org.apache.turbine.services.logging.LogWriter.
An adapter for integrating external code (e.g., J2EE) that expects a simple PrintWriter for logging.
LogWriter() - Constructor for class org.apache.turbine.services.logging.LogWriter
Default constructor.

M

MACINTOSH - Static variable in class org.apache.turbine.util.BrowserDetector
 
MAIL_HOST - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_SERVER - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_SERVER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
SMTP server Turbine uses to send mail.
MAIL_SERVER_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MAIL_SMTP_FROM - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_TRANSPORT_PROTOCOL - Static variable in class org.apache.turbine.util.mail.Email
 
MailMessage - class org.apache.turbine.util.mail.MailMessage.
Creates a very simple text/plain message and sends it.
MailMessage() - Constructor for class org.apache.turbine.util.mail.MailMessage
Default constructor.
MailMessage(String, String, String, String, String) - Constructor for class org.apache.turbine.util.mail.MailMessage
Constructor used to specify host, to, from, subject, and body.
MailMessage(String, String, String, String, String, String, String, boolean) - Constructor for class org.apache.turbine.util.mail.MailMessage
Constructor used to specify host, to, cc, bcc, from, subject, body, and debug.
main - Variable in class org.apache.turbine.util.mail.MultiPartEmail
The message container.
main(String[]) - Static method in class org.apache.turbine.util.GenerateUniqueId
Simple test of the functionality.
mainLoop - Variable in class org.apache.turbine.services.schedule.TurbineSchedulerService
The main loop for starting jobs.
makeAlternator(String, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Makes an alternator object that alternates between two values.
makeAlternator(String, String, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Deprecated. Makes an alternator object that alternates between three values.
makeString(String) - Static method in class org.apache.turbine.util.StringUtils
Deal with null strings converting them to "" instead.
MapBrokerService - interface org.apache.turbine.services.db.MapBrokerService.
Deprecated. use org.apache.torque.Torque
mapping - Variable in class org.apache.turbine.services.BaseServiceBroker
Mapping of Service names to class names.
MAPS_BUILDER - Static variable in interface org.apache.turbine.TurbineConstants
Map building.
mapTo(Retrievable) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
maps an Intake Group to the values from a Retrievable object.
mapToObject - Variable in class org.apache.turbine.services.intake.model.Field
 
mapToObjectFields - Variable in class org.apache.turbine.services.intake.model.Group
Map of the fields by mapToObject
mask - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
mask - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
maskMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maskMessage - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
MATCH_SPECIFIC_SUBTYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MATCH_SUBTYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MATCH_TYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
match(MimeType) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Compares the specified MIME type to this one and returns a matching level: NO_MATCH=types do not match, MATCH_TYPE=types match, MATCH_SPECIFIC_TYPE=types match exactly, MATCH_SUBTYPE=types match, subtypes match too, MATCH_SPECIFIC_SUBTYPE=types match, subtypes match exactly.
MAX_FILE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MAX_HEADER_SIZE - Static variable in class org.apache.turbine.services.upload.BaseUploadService
A maximum lenght of a single header line that will be parsed.
maxLength - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maxLength - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
maxLengthMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maxLengthMessage - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
maxRandomLen - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
maxSessionLifespanTics - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
maxValueMessage - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
message - Variable in class org.apache.turbine.util.mail.Email
The email message to send.
message - Variable in class org.apache.turbine.services.intake.model.Field
 
message - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
message - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
MESSAGE_HTTP - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
METHOD_NAME_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the method name.
METHOD_NAME_PREFIX - Static variable in class org.apache.turbine.modules.ActionEvent
The prefix of the method name.
methodNamesMap - Static variable in class org.apache.turbine.services.logging.BaseRunDataFilter
table matching conversion tokens to methods names
MIME_TYPES - Static variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The MIME type file property.
MimeType - class org.apache.turbine.services.mimetype.util.MimeType.
This class is used to represent parsed MIME types.
MIMETYPE_RESOURCE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The name for MIME type mapper resources.
MimeType(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Constructs a new MIME type by parsing a specification string.
MimeType(String, boolean) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Constructs a new MIME type by parsing a specification string.
MimeType(String, String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Contructs a new MIME type from specified types.
MimeType(String, String, String[], String[]) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Contructs a new MIME type from specified parameters.
MimeTypeMap - class org.apache.turbine.services.mimetype.util.MimeTypeMap.
This class maintains a set of mappers defining mappings between MIME types and the corresponding file name extensions.
MimeTypeMap() - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Constructs a new MIME type map with default mappers.
MimeTypeMap(File) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a file.
MimeTypeMap(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a stream.
MimeTypeMap(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a file path.
MimeTypeMapper - class org.apache.turbine.services.mimetype.util.MimeTypeMapper.
This class defines mappings between MIME types and the corresponding file name extensions.
MimeTypeMapper() - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs an empty MIME type mapper.
MimeTypeMapper(File) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a file.
MimeTypeMapper(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a stream.
MimeTypeMapper(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a file path.
MimeTypeService - interface org.apache.turbine.services.mimetype.MimeTypeService.
The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings.
minLength - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
minLength - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
minLengthMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
minLengthMessage - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
MINUTE - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
MINUTE_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for minute parameter.
minValueMessage - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
MIXED - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type modifier.
MODIFIED - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the modified field.
modify(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Modify a job on the queue.
MODULE_CACHE - Static variable in interface org.apache.turbine.TurbineConstants
Property that controls whether Turbine modules are cached or not.
MODULE_CACHE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MODULE_PACKAGES - Static variable in interface org.apache.turbine.TurbineConstants
The packages where Turbine will look for modules.
MODULE_PACKAGES_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MONTH_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for month parameter.
MOZILLA - Static variable in class org.apache.turbine.util.BrowserDetector
 
MSIE - Static variable in class org.apache.turbine.util.BrowserDetector
Constants used by this class.
MULTIPART - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MULTIPART - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type.
MULTIPART_FORM_DATA - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MULTIPART_FORM_DATA - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
MULTIPART_MIXED - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
MultiPartEmail - class org.apache.turbine.util.mail.MultiPartEmail.
A multipart email.
MultiPartEmail() - Constructor for class org.apache.turbine.util.mail.MultiPartEmail
Initialize the multipart email.
MultiPartEmail(Criteria) - Constructor for class org.apache.turbine.util.mail.MultiPartEmail
Constructor used to initialize attributes.
MultipartStream - class org.apache.turbine.util.upload.MultipartStream.
This class can be used to process data streams conforming to MIME 'multipart' format as defined in RFC 1251.
MultipartStream.IllegalBoundaryException - exception org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException.
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.IllegalBoundaryException(MultipartStream) - Constructor for class org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(MultipartStream, String) - Constructor for class org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartStream.MalformedStreamException - exception org.apache.turbine.util.upload.MultipartStream.MalformedStreamException.
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.MalformedStreamException(MultipartStream) - Constructor for class org.apache.turbine.util.upload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(MultipartStream, String) - Constructor for class org.apache.turbine.util.upload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MultipartStream(InputStream, byte[]) - Constructor for class org.apache.turbine.util.upload.MultipartStream
Constructs a MultipartStream with a defalut size buffer.
MultipartStream(InputStream, byte[], int) - Constructor for class org.apache.turbine.util.upload.MultipartStream
Constructs a MultipartStream with a custom size buffer.

N

name - Variable in class org.apache.turbine.services.BaseService
The name of this Service.
name - Variable in class org.apache.turbine.services.logging.BaseLogger
Name of the logger
name - Variable in class org.apache.turbine.services.intake.model.Field
 
name - Variable in class org.apache.turbine.services.intake.model.Group
The name used in templates and java code to refer to this group.
NAME - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The column name for the name field.
NAME - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the name field.
NAME - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the name field.
NamingService - interface org.apache.turbine.services.naming.NamingService.
Implementations of the NamingService interface provide JNDI naming contexts.
Navigation - class org.apache.turbine.modules.Navigation.
This is an interface that defines what a Navigation module is.
NAVIGATION_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the navigation cache if module caching is on.
NAVIGATION_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
NAVIGATION_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
NAVIGATION_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
NAVIGATION_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Navigation() - Constructor for class org.apache.turbine.modules.Navigation
 
NavigationLoader - class org.apache.turbine.modules.NavigationLoader.
The purpose of this class is to allow one to load and execute Navigation modules.
NavigationModel - class org.apache.turbine.services.freemarker.NavigationModel.
Deprecated.  
NavigationModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.NavigationModel
Deprecated. Constructor
NEW - Static variable in class org.apache.turbine.services.intake.model.Group
 
newForm() - Method in class org.apache.turbine.services.intake.IntakeTool
 
newInstance(String, String, String, int) - Static method in class org.apache.turbine.util.upload.FileItem
Instantiates a FileItem.
next() - Method in class org.apache.turbine.util.DataStreamParser
Returns a ValueParser object containing the next row of values.
next() - Method in class org.apache.turbine.services.localization.LocaleTokenizer
Creates a Locale from the next element of the Accept-Language header.
nextRow() - Method in class org.apache.turbine.util.DataStreamParser
Returns a ValueParser object containing the next row of values.
NO_FILE_EXT - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
The default file extension used as a registry key when a template's file extension cannot be determined.
NO_MATCH - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
MIME type matching constants.
NoMaxSize - Static variable in class org.apache.turbine.util.validation.InputValidator
 
note(String) - Static method in class org.apache.turbine.util.Log
Deprecated. You should use info or debug methods instead.
note(String, String) - Static method in class org.apache.turbine.util.Log
Deprecated. You should use info or debug methods instead.
NotEmpty - class org.apache.turbine.util.validation.NotEmpty.
 
NotEmpty() - Constructor for class org.apache.turbine.util.validation.NotEmpty
default Constructor,
notice(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Output a diagnostic notice.
notice(String) - Method in class org.apache.turbine.services.TurbineServices
Output a diagnostic notice.
NumberKeyField - class org.apache.turbine.services.intake.model.NumberKeyField.
 
NumberKeyField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.NumberKeyField
 
NumberKeyValidator - class org.apache.turbine.services.intake.validator.NumberKeyValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberKeyValidator() - Constructor for class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
NumberKeyValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
NumberValidator - class org.apache.turbine.services.intake.validator.NumberValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberValidator() - Constructor for class org.apache.turbine.services.intake.validator.NumberValidator
 
NumberValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.NumberValidator
 

O

OBJECT_DATA - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the object_data field.
OBJECT_FACTORY - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
The property prefix specifying additional object factories.
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The column name for the ObjectData field
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the ObjectData field
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the ObjectData field
ObjectExpiredException - exception org.apache.turbine.services.cache.ObjectExpiredException.
Exception thrown when an item either does not exist or has expired from the GlobalCache.
ObjectExpiredException() - Constructor for class org.apache.turbine.services.cache.ObjectExpiredException
 
ObjectInputStreamForContext - class org.apache.turbine.util.pool.ObjectInputStreamForContext.
A deserialization stream for a specific class loader context.
ObjectInputStreamForContext(InputStream, ClassLoader) - Constructor for class org.apache.turbine.util.pool.ObjectInputStreamForContext
Contructs a new object stream for a context.
ObjectUtils - class org.apache.turbine.util.ObjectUtils.
This is where common Object manipulation routines should go.
ObjectUtils() - Constructor for class org.apache.turbine.util.ObjectUtils
 
offer(Object) - Method in class org.apache.turbine.util.pool.BoundedBuffer
Puts an item in the buffer only if there is capacity available.
oid - Variable in class org.apache.turbine.services.intake.model.Group
The object id used to associate this group to a bean for one request cycle
OID - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
OMTool - class org.apache.turbine.om.OMTool.
A Pull tool to make om objects available to a template
OMTool() - Constructor for class org.apache.turbine.om.OMTool
 
ONE_GB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a megabyte.
onError - Variable in class org.apache.turbine.services.intake.model.Field
 
OPERA - Static variable in class org.apache.turbine.util.BrowserDetector
 
OReillyUploadService - class org.apache.turbine.services.upload.OReillyUploadService.
Deprecated. use TurbineUploadService
OReillyUploadService() - Constructor for class org.apache.turbine.services.upload.OReillyUploadService
Deprecated.  
org.apache.turbine - package org.apache.turbine
 
org.apache.turbine.modules - package org.apache.turbine.modules
 
org.apache.turbine.modules.actions - package org.apache.turbine.modules.actions
 
org.apache.turbine.modules.actions.sessionvalidator - package org.apache.turbine.modules.actions.sessionvalidator
 
org.apache.turbine.modules.layouts - package org.apache.turbine.modules.layouts
 
org.apache.turbine.modules.navigations - package org.apache.turbine.modules.navigations
 
org.apache.turbine.modules.pages - package org.apache.turbine.modules.pages
 
org.apache.turbine.modules.screens - package org.apache.turbine.modules.screens
 
org.apache.turbine.modules.screens.error - package org.apache.turbine.modules.screens.error
 
org.apache.turbine.om - package org.apache.turbine.om
 
org.apache.turbine.om.security - package org.apache.turbine.om.security
 
org.apache.turbine.om.security.peer - package org.apache.turbine.om.security.peer
 
org.apache.turbine.services - package org.apache.turbine.services
Contains the Service framework for Turbine.
org.apache.turbine.services.assemblerbroker - package org.apache.turbine.services.assemblerbroker
 
org.apache.turbine.services.assemblerbroker.util - package org.apache.turbine.services.assemblerbroker.util
 
org.apache.turbine.services.assemblerbroker.util.java - package org.apache.turbine.services.assemblerbroker.util.java
 
org.apache.turbine.services.assemblerbroker.util.python - package org.apache.turbine.services.assemblerbroker.util.python
 
org.apache.turbine.services.cache - package org.apache.turbine.services.cache
 
org.apache.turbine.services.castor - package org.apache.turbine.services.castor
The Castor service is deprecated, you should use om/peer classes (torque).
org.apache.turbine.services.component - package org.apache.turbine.services.component
 
org.apache.turbine.services.db - package org.apache.turbine.services.db
 
org.apache.turbine.services.factory - package org.apache.turbine.services.factory
 
org.apache.turbine.services.freemarker - package org.apache.turbine.services.freemarker
The Freemarker service is deprecated, you should use Velocity.
org.apache.turbine.services.intake - package org.apache.turbine.services.intake
 
org.apache.turbine.services.intake.model - package org.apache.turbine.services.intake.model
 
org.apache.turbine.services.intake.transform - package org.apache.turbine.services.intake.transform
 
org.apache.turbine.services.intake.validator - package org.apache.turbine.services.intake.validator
 
org.apache.turbine.services.intake.xmlmodel - package org.apache.turbine.services.intake.xmlmodel
 
org.apache.turbine.services.jsp - package org.apache.turbine.services.jsp
 
org.apache.turbine.services.jsp.util - package org.apache.turbine.services.jsp.util
 
org.apache.turbine.services.localization - package org.apache.turbine.services.localization
 
org.apache.turbine.services.logging - package org.apache.turbine.services.logging
 
org.apache.turbine.services.logging.jdbc - package org.apache.turbine.services.logging.jdbc
 
org.apache.turbine.services.mimetype - package org.apache.turbine.services.mimetype
 
org.apache.turbine.services.mimetype.util - package org.apache.turbine.services.mimetype.util
 
org.apache.turbine.services.naming - package org.apache.turbine.services.naming
 
org.apache.turbine.services.pool - package org.apache.turbine.services.pool
 
org.apache.turbine.services.pull - package org.apache.turbine.services.pull
 
org.apache.turbine.services.pull.util - package org.apache.turbine.services.pull.util
 
org.apache.turbine.services.resources - package org.apache.turbine.services.resources
 
org.apache.turbine.services.rundata - package org.apache.turbine.services.rundata
 
org.apache.turbine.services.schedule - package org.apache.turbine.services.schedule
 
org.apache.turbine.services.security - package org.apache.turbine.services.security
 
org.apache.turbine.services.security.db - package org.apache.turbine.services.security.db
 
org.apache.turbine.services.security.ldap - package org.apache.turbine.services.security.ldap
 
org.apache.turbine.services.security.ldap.util - package org.apache.turbine.services.security.ldap.util
 
org.apache.turbine.services.security.passive - package org.apache.turbine.services.security.passive
 
org.apache.turbine.services.servlet - package org.apache.turbine.services.servlet
 
org.apache.turbine.services.template - package org.apache.turbine.services.template
 
org.apache.turbine.services.uniqueid - package org.apache.turbine.services.uniqueid
 
org.apache.turbine.services.upload - package org.apache.turbine.services.upload
 
org.apache.turbine.services.velocity - package org.apache.turbine.services.velocity
 
org.apache.turbine.services.webmacro - package org.apache.turbine.services.webmacro
The WebMacro service is deprecated, you should use Velocity.
org.apache.turbine.services.xmlrpc - package org.apache.turbine.services.xmlrpc
 
org.apache.turbine.services.xmlrpc.util - package org.apache.turbine.services.xmlrpc.util
 
org.apache.turbine.services.xslt - package org.apache.turbine.services.xslt
 
org.apache.turbine.util - package org.apache.turbine.util
 
org.apache.turbine.util.db - package org.apache.turbine.util.db
 
org.apache.turbine.util.db.map - package org.apache.turbine.util.db.map
 
org.apache.turbine.util.mail - package org.apache.turbine.util.mail
 
org.apache.turbine.util.parser - package org.apache.turbine.util.parser
 
org.apache.turbine.util.pool - package org.apache.turbine.util.pool
 
org.apache.turbine.util.security - package org.apache.turbine.util.security
 
org.apache.turbine.util.template - package org.apache.turbine.util.template
 
org.apache.turbine.util.upload - package org.apache.turbine.util.upload
 
org.apache.turbine.util.validation - package org.apache.turbine.util.validation
 
org.apache.turbine.util.velocity - package org.apache.turbine.util.velocity
 
org.apache.turbine.util.webmacro - package org.apache.turbine.util.webmacro
 
output() - Method in class org.apache.turbine.util.DateSelector
Used to build the popupmenu in HTML.
output() - Method in class org.apache.turbine.util.TimeSelector
Used to build the popupmenu in HTML.

P

Page - class org.apache.turbine.modules.Page.
This is an interface that defines what a Page module is.
PAGE_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions page if module caching is on.
PAGE_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
PAGE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default page.
PAGE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
The keys of template objects provided by the service.
PAGE_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Page() - Constructor for class org.apache.turbine.modules.Page
 
PageLoader - class org.apache.turbine.modules.PageLoader.
The purpose of this class is to allow one to load and execute Page modules.
PARAMETER_NAME_CONTENT_TYPE - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_ENCODING - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILENAME - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILENAME_SAVED - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILESIZE - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The property for the implemention of ParameterParser.
ParameterParser - interface org.apache.turbine.util.ParameterParser.
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
parameters - Variable in class org.apache.turbine.util.parser.BaseValueParser
Random access storage for parameter data.
parse(BufferedReader) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Parses MIME type extensions.
parse(String) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Parses the String s according to the rules/formats for this validator.
parseAddressField(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an address field.
parseAddressList(String[]) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an address list.
ParseExceptionMessage - class org.apache.turbine.services.security.ldap.util.ParseExceptionMessage.
A utility class used to parse the erno out of the message string
ParseExceptionMessage() - Constructor for class org.apache.turbine.services.security.ldap.util.ParseExceptionMessage
 
parseFile(String) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Parse and xml input file and returns a newly created and populated AppData structure
parseFile(String, boolean) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Parse and xml input file and returns a newly created and populated AppData structure
parseHeader(String, Hashtable) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header.
parseHeaderField(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header field.
parseHeaderList(String[]) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header list.
parseHeaders(String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Parses the header-part and returns as key/value pairs.
parseInternetAddress(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an Internet address.
parseInternetAddress(String, String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an Internet address.
parseMimeTypeExtension(String, Map, Map) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Parses a MIME type extension.
parseObjectKey(String) - Static method in class org.apache.turbine.util.StringUtils
Takes a String of the form substring[substring]subtring and returns the 3 substrings
parseRequest(HttpServletRequest, ParameterParser) - Static method in class org.apache.turbine.services.upload.TurbineUpload
Performs parsing the request and storing files and form fields.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.BaseUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.FileHandlerUploadService
Deprecated. Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.OReillyUploadService
Deprecated. Initiate the multipartParse in the uploader.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in interface org.apache.turbine.services.upload.UploadService
This method performs parsing the request, and storing the acquired information in apropriate places.
parseRequest(HttpServletRequest, ParameterParser, String) - Static method in class org.apache.turbine.services.upload.TurbineUpload
Performs parsing the request and storing files and form fields.
PassiveUserManager - class org.apache.turbine.services.security.passive.PassiveUserManager.
Void user manager can be used where no data storage is needed by the application.
PassiveUserManager() - Constructor for class org.apache.turbine.services.security.passive.PassiveUserManager
 
PASSWORD - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the password field.
PASSWORD - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the password field.
PasswordMismatchException - exception org.apache.turbine.util.security.PasswordMismatchException.
Thrown to indicate that the password supplied by user was incorrect.
PasswordMismatchException(String) - Constructor for class org.apache.turbine.util.security.PasswordMismatchException
Construct an PasswordMismatchException with specified detail message.
path - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Path to style sheets used for tranforming well-formed XML documents.
PATH_INFO - Static variable in class org.apache.turbine.util.DynamicURI
P = 0 for path info.
PATH_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - file path
pathInfo - Variable in class org.apache.turbine.util.DynamicURI
A Vector that contains all the path info if any.
pattern - Variable in class org.apache.turbine.services.logging.BaseRunDataFilter
parsed format
peek() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Peeks, but does not remove the top item from the buffer.
perform(RunData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
perform(RunData) - Method in class org.apache.turbine.util.webmacro.WebMacroActionEvent
Deprecated. This overrides the default Action.perform() to execute the doEvent() method.
perform(RunData) - Method in class org.apache.turbine.modules.Action
Subclasses can override this method to add additional functionality.
perform(RunData) - Method in class org.apache.turbine.modules.ActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
perform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
Deprecated. Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!
perform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
Deprecated. This method overrides the method in WebMacroSiteAction to perform a security check first.
perform(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!
perform(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
This method overrides the method in WebMacroSiteAction to perform a security check first.
Permission - interface org.apache.turbine.om.security.Permission.
This class represents the permissions that a Role has to access certain pages/functions within the system.
PERMISSION_ID - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the permission id field.
PERMISSION_ID - Static variable in class org.apache.turbine.om.security.peer.RolePermissionPeer
The column name for the permission id field.
PermissionPeer - class org.apache.turbine.om.security.peer.PermissionPeer.
This class handles all the database access for the PERMISSION table.
PermissionPeer() - Constructor for class org.apache.turbine.om.security.peer.PermissionPeer
 
PermissionSet - class org.apache.turbine.util.security.PermissionSet.
This class represents a set of Permissions.
PermissionSet() - Constructor for class org.apache.turbine.util.security.PermissionSet
Constructs an empty PermissionSet
PermissionSet(Collection) - Constructor for class org.apache.turbine.util.security.PermissionSet
Constructs a new PermissionSet with specifed contents.
poll() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Polls and removes the top item from the buffer if one is available.
POOL_CAPACITY - Static variable in class org.apache.turbine.services.pool.TurbinePoolService
The property specifying the pool capacity.
PoolBrokerService - interface org.apache.turbine.services.db.PoolBrokerService.
Deprecated. use org.apache.torque.Torque
PoolService - interface org.apache.turbine.services.pool.PoolService.
The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
populate() - Method in interface org.apache.turbine.util.RunData
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
populate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
populateContext(Context, RunData) - Static method in class org.apache.turbine.services.pull.TurbinePull
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, RunData) - Method in interface org.apache.turbine.services.pull.PullService
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, RunData) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateObject(Record, int, User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
 
port - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The port to listen on.
PORT_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - remote port
PP_URL_CASE_FOLDING - Static variable in interface org.apache.turbine.TurbineConstants
Should the PP fold the case of everything.
PPKEY_CLASSNAME - Static variable in class org.apache.turbine.util.StringUtils
 
PPKEY_ID - Static variable in class org.apache.turbine.util.StringUtils
 
PPKEY_PROPERTY - Static variable in class org.apache.turbine.util.StringUtils
 
prepareText(String) - Static method in class org.apache.turbine.modules.Screen
This function can/should be used in any screen that will output User entered text.
prepareText(String) - Static method in class org.apache.turbine.modules.Navigation
This function can/should be used in any screen that will output User entered text.
prepareTextMinimum(String) - Static method in class org.apache.turbine.modules.Screen
This function can/should be used in any screen that will output User entered text.
print(boolean) - Method in class org.apache.turbine.services.logging.LogWriter
Print a boolean.
print(char) - Method in class org.apache.turbine.services.logging.LogWriter
Print a character.
print(char[]) - Method in class org.apache.turbine.services.logging.LogWriter
Print an array of characters.
print(double) - Method in class org.apache.turbine.services.logging.LogWriter
Print a double-precision floating-point number.
print(float) - Method in class org.apache.turbine.services.logging.LogWriter
Print a floating-point number.
print(int) - Method in class org.apache.turbine.services.logging.LogWriter
Print an integer.
print(long) - Method in class org.apache.turbine.services.logging.LogWriter
Print a long integer.
print(Object) - Method in class org.apache.turbine.services.logging.LogWriter
Print an object.
print(String) - Method in class org.apache.turbine.services.logging.LogWriter
Print a string.
println() - Method in class org.apache.turbine.services.logging.LogWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.turbine.services.logging.LogWriter
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.turbine.services.logging.LogWriter
Print a character and then terminate the line.
println(char[]) - Method in class org.apache.turbine.services.logging.LogWriter
Print an array of characters and then terminate the line.
println(double) - Method in class org.apache.turbine.services.logging.LogWriter
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class org.apache.turbine.services.logging.LogWriter
Print a floating-point number and then terminate the line.
println(int) - Method in class org.apache.turbine.services.logging.LogWriter
Print an integer and then terminate the line.
println(long) - Method in class org.apache.turbine.services.logging.LogWriter
Print a long integer and then terminate the line.
println(Object) - Method in class org.apache.turbine.services.logging.LogWriter
Print an Object and then terminate the line.
println(String) - Method in class org.apache.turbine.services.logging.LogWriter
Print a String and then terminate the line.
printStackTrace() - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception the the standar error stream.
printStackTrace() - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception the the standar error stream.
printStackTrace(PrintStream) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintStream) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintWriter) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintWriter, int) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception skiping a specified number of stack frames.
printStackTrace(PrintWriter, int) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception skiping a specified number of stack frames.
properties - Variable in class org.apache.turbine.services.BaseService
The properties of this service.
PROPERTIES_PATH_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default value of TurbineResources.properties file path (/WEB-INF/conf/TurbineResources.properties).
PROPERTIES_PATH_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for the path to TurbineResources.properties file used by TurbineResourceService (properties).
PropertiesLoggingConfig - class org.apache.turbine.services.logging.PropertiesLoggingConfig.
Small helper class that encapsulates the logging configuration information.
PropertiesLoggingConfig() - Constructor for class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
PROPERTY - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
PullService - interface org.apache.turbine.services.pull.PullService.
The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.
put(Object, Object) - Method in class org.apache.turbine.util.SequencedHashtable
Stores the provided key/value pair.
put(Object, Object) - Method in class org.apache.turbine.util.BufferCache
Stores the provided key/value pair, freshening its list index if the specified key already exists.
putAll(Map) - Method in class org.apache.turbine.util.SequencedHashtable
Stores the provided key/value pairs.
putInstance(Object) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Puts a used object back to the pool.
putInstance(Object) - Static method in class org.apache.turbine.services.pool.TurbinePool
Puts a used object back to the pool.
putInstance(Object) - Method in interface org.apache.turbine.services.pool.PoolService
Puts a used object back to the pool.
putPtr_ - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
putRunData(RunData) - Static method in class org.apache.turbine.util.RunDataFactory
Returns the used RunData object back to the factory for recycling.
putRunData(RunData) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Puts the used RunData object back to the factory for recycling.
putRunData(RunData) - Method in interface org.apache.turbine.services.rundata.RunDataService
Puts the used RunData object back to the factory for recycling.
PythonActionFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
 
PythonBaseFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
 
PythonLayoutFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
 
PythonNavigationFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
 
PythonPageFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
 
PythonScreenFactory - class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory.
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
 

Q

QUERY_DATA - Static variable in class org.apache.turbine.util.DynamicURI
Q = 1 for query data.
queryData - Variable in class org.apache.turbine.util.DynamicURI
A Vectory that contains all the query data if any.
QuickSort - class org.apache.turbine.util.QuickSort.
QuickSort - adapted from Doug Lea's Public Domain collection library.
QuickSort() - Constructor for class org.apache.turbine.util.QuickSort
 
quickSort(Object[], int, int, Comparable) - Static method in class org.apache.turbine.util.QuickSort
Sort array of Objects using the QuickSort algorithm.

R

RawScreen - class org.apache.turbine.modules.screens.RawScreen.
Base class for writing Screens that output binary data.
RawScreen() - Constructor for class org.apache.turbine.modules.screens.RawScreen
 
readBodyData(OutputStream) - Method in class org.apache.turbine.util.upload.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.turbine.util.upload.MultipartStream
Skips a boundary token, and checks wether more encapsulations are contained in the stream.
readByte() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads a byte from the buffer, and refills it as neccessary.
readColumnNames() - Method in class org.apache.turbine.util.DataStreamParser
Read the list of column names from the input reader using the tokenizer.
readFileContents(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Return the content of file encoded for transfer
readHeaders() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads header-part of the current encapsulation
RECEIVER_EMAIL - Static variable in class org.apache.turbine.util.mail.Email
 
RECEIVER_NAME - Static variable in class org.apache.turbine.util.mail.Email
 
Recyclable - interface org.apache.turbine.util.pool.Recyclable.
An interface for objects that can be pooled and recycled several times by different clients.
Recyclable() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Constructs a new recyclable support and calls the default recycle method.
RecyclableSupport - class org.apache.turbine.util.pool.RecyclableSupport.
A support class for recyclable objects implementing default methods.
RecyclableSupport() - Constructor for class org.apache.turbine.util.pool.RecyclableSupport
 
recycle() - Method in class org.apache.turbine.om.OMTool
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Recycles the object by removing its disposed flag.
recycle() - Method in interface org.apache.turbine.util.pool.Recyclable
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.util.parser.BaseValueParser
Recycles the parser.
recycle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Recycles a run data object.
recycle() - Method in class org.apache.turbine.services.intake.IntakeTool
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.services.intake.model.Group
Recycles the object for a new client.
recycle(Object[]) - Method in interface org.apache.turbine.util.pool.ArrayCtorRecyclable
Recycles the object for a new client.
recycle(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Recycles the parser with a character encoding.
redirect - Variable in class org.apache.turbine.util.DynamicURI
Whether we want to redirect or not.
REDIRECTED_PATHINFO_NAME - Static variable in class org.apache.turbine.Turbine
Name of path info parameter used to indicate the redirected stage of a given user's initial Turbine request
refresh() - Method in class org.apache.turbine.om.OMTool
Implementation of ApplicationTool interface is not needed for this method as the tool is request scoped
refresh() - Method in class org.apache.turbine.util.ContentURI
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.TemplateLink
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.RelativeTemplateLink
Refresh method - does nothing
refresh() - Method in interface org.apache.turbine.services.pull.ApplicationTool
Refresh the application tool.
refresh() - Method in class org.apache.turbine.services.pull.util.UIManager
This lets the tool know that it should be refreshed.
refresh() - Method in interface org.apache.turbine.services.cache.Refreshable
Refreshes the object.
refresh() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
Refresh the object and the created time.
refresh() - Method in class org.apache.turbine.services.intake.IntakeTool
Implementation of ApplicationTool interface is not needed for this tool as it is request scoped
refresh() - Method in class org.apache.turbine.services.localization.LocalizationTool
No-op.
Refreshable - interface org.apache.turbine.services.cache.Refreshable.
This is the interface for objects you want to refresh themselves from the cache.
RefreshableCachedObject - class org.apache.turbine.services.cache.RefreshableCachedObject.
The idea of the RefreshableCachedObject is that, rather than removing items from the cache when they become stale, we'll tell them to refresh themselves instead.
RefreshableCachedObject(Refreshable) - Constructor for class org.apache.turbine.services.cache.RefreshableCachedObject
Constructor; sets the object to expire in the default time (30 minutes).
RefreshableCachedObject(Refreshable, long) - Constructor for class org.apache.turbine.services.cache.RefreshableCachedObject
Constructor.
refreshGlobalTools() - Static method in class org.apache.turbine.services.pull.TurbinePull
Refresh the global tools.
refreshGlobalTools() - Method in interface org.apache.turbine.services.pull.PullService
Refresh the global tools .
refreshGlobalTools() - Method in class org.apache.turbine.services.pull.TurbinePullService
Refresh the global tools.
refreshToolsPerRequest() - Static method in class org.apache.turbine.services.pull.TurbinePull
Shoud we refresh the tools on each request.
refreshToolsPerRequest() - Method in interface org.apache.turbine.services.pull.PullService
Shoud we refresh the tools on each request.
refreshToolsPerRequest() - Method in class org.apache.turbine.services.pull.TurbinePullService
Should we refresh the ToolBox on a per request basis.
registerConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
registerConfiguration(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
Initializes file extension associations and registers with the template service.
registerFactory(String, AssemblerFactory) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Register an AssemblerFactory class for a given type
registerFactory(String, AssemblerFactory) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Register a new AssemblerFactory under a certain type
registerHandler(Object) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Register an object as a the default handler for the XmlRpc Server part.
registerHandler(Object) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Register an Object as a default handler for the service.
registerHandler(Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a the default handler for the XmlRpc Server part.
registerHandler(String, Object) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Register an object as a handler for the XmlRpc Server part.
registerHandler(String, Object) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Register an Object as a handler for the service.
registerHandler(String, Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a handler for the XmlRpc Server part.
registerHandler(String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
A helper method that tries to initialize a handler and register it.
registerTemplateEngineService(TemplateEngineService) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Registers the provided template engine for use by the TemplateService.
registerTemplateEngineService(TemplateEngineService) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
registerTemplateEngineService(TemplateEngineService) - Method in interface org.apache.turbine.services.template.TemplateService
Registers the provided template engine for use by the TemplateService.
RelativeDynamicURI - class org.apache.turbine.util.RelativeDynamicURI.
This creates a Dynamic URI for use within the Turbine system
RelativeDynamicURI() - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Default constructor - one of the init methods must be called before use.
RelativeDynamicURI(RunData) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(ServerData) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeTemplateLink - class org.apache.turbine.util.template.RelativeTemplateLink.
A customized version of the RelativeDynamicURI to be used in Templates.
RelativeTemplateLink() - Constructor for class org.apache.turbine.util.template.RelativeTemplateLink
Default constructor
RelativeTemplateLink(RunData) - Constructor for class org.apache.turbine.util.template.RelativeTemplateLink
Constructor.
releaseConnection(Connection) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Release a connection back to the database pool.
releaseConnection(Connection) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Release a connection back to the database pool.
releaseConnection(Connection) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Release a connection back to the database pool.
releaseGroup(Group) - Method in interface org.apache.turbine.services.intake.IntakeService
Puts a group back to the pool.
releaseGroup(Group) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Puts a Group back to the pool.
releaseGroup(Group) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Puts a group back to the pool.
releaseTools(Context) - Static method in class org.apache.turbine.services.pull.TurbinePull
Release tool instances from the given context to the object pool
releaseTools(Context) - Method in interface org.apache.turbine.services.pull.PullService
Release tool instances from the given context to the object pool
releaseTools(Context) - Method in class org.apache.turbine.services.pull.TurbinePullService
Release the request-scope tool instances in the given Context back to the pool
reload() - Method in class org.apache.turbine.modules.GenericLoader
Returns whether or not this external action is reload itself.
REMOTE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - remote server
remove() - Method in interface org.apache.turbine.om.security.Group
Removes a group from the system.
remove() - Method in class org.apache.turbine.om.security.TurbineGroup
Removes a group from the system.
remove() - Method in class org.apache.turbine.om.security.TurbinePermission
Removes a permission from the system.
remove() - Method in interface org.apache.turbine.om.security.Permission
Removes a permission from the system.
remove() - Method in interface org.apache.turbine.om.security.Role
Removes a role from the system.
remove() - Method in class org.apache.turbine.om.security.TurbineRole
Removes a role from the system.
remove() - Method in class org.apache.turbine.util.DataStreamParser
The optional Iterator.remove method is not supported.
remove() - Method in class org.apache.turbine.services.localization.LocaleTokenizer
Not implemented.
remove(Group) - Method in class org.apache.turbine.util.security.GroupSet
Removes a Group from this GroupSet.
remove(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
Removes group.
remove(int) - Method in class org.apache.turbine.util.SequencedHashtable
Removes the element at the specified index.
remove(int, String) - Method in class org.apache.turbine.util.DynamicURI
If the type is P (0), then remove name/value from the pathInfo hashtable.
remove(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Remove a job from the queue.
remove(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Removes the element with the specified key.
remove(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Removes a Permission from this PermissionSet.
remove(Role) - Method in class org.apache.turbine.util.security.RoleSet
Removes a Role from this RoleSet.
remove(String) - Method in interface org.apache.turbine.util.ValueParser
Removes the named parameter from the contained hashtable.
remove(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Removes the named parameter from the contained hashtable.
remove(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Method to allow a client to remove a file from the server
remove(String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to remove a file from the server
remove(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to remove a file from the server
remove(String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to remove a file from the server
remove(String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to remove a file from the server
remove(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to remove a file from a server that requires authentication
remove(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to remove a file from a server that requires authentication.
remove(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to remove a file from a server that requires authentication
remove(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to remove a file from a server that requires a user name and password.
removeAccount(User) - Method in interface org.apache.turbine.services.security.UserManager
Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.db.DBUserManager
Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Removes an user account from the system.
removeAll() - Method in class org.apache.turbine.services.intake.IntakeTool
Removes all groups.
removeAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
removeFromRequest() - Method in class org.apache.turbine.services.intake.model.Field
Removes references to this group and its fields from the query parameters
removeFromRequest() - Method in class org.apache.turbine.services.intake.model.Group
Removes references to this group and its fields from the query parameters
removeGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Group from the system.
removeGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Group from the system.
removeGroup(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Group from the system.
removeGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Group from the system.
removeJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Remove a job from the queue.
removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Remove a job from the queue.
removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Remove a job from the queue.
removeObject(String) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Removes an object from the cache.
removeObject(String) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Removes an object from the cache.
removeObject(String) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Removes an object from the cache.
removePathInfo() - Method in class org.apache.turbine.util.DynamicURI
Removes all the path info elements.
removePathInfo(String) - Method in class org.apache.turbine.util.DynamicURI
Removes a name=value pair from the path info.
removePermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Permission from the system.
removePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Permission from the system.
removePermission(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Permission from the system.
removePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Permission from the system.
removeQueryData() - Method in class org.apache.turbine.util.DynamicURI
Removes all the query string elements.
removeQueryData(String) - Method in class org.apache.turbine.util.DynamicURI
Removes a name=value pair from the query string.
removeRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Role from the system.
removeRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Role from the system.
removeRole(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Role from the system.
removeRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Role from the system.
removeTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in interface org.apache.turbine.om.security.User
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Remove an object from the temporary storage.
removeTemp(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Remove an object from temporary storage and return the object.
removeUnderScores(String) - Static method in class org.apache.turbine.util.StringUtils
Remove Underscores from a string and replaces first Letters with Capitals.
removeUser(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes an user account from the system.
removeUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
Removes an user account from the system.
removeUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Removes an user account from the system.
removeUserFromSession() - Method in interface org.apache.turbine.util.RunData
Allows one to invalidate the user in the default session.
removeUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Allows one to invalidate the user in the default session.
removeUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Allows one to invalidate the user in a session.
rename(String) - Method in interface org.apache.turbine.om.security.Group
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbineGroup
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbinePermission
Renames the permission.
rename(String) - Method in interface org.apache.turbine.om.security.Permission
Renames the permission.
rename(String) - Method in interface org.apache.turbine.om.security.Role
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbineRole
Renames the role.
renameGroup(Group, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Group.
renameGroup(Group, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Group.
renameGroup(Group, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Group.
renameGroup(Group, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Group.
renamePermission(Permission, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Permission.
renamePermission(Permission, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Permission.
renameRole(Role, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Role.
renameRole(Role, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Role.
renameRole(Role, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Role.
renameRole(Role, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Role.
renderPathInfo(Vector) - Method in class org.apache.turbine.util.DynamicURI
This method takes a Vector of key/value arrays and converts it into a URL encoded querystring format.
renderQueryString(Vector) - Method in class org.apache.turbine.util.DynamicURI
This method takes a Vector of key/value arrays and converts it into a URL encoded querystring format.
replyTo - Variable in class org.apache.turbine.util.mail.MailMessage
The email address used for replies to this message.
REPOSITORY_DEFAULT - Static variable in interface org.apache.turbine.services.upload.UploadService
The default value of 'repository' property (.).
REPOSITORY_KEY - Static variable in interface org.apache.turbine.services.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'repository' property.
REPOSITORY_PARAMETER - Static variable in interface org.apache.turbine.services.upload.UploadService
The request parameter name for overriding 'repository' property (path).
requestFinished(Context) - Method in interface org.apache.turbine.services.velocity.VelocityService
Performs post-request actions (releases context tools back to the object pool).
requestFinished(Context) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Performs post-request actions (releases context tools back to the object pool).
requestFinished(Context) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Performs post-request actions (releases context tools back to the object pool).
required - Variable in class org.apache.turbine.services.intake.model.Field
 
required - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
required - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
requiredMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
requiredMessage - Variable in class org.apache.turbine.services.intake.validator.FileValidator
 
requiresLayout() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
res - Variable in class org.apache.turbine.util.DynamicURI
Servlet response interface.
reset() - Method in class org.apache.turbine.util.template.SelectorBox
Resets the internal state of the SelectorBox.
resetDeclared() - Method in class org.apache.turbine.services.intake.model.Group
To be used in the event this group is used within multiple forms within the same template.
resolveClass(ObjectStreamClass) - Method in class org.apache.turbine.util.pool.ObjectInputStreamForContext
 
resolveEntity(String, String) - Method in class org.apache.turbine.services.intake.transform.DTDResolver
called by the XML parser
resourceCreate(CreateResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Creates a new resource (not implemented).
resourceDelete(ResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Deletes a resource (not implemented).
resourceExpireTime() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Returns expiration time of the provided resources.
resourceRequest(RequestResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Retrieves a resource.
RESOURCES_CLASS_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default resources service implementation to use when none explicitly specified ( org.apache.turbine.services.resources.TurbineResourceService)
RESOURCES_CLASS_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for defining the resources service implementation to use (resources).
resourceSave(ResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Saves a resource to permanet storage (not implemented).
ResourceService - interface org.apache.turbine.services.resources.ResourceService.
This service define a resource interface for accessing the configuration information of the application.
resourceThreads() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deprecated. Returns the number of additional worker threads to be used by the provider
restart() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Start (or restart) a thread to process commands, or wake up an existing thread if one is already running.
retrievable - Variable in class org.apache.turbine.services.intake.model.Field
 
Retrievable - interface org.apache.turbine.om.Retrievable.
This interface specifies methods for uniquely identifying an object.
retrieve(Criteria) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a set of users that meet the specified criteria.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a set of users that meet the specified criteria.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This is currently not implemented to behave as expected.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a set of users that meet the specified criteria.
retrieve(String) - Method in interface org.apache.turbine.om.Retriever
Gets an object of the same type as the object implementing this method according to the key.
retrieve(String) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String, String) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
Retriever - interface org.apache.turbine.om.Retriever.
This interface marks a class that has a retrieve(String) method.
RetrieverFactory - interface org.apache.turbine.om.RetrieverFactory.
 
retrieveSet() - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Retrieves/assembles a GroupSet of all of the Groups.
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Retrieves/assembles a GroupSet based on the Criteria passed in
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Retrieves/assembles a PermissionSet
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Retrieves/assembles a RoleSet based on the Criteria passed in
retrieveSet(Role) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Retrieves a set of Permissions associated with a particular Role.
retrieveSet(User, Group) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Retrieves a set of Roles that an User was assigned in a Group
revoke(Permission) - Method in interface org.apache.turbine.om.security.Role
Revokes a Permission from this Role.
revoke(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes a Permission from this Role.
revoke(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Revokes Permissions from a PermissionSet from this Role.
revoke(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes Permissions from a PermissionSet from this Role.
revoke(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revokes a Permission from a Role.
revoke(User, Group, Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke a Role in a Group from an User.
revoke(User, Role) - Method in interface org.apache.turbine.om.security.Group
Revokes a Role in this Group from an User.
revoke(User, Role) - Method in class org.apache.turbine.om.security.TurbineGroup
Revokes a Role in this Group from an User.
revoke(User, RoleSet) - Method in interface org.apache.turbine.om.security.Group
Revokes Roles in this group from an User.
revoke(User, RoleSet) - Method in class org.apache.turbine.om.security.TurbineGroup
Revokes Roles in this group from an User.
revokeAll(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
revokeAll(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all permissions from a Role.
revokeAll(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all permissions from a Role.
revokeAll(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes all permissions from a Role.
revokeAll(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
revokeAll(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all roles from an User.
revokeAll(User) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all roles from an User.
revokeAll(User) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes all roles from an User.
revokeAll(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
Role - interface org.apache.turbine.om.security.Role.
This class represents a role played by the User associated with the current Session.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the role id field.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.RolePermissionPeer
The column name for the role id field.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.UserGroupRolePeer
The column name for the role id field.
RolePeer - class org.apache.turbine.om.security.peer.RolePeer.
This class handles all the database access for the ROLE table.
RolePeer() - Constructor for class org.apache.turbine.om.security.peer.RolePeer
 
RolePermissionPeer - class org.apache.turbine.om.security.peer.RolePermissionPeer.
This class handles all database access for the ROLE_PERMISSION table.
RolePermissionPeer() - Constructor for class org.apache.turbine.om.security.peer.RolePermissionPeer
 
RoleSet - class org.apache.turbine.util.security.RoleSet.
This class represents a set of Roles.
RoleSet() - Constructor for class org.apache.turbine.util.security.RoleSet
Constructs an empty RoleSet
RoleSet(Collection) - Constructor for class org.apache.turbine.util.security.RoleSet
Constructs a new RoleSet with specifed contents.
row2Object(Record, int, Class) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Implementss torque peers' method.
Rule - class org.apache.turbine.services.intake.xmlmodel.Rule.
A Class for holding data about a constraint on a property.
Rule() - Constructor for class org.apache.turbine.services.intake.xmlmodel.Rule
Default Constructor
RUN_DATA - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The property for the implemention of RunData.
run() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Circle through the cache and remove stale objects.
run() - Method in class org.apache.turbine.services.schedule.WorkerThread
Run the job.
run() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService.MainLoop
Method to run the class.
run(JobEntry) - Method in class org.apache.turbine.modules.ScheduledJob
Run the Jobentry from the scheduler queue.
RunData - interface org.apache.turbine.util.RunData.
RunData is an interface to run-rime information that is passed within Turbine.
RUNDATA - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of RunData in the request
RunDataFactory - class org.apache.turbine.util.RunDataFactory.
Creates instances of RunData for use within Turbine or 3rd party applications.
RunDataFactory() - Constructor for class org.apache.turbine.util.RunDataFactory
 
runDataFilter - Variable in class org.apache.turbine.services.logging.BaseLogger
Extracts data from RunData
RunDataFilter - interface org.apache.turbine.services.logging.RunDataFilter.
Classes that implement this interface extracts data from RunData object.
RunDataService - interface org.apache.turbine.services.rundata.RunDataService.
The RunData Service provides the implementations for RunData and related interfaces required by request processing.

S

safeAddToHashtable(Hashtable, Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Nice method for adding data to a Hashtable in such a way as to not get NPE's.
save() - Method in interface org.apache.turbine.om.security.Group
Makes changes made to the Group attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineGroup
Makes changes made to the Group attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbinePermission
Makes changes made to the Permission attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineUser
Saves this object to the data store.
save() - Method in interface org.apache.turbine.om.security.Permission
Makes changes made to the Permission attributes permanent.
save() - Method in interface org.apache.turbine.om.security.Role
Makes changes made to the Role attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineRole
Makes changes made to the Role attributes permanent.
save() - Method in interface org.apache.turbine.util.RunData
Saves a user object into the session.
save() - Method in class org.apache.turbine.services.schedule.JobEntry
Self-preservation.
save() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Saves a user object into the session.
save() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Saves this object to the data store.
save(Connection) - Method in class org.apache.turbine.om.security.TurbineGroup
not implemented
save(Connection) - Method in class org.apache.turbine.om.security.TurbinePermission
not implemented
save(Connection) - Method in class org.apache.turbine.om.security.TurbineUser
not implemented
save(Connection) - Method in class org.apache.turbine.om.security.TurbineRole
not implemented
save(Connection) - Method in class org.apache.turbine.services.schedule.JobEntry
not implemented
save(Connection) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineGroup
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbinePermission
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineUser
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineRole
not implemented
save(String) - Method in class org.apache.turbine.services.schedule.JobEntry
not implemented
save(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
not implemented
saveGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Group's attributes.
saveGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Group's attributes.
saveGroup(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Group's attributes.
saveGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Group's attributes.
savePermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Permission's attributes.
savePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Permission's attributes.
savePermission(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Permission's attributes.
savePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Permission's attributes.
saveRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Role's attributes.
saveRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Role's attributes.
saveRole(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Role's attributes.
saveRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Role's attributes.
saveServletInfo(RunData) - Static method in class org.apache.turbine.Turbine
Save some information about this servlet so that it can be utilized by object instances that do not have direct access to RunData.
saveStream() - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
saveUser(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Saves User's data in the permanent storage.
saveUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
Saves User's data in the permanent storage.
saveUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Saves User's data in the permanent storage.
SCHEDULED_JOB_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions cache if module caching is on.
ScheduledJob - class org.apache.turbine.modules.ScheduledJob.
All Scheduled jobs should extend this.
SCHEDULEDJOB_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
ScheduledJob() - Constructor for class org.apache.turbine.modules.ScheduledJob
 
ScheduledJobLoader - class org.apache.turbine.modules.ScheduledJobLoader.
ScheduledJobs loader class.
scheduleQueue - Variable in class org.apache.turbine.services.schedule.TurbineSchedulerService
The queue.
SCHEDULER_LOG_FACILITY - Static variable in interface org.apache.turbine.TurbineConstants
The logging facility which captures output from the SchedulerService.
ScheduleService - interface org.apache.turbine.services.schedule.ScheduleService.
ScheduleService interface.
Screen - class org.apache.turbine.modules.Screen.
This is an interface that defines the Screen modules.
SCREEN_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions cache if module caching is on.
SCREEN_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
SCREEN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
Login error screen.
SCREEN_HOMEPAGE - Static variable in interface org.apache.turbine.TurbineConstants
Home page screen.
SCREEN_INVALID_STATE - Static variable in interface org.apache.turbine.TurbineConstants
 
SCREEN_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
SCREEN_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
Login screen.
SCREEN_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
SCREEN_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Screen() - Constructor for class org.apache.turbine.modules.Screen
 
ScreenLoader - class org.apache.turbine.modules.ScreenLoader.
The purpose of this class is to allow one to load and execute Screen modules.
scriptName - Variable in class org.apache.turbine.util.DynamicURI
/foo/Turbine.
sd - Variable in class org.apache.turbine.util.DynamicURI
The ServerData object.
SECOND - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
SECOND_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for second parameter.
SECURE_PASSWORDS_ALGORITHM_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the default algorithm for password encryption (SHA)
SECURE_PASSWORDS_ALGORITHM_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords algorithm (secure.passwords.algorithm)
SECURE_PASSWORDS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the value of secure passwords flag (false)
SECURE_PASSWORDS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords flag (secure.passwords)
SecurityCheck - class org.apache.turbine.util.SecurityCheck.
Utility for doing security checks in Screens and Actions.
SecurityCheck(RunData, String, String) - Constructor for class org.apache.turbine.util.SecurityCheck
Constructor.
SecurityEntity - interface org.apache.turbine.om.security.SecurityEntity.
This class represents a Group of Users in the system that are associated with specific entity or resource.
SecurityObject - class org.apache.turbine.om.security.SecurityObject.
This class represents a generic object used in the Access Control Lists.
SecurityObject() - Constructor for class org.apache.turbine.om.security.SecurityObject
Constructs a new SecurityObject
SecurityObject(String) - Constructor for class org.apache.turbine.om.security.SecurityObject
Constructs a new SecurityObject with the specified name.
SecurityService - interface org.apache.turbine.services.security.SecurityService.
The Security Service manages Users, Groups Roles and Permissions in the system.
selectAllConfirmedUsers() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns a vector of all confirmed User objects.
selectAllUsers() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns a vector of all User objects.
SelectorBox - class org.apache.turbine.util.template.SelectorBox.
This class is for generating a SelectorBox.
SelectorBox(String, Object[], Object[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor, builds a select box with a default size of 1 and no selected items.
SelectorBox(String, Object[], Object[], boolean[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor builds a select box.
SelectorBox(String, Object[], Object[], int) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor builds a select box.
SelectorBox(String, Object[], Object[], int, boolean[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Primary constructor for everything.
send() - Method in class org.apache.turbine.util.mail.Email
Does the work of actually sending the email.
send() - Method in class org.apache.turbine.util.mail.HtmlEmail
Does the work of actually sending the email.
send() - Method in class org.apache.turbine.util.mail.MailMessage
Send the message.
send() - Method in class org.apache.turbine.util.velocity.VelocityEmail
This method sends the email.
send() - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Actually send the mail.
send() - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
Deprecated. This method sends the email.
send() - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Actually send the mail.
send(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
The client has indicated that it would like to send a file to the server and have it stored in a certain location on the server.
send(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to send a file to a server.
send(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to send a file to a server that requires authentication
send(String, String, String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to send a file to a server that requires authentication
send(String, String, String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to send a file to a server that requires authentication
send(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to send a file to a server that requires a user name and password.
SENDER_EMAIL - Static variable in class org.apache.turbine.util.mail.Email
Constants used to Email classes.
SENDER_NAME - Static variable in class org.apache.turbine.util.mail.Email
 
sequence() - Method in class org.apache.turbine.util.SequencedHashtable
Returns the ordered sequence of keys.
SequencedHashtable - class org.apache.turbine.util.SequencedHashtable.
A Hashtable whose keys are sequenced.
SequencedHashtable() - Constructor for class org.apache.turbine.util.SequencedHashtable
Creates a new instance with default storage.
SequencedHashtable(int) - Constructor for class org.apache.turbine.util.SequencedHashtable
Creates a new instance with the specified storage.
server - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The encapsulated xmlrpc server.
ServerData - class org.apache.turbine.util.ServerData.
Holds basic server information under which Turbine is running.
ServerData(String, int, String, String, String) - Constructor for class org.apache.turbine.util.ServerData
Constructor.
serverName - Variable in class org.apache.turbine.util.DynamicURI
ie: www.foo.com.
serverPort - Variable in class org.apache.turbine.util.DynamicURI
ie: 80 or 443.
serverScheme - Variable in class org.apache.turbine.util.DynamicURI
ie: http or https.
Service - interface org.apache.turbine.services.Service.
Services are Initables that have a name, and a set of properties.
SERVICE_NAME - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.Service
The name of this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. the name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.db.MapBrokerService
Deprecated.  
SERVICE_NAME - Static variable in interface org.apache.turbine.services.jsp.JspService
The name used to specify this service in TurbineResources.properties
SERVICE_NAME - Static variable in interface org.apache.turbine.services.pool.PoolService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.pull.PullService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xslt.XSLTService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.uniqueid.UniqueIdService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.cache.GlobalCacheService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.component.ComponentService
The publically visible name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.servlet.ServletService
The service identifier
SERVICE_NAME - Static variable in interface org.apache.turbine.services.template.TemplateService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.factory.FactoryService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.logging.LoggingService
The name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.castor.CastorService
Deprecated.  
SERVICE_NAME - Static variable in interface org.apache.turbine.services.velocity.VelocityService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.freemarker.FreeMarkerService
Deprecated. The name used to specify this service in TurbineResources.properties.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.intake.IntakeService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.security.SecurityService
The name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.mimetype.MimeTypeService
The name of the service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.naming.NamingService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.upload.UploadService
The key in the TurbineResources.properties that references this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xmlrpc.XmlRpcService
TurbineXmlRpcService.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.resources.ResourceService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.localization.LocalizationService
The name of this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.webmacro.WebMacroService
Deprecated. The name of this service.
SERVICE_PREFIX - Static variable in class org.apache.turbine.services.TurbineServices
A prefix for Service properties in TurbineResource.properties.
serviceBroker - Variable in class org.apache.turbine.services.BaseService
A reference to the ServiceBroker that instantiated this object.
ServiceBroker - interface org.apache.turbine.services.ServiceBroker.
Classes that implement this interface can act as a broker for Service classes.
services - Variable in class org.apache.turbine.services.BaseServiceBroker
A repository of Service instances.
ServletLogger - class org.apache.turbine.services.logging.ServletLogger.
This class implements Logger interface using log method from ServletContext.
ServletLogger() - Constructor for class org.apache.turbine.services.logging.ServletLogger
 
ServletLoggingService - class org.apache.turbine.services.logging.ServletLoggingService.
This service functions as a simple logger provider (with only one logger).
ServletLoggingService() - Constructor for class org.apache.turbine.services.logging.ServletLoggingService
 
ServletService - interface org.apache.turbine.services.servlet.ServletService.
This interface exposes methods of the runner context in order resolve or get access to external resources
ServletUtils - class org.apache.turbine.util.ServletUtils.
This is where common Servlet manipulation routines should go.
ServletUtils() - Constructor for class org.apache.turbine.util.ServletUtils
 
SESSION_ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'temp storage' key name for the session access counter
SESSION_KEY - Static variable in interface org.apache.turbine.om.security.User
The session key for the User object.
SESSION_KEY - Static variable in class org.apache.turbine.util.security.AccessControlList
 
SessionValidator - class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator.
The SessionValidator attempts to retrive the User object from the Servlet API session that is associated with the request.
SessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
 
set_flag - Variable in class org.apache.turbine.services.intake.model.Field
 
set(String, String) - Method in interface org.apache.turbine.util.CookieParser
Set a cookie that will be stored on the client for the duration of the session.
set(String, String) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set a cookie that will be stored on the client for the duration of the session.
set(String, String, int) - Method in interface org.apache.turbine.util.CookieParser
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
set(String, String, int) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
setAccessCounter(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in interface org.apache.turbine.om.security.User
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the access counter for a user, saved in perm storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in interface org.apache.turbine.om.security.User
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the session access counter for a user, saved in temp storage.
setACL(AccessControlList) - Method in interface org.apache.turbine.util.RunData
Sets the access control list.
setACL(AccessControlList) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the access control list.
setAction(String) - Method in interface org.apache.turbine.util.RunData
Sets the action for the request.
setAction(String) - Method in class org.apache.turbine.util.DynamicURI
Sets the action= value for this URL.
setAction(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the action for the request.
setActive(boolean) - Method in class org.apache.turbine.services.schedule.JobEntry
Sets whether the job is running.
setAllowNullInput(boolean) - Method in class org.apache.turbine.util.validation.InputValidator
 
setAppData(AppData) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the parent of the group
setApplicationRoot(String) - Static method in class org.apache.turbine.Turbine
Set the application root for the webapp.
setArgv(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
setAttribute(String, Object) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the value of specific attribute of this object.
setAttribute(String, Object) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
setAttributes(Map) - Method in class org.apache.turbine.om.security.SecurityObject
Replaces this object's attributes with the specified Map.
setBackground(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the background image for the BODY tag.
setBackupFiles(int) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setBackupFiles(int) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setBaseClass(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the base class of the field
setBasePackage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get the base package String that will be appended to any mapToObjects
setBcc(InternetAddress[]) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being blind-carbon-copied to.
setBcc(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being blind-carbon-copied to.
setBgColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the background color for the BODY tag.
setBody(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the body of the email message.
SetBodyAttributesModel - class org.apache.turbine.services.freemarker.SetBodyAttributesModel.
Deprecated.  
SetBodyAttributesModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.SetBodyAttributesModel
Deprecated. Constructor
setBoundary(byte[]) - Method in class org.apache.turbine.util.upload.MultipartStream
Changes the boundary token used for partitioning the stream.
setBundle(String) - Method in interface org.apache.turbine.services.localization.LocalizationService
This method sets the name of the defaultBundle.
setBundle(String) - Static method in class org.apache.turbine.services.localization.Localization
This method sets the name of the default bundle.
setBundle(String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method sets the name of the first bundle in the search list (the "default" bundle).
setCacheHeaders(RunData, int) - Static method in class org.apache.turbine.util.HttpUtils
This method sets the required expiration headers in the response for a given RunData object.
setCapacity(String, int) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Sets the capacity of the pool for a named class.
setCapacity(String, int) - Method in interface org.apache.turbine.services.pool.PoolService
Sets the capacity of the pool for a named class.
setCapacity(String, int) - Method in interface org.apache.turbine.services.intake.IntakeService
Sets the capacity of the pool for a named group.
setCapacity(String, int) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Sets the capacity of the pool for a group.
setCapacity(String, int) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Sets the capacity of the pool for a named group.
setCc(InternetAddress[]) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent to.
setCc(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being carbon-copied to.
setCharacterEncoding(String) - Method in interface org.apache.turbine.util.ValueParser
Set the character encoding that will be used by this ValueParser.
setCharacterEncoding(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Set the character encoding that will be used by this ValueParser.
setCharset(String) - Method in class org.apache.turbine.util.mail.Email
Set the charset of the message.
setCharSet(String) - Method in interface org.apache.turbine.util.RunData
Sets the charset.
setCharSet(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the charset.
setCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Sets a locale-charset mapping.
setCharSet(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Sets a locale-charset mapping.
setCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Sets a locale-charset mapping.
setClassName(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setClassName(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setColumnNames(List) - Method in class org.apache.turbine.util.DataStreamParser
Set the list of column names explicitly.
setCommonCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Sets a common locale-charset mapping.
setCommonContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Sets a common MIME content type mapping to extensions.
setConfirmed(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the confirmation value.
setConfirmed(String) - Method in interface org.apache.turbine.om.security.User
Sets the confirmation value.
setConfirmed(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users confirmed variable
setConsole(boolean) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setConsole(boolean) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setContentType(String) - Method in interface org.apache.turbine.util.RunData
Sets the HTTP content type to return.
setContentType(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the HTTP content type to return.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Sets a MIME content type mapping to extensions to the map.
setContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Sets a MIME content type mapping to extensions to the map.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Sets a MIME content type mapping to extensions.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Sets a MIME content type mapping to extensions.
setContext(Context) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Set the context object that will be merged with the template.
setContext(WebContext) - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
Deprecated. Set the context object that will be merged with the template.
setContext(WebContext) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Set the context object that will be merged with the template.
setContextPath(String) - Method in class org.apache.turbine.util.ServerData
Set the context path.
setContextPath(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached context path that is stored in the server data.
setCookieParser(CookieParser) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the cookie parser.
setCookieParser(CookieParser) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cookie parser.
setCookiePath(DynamicURI) - Method in interface org.apache.turbine.util.CookieParser
Set the path for cookie storage
setCookiePath(DynamicURI) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set the path for cookie storage
setCreateDate(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the create date for this User.
setCreateDate(Date) - Method in interface org.apache.turbine.om.security.User
Sets the creation date for this user.
setCreateDate(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the create date for this User.
setDateFormatMessage(String) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Only sets the message if the new message has some information.
setDateFormats(List) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Set the value of dateFormats.
setDay_of_month(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of day_of_month.
setDay(int) - Method in class org.apache.turbine.util.DateSelector
Select the day to be selected if the showDays(false) behavior is used.
setDbLogger(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setDbLogger(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setDbPool(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setDbPool(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setDebug(boolean) - Method in class org.apache.turbine.util.mail.MailMessage
Setting to true will enable the display of debug information.
setDebug(String) - Method in class org.apache.turbine.util.mail.MailMessage
Setting to true will enable the display of debug information.
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.Field
Set the default Value
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.FileItemField
Sets the default value for an FileItemField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.BooleanField
Sets the default value for an FileItemField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.IntegerField
Sets the default value for an Integer
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.StringKeyField
Sets the default value for an StringKeyField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.FloatField
Sets the default value for an Float
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.BigDecimalField
Sets the default value for a BigDecimal
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.ComboKeyField
Sets the default value for an ComboKeyField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.NumberKeyField
 
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.StringField
Sets the default value for an StringField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.model.DateStringField
Sets the default value for an ComboKeyField
setDefaultValue(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the default Value
setDescription(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the description.
setDescription(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Add a description META tag to the HEAD of the page.
setDisplayName(String) - Method in class org.apache.turbine.services.intake.model.Field
Set the display name of the field.
setDisplayName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the display name of the property
setDisposition(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the disposition.
setEmail(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the email address.
setEmail(String) - Method in interface org.apache.turbine.om.security.User
Sets the email address.
setEmail(String) - Method in class org.apache.turbine.services.schedule.JobEntry
The address to send mail notifications to.
setEmail(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Email
setEmailBufferSize(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailBufferSize(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailFrom(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailFrom(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailSubject(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailSubject(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailTo(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailTo(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEncodeURLOff() - Method in class org.apache.turbine.util.template.TemplateLink
This will turn off the execution of res.encodeURL() by making res == null.
setEncodeURLOff() - Method in class org.apache.turbine.util.template.RelativeTemplateLink
This will turn off the execution of res.encodeURL() by making res == null.
setException(Exception) - Method in class org.apache.turbine.util.SystemError
Set the exception.
setExpires(long) - Method in class org.apache.turbine.services.cache.CachedObject
Set the expiration interval for the object.
setFailScreen(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the value of failScreen.
setFailTemplate(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the value of failTemplate.
setField(XmlField) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the parent Field of the rule
setFieldName(String) - Method in class org.apache.turbine.util.FormMessage
Adds one field name.
setFieldSeparator(char) - Method in class org.apache.turbine.util.DataStreamParser
This method must be called to setup the field seperator
setFileRepository(String) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
setFiles(Vector) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFiles(Vector) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFileSize(long) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFileSize(long) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFirstName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the first name for this user.
setFirstName(String) - Method in interface org.apache.turbine.om.security.User
Sets the first name for this user.
setFirstName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users First Name
setFlexible(boolean) - Method in class org.apache.turbine.services.intake.validator.DateStringValidator
Set the value of flexible.
setFormat(String) - Static method in class org.apache.turbine.util.Log
This method sets format style of the default logger.
setFormat(String) - Method in interface org.apache.turbine.services.logging.Logger
Sets format style for extracting data from RunData
setFormat(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets format style of the default logger
setFormat(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets format style of the default logger
setFormat(String) - Method in interface org.apache.turbine.services.logging.RunDataFilter
Configure filter depending on the format parameter.
setFormat(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets format output of the Rundata.
setFormat(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets format style of the default logger
setFormat(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets format style of the default logger
setFormat(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFormat(String) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets format style of the default logger.
setFormat(String) - Method in class org.apache.turbine.services.logging.BaseRunDataFilter
parses format string
setFormat(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFormat(String, String) - Static method in class org.apache.turbine.util.Log
This method sets format style of the given logger.
setFormat(String, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets format style of the given logger.
setFormat(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets format style of the given logger.
setFormName(String) - Method in class org.apache.turbine.util.FormMessage
Set the form name.
setFrom(InternetAddress) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent from.
setFrom(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent from.
setFrom(String, String) - Method in class org.apache.turbine.util.mail.Email
Set the FROM field of the email.
setFrom(String, String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
From: name, email.
setFrom(String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
Deprecated. From: name, email.
setGroup(XmlGroup) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the parent XmlGroup of the property
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.om.security.TurbineUser
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in interface org.apache.turbine.om.security.User
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This sets whether or not someone has logged in.
setHeaders(Hashtable) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail headers.
setHeaders(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail headers.
setHost(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail server host.
setHour(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of hour.
setHtmlMsg(Document) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the HTML content based on an ECS document.
setHtmlMsg(String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the HTML content.
setHtmlTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Set the HTML template for the mail.
setHtmlTemplate(String) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Deprecated. Set the HTML template for the mail.
setHttpEquiv(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
setIfRequiredMessage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the value of ifRequiredMessage.
setInit(boolean) - Method in class org.apache.turbine.services.BaseInitable
Sets initailization status.
setInit(boolean) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseInitable
Saves InitableBroker reference for later use.
setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setInitableBroker(InitableBroker) - Method in interface org.apache.turbine.services.Initable
Provides an Initable with a reference to the InitableBroker that instantiated this object, so that it can access other Initables.
setInitResource(Object) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setInitResource(Object) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setInvalidNumberMessage(String) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Set the value of invalidNumberMessage.
setJNDIContexts(Hashtable) - Method in interface org.apache.turbine.util.RunData
Sets JNDI Contexts.
setJNDIContexts(Hashtable) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets JNDI Contexts.
setKey(String) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
setKey(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the key used to reference this group in input (form)
setKey(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the parameter key of the property
setKey(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
setKeywords(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set a keywords META tag in the HEAD of the page.
setLastAccessDate() - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last access date for this User.
setLastAccessDate() - Method in interface org.apache.turbine.om.security.User
Sets the last access date for this User.
setLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the last access date for this User.
setLastLogin(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Set last login date/time.
setLastLogin(Date) - Method in interface org.apache.turbine.om.security.User
Set last login date/time.
setLastLogin(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set last login date/time.
setLastName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last name for this user.
setLastName(String) - Method in interface org.apache.turbine.om.security.User
Sets the last name for this user.
setLastName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Last Name Sets the last name for this user.
setLayout(RunData, String) - Method in class org.apache.turbine.modules.Screen
Set the layout for a Screen.
setLayout(String) - Method in interface org.apache.turbine.util.RunData
Set the layout for the request.
setLayout(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Set the layout for the request.
setLayoutTemplate(String) - Method in interface org.apache.turbine.util.RunData
Modifies the layout template for the screen.
setLayoutTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of layout.
setLayoutTemplate(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Modifies the layout template for the screen.
setLevel(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setLevel(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setLinkColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the link color for the BODY tag.
setLocale(Locale) - Method in interface org.apache.turbine.util.RunData
Sets the locale.
setLocale(Locale) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the locale.
setLogLevel(int) - Static method in class org.apache.turbine.util.Log
This method sets the log level in default logger
setLogLevel(int) - Method in interface org.apache.turbine.services.logging.Logger
Sets log level for the logger
setLogLevel(int) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets the log level in default logger
setLogLevel(int) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets the log level in default logger
setLogLevel(int) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the logging level based on the numeric level passed in.
setLogLevel(int) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets the log level of the default logger.
setLogLevel(int) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets the log level in default logger
setLogLevel(int) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets the log level in default logger
setLogLevel(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the logging level based on the text passed in.
setLogLevel(String, int) - Static method in class org.apache.turbine.util.Log
This method sets the log level in the logger of given name
setLogLevel(String, int) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets the log level in the logger of given name
setLogLevel(String, int) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets the log level in the logger of given name
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets the log level of the logger of given name.
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets the log level in the default logger ignoring given name
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets the log level in the logger of given name
setMapToObject(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the name of the object that takes this input
setMapToProperty(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the property method that takes this input
setMask(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of mask.
setMaskMessage(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of maskMessage.
setMaxLength(int) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of maxLength.
setMaxLength(int) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Set the value of maxLength.
setMaxLengthMessage(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of maxLengthMessage.
setMaxLengthMessage(String) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Set the value of maxLengthMessage.
setMaxSize(int) - Method in class org.apache.turbine.util.validation.InputValidator
 
setMaxSize(long) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
setMaxValue(BigDecimal) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Set the value of maxValue.
setMaxValue(int) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Set the value of maxValue.
setMaxValue(NumberKey) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Set the value of maxValue.
setMaxValueMessage(String) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Set the value of maxValueMessage.
setMessage(Element) - Method in interface org.apache.turbine.util.RunData
Sets the message for the request as an ECS element.
setMessage(Element) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as an ECS element.
setMessage(String) - Method in interface org.apache.turbine.util.RunData
Sets the message for the request as a string.
setMessage(String) - Method in class org.apache.turbine.util.FormMessage
Set the message.
setMessage(String) - Method in class org.apache.turbine.util.SystemError
Set the message.
setMessage(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the message that should be displayed.
setMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as a string.
setMessage(String) - Method in class org.apache.turbine.services.intake.model.Field
Sets an error message.
setMessage(String) - Method in class org.apache.turbine.services.intake.validator.ValidationException
Set the value of message.
setMessage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the error message
setMessage(String, String, long) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessage(String, String, String) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessages(FormMessages) - Method in interface org.apache.turbine.util.RunData
Sets the FormMessages object for the request.
setMessages(FormMessages) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the FormMessages object for the request.
setMinLength(int) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of minLength.
setMinLength(int) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Set the value of minLength.
setMinLengthMessage(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Set the value of minLengthMessage.
setMinLengthMessage(String) - Method in class org.apache.turbine.services.intake.validator.FileValidator
Set the value of minLengthMessage.
setMinute(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of minute.
setMinuteInterval(int) - Method in class org.apache.turbine.util.TimeSelector
Set the interval between options in the minute select box.
setMinValue(BigDecimal) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Set the value of minValue.
setMinValue(int) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Set the value of minValue.
setMinValue(NumberKey) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Set the value of minValue.
setMinValueMessage(String) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Set the value of minValueMessage.
setMsg(String) - Method in class org.apache.turbine.util.mail.Email
Define the content of the mail.
setMsg(String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Set the message of the email.
setMsg(String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the message.
setMsg(String) - Method in class org.apache.turbine.util.mail.SimpleEmail
Set the content of the mail
setMultiple(boolean) - Method in class org.apache.turbine.util.template.SelectorBox
This allows you to set the multiple attribute to the select element.
setMultiValued(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set whether this class can have multiple values
setName(String) - Method in interface org.apache.turbine.om.security.Group
Sets the name of this object.
setName(String) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the name of this object.
setName(String) - Method in interface org.apache.turbine.om.security.SecurityEntity
 
setName(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the name.
setName(String) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set the name= attribute to the select element.
setName(String) - Method in class org.apache.turbine.services.BaseService
ServiceBroker uses this method to pass a Service its name.
setName(String) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setName(String) - Method in interface org.apache.turbine.services.Service
ServiceBroker uses this method to pass a Service its name.
setName(String) - Method in interface org.apache.turbine.services.logging.Logger
Setings the name
setName(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the name of the logger
setName(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setName(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the name of the parameter
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the name that handles this group
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the name of the property
setName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
 
setNavigationTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of navigationTemplate.
setOnChange(String) - Method in class org.apache.turbine.util.DateSelector
Adds the onChange to all of