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

acceptClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of accepted clients.
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 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(Criteria.Criterion) - Method in class org.apache.turbine.util.db.Criteria
This method adds a prepared Criterion object to the Criteria.
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, boolean) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
add(String, boolean, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
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.db.Criteria
Convenience method to add a double to Criteria.
add(String, double) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, double, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a double to Criteria Equal to
add(String, float) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria.
add(String, float, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria Equal to
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.db.Criteria
Convenience method to add an int to Criteria.
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, int, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add an int to Criteria.
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.db.Criteria
Convenience method to add a long to Criteria.
add(String, long) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a name/value pair into this object.
add(String, long, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a long to Criteria Equal to
add(String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
add(String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
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.
add(String, String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
add(String, String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
addAlias(String, String) - Method in class org.apache.turbine.util.db.Criteria
Allows one to specify an alias for a table that can be used in various parts of the SQL.
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)
addAscendingOrderByColumn(String) - Method in class org.apache.turbine.util.db.Criteria
Add order by column name, explicitly specifying ascending.
addAsColumn(String, String) - Method in class org.apache.turbine.util.db.Criteria
Add an AS clause to the select columns.
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.
addColumn(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Table
A utility function to create a new column from attrib and add it to this table.
addColumn(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Unique
adds a new column to an index
addColumn(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Index
adds a new column to an index
addColumn(Column) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds a new column to the column vector and set the parent table of the column to the current table
addColumn(ColumnMap) - Method in class org.apache.turbine.util.db.map.TableMap
Add a pre-created column to this table.
addColumn(String, Object) - Method in class org.apache.turbine.util.db.map.TableMap
Add a column to this table of a certain type.
addColumn(String, Object, int) - Method in class org.apache.turbine.util.db.map.TableMap
Add a column to this table of a certain type and size.
addConnectionEventListener(ConnectionEventListener) - Method in class org.apache.turbine.util.db.pool.DBConnection
Add an event listener.
addDatabase(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.AppData
An utility method to add a new database from an xml attribute.
addDatabase(Database) - Method in class org.apache.turbine.torque.engine.database.model.AppData
Add a database to the vector and sets the AppData property to this AppData
addDate(String, int, int, int) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a Date object specified by year, month, and date into the Criteria Equal to
addDate(String, int, int, int, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a Date object specified by year, month, and date into the Criteria Equal to
addDefaultObjects(RunData) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Adds some convenience objects to the request.
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.
addDescendingOrderByColumn(String) - Method in class org.apache.turbine.util.db.Criteria
Add order by column name, explicitly specifying descending.
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
addForeignKey(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Table
A utility function to create a new foreign key from attrib and add it to this table.
addForeignKey(ForeignKey) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds a new FK to the FK vector and set the parent table of the column to the current table
addForeignKey(String, Object, String, String) - Method in class org.apache.turbine.util.db.map.TableMap
Add a foreign key column to the table.
addForeignKey(String, Object, String, String, int) - Method in class org.apache.turbine.util.db.map.TableMap
Add a foreign key column to the table.
addForeignPrimaryKey(String, Object, String, String) - Method in class org.apache.turbine.util.db.map.TableMap
Add a foreign primary key column to the table.
addForeignPrimaryKey(String, Object, String, String, int) - Method in class org.apache.turbine.util.db.map.TableMap
Add a foreign primary key column to the table.
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.
addIdGenerator(String, IdGenerator) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Add a type of id generator for access by a TableMap.
addIdMethodParameter(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Table
/** A utility function to create a new id method parameter from attrib and add it to this table.
addIdMethodParameter(IdMethodParameter) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds a new id method parameter to the vector and set the parent table of the column to the current table
addIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an int array.
addIn(String, List) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as a Vector.
addIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an Object array.
addIndex(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Table
A utility function to create a new index from attrib and add it to this table.
addIndex(Index) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds a new index to the index vector and set the parent table of the column to the current table
addInheritance(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Column
A utility function to create a new column from attrib and add it to this table.
addInheritance(Inheritance) - Method in class org.apache.turbine.torque.engine.database.model.Column
Adds a new inheritance definition to the inheritance vector and set the parent column of the inheritance to the current column
addJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Add a new job to the queue.
addJoin(String, String) - Method in class org.apache.turbine.util.db.Criteria
This is the way that you should add a join of two tables.
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.
addNotIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an int array.
addNotIn(String, List) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as a Vector.
addNotIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an Object array.
addObject(String, CachedObject) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Adds an object to the cache.
addObject(String, CachedObject) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
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.
addOrderByColumn(String) - Method in class org.apache.turbine.util.db.Criteria
Deprecated. Use addAscendingOrderByColumn() instead.
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.
addPrimaryKey(String, Object) - Method in class org.apache.turbine.util.db.map.TableMap
Add a primary key column to this Table.
addPrimaryKey(String, Object, int) - Method in class org.apache.turbine.util.db.map.TableMap
Add a primary key column to this Table.
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.
addReference(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
adds a new reference entry to the foreign key
addReference(String, String) - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
adds a new reference entry to the foreign key
addReferrer(ForeignKey) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds the foreign key from another table that refers to this table.
addReferrer(ForeignKey) - Method in class org.apache.turbine.torque.engine.database.model.Column
Adds the foreign key from another table that refers to this column.
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
addSelectColumn(String) - Method in class org.apache.turbine.util.db.Criteria
Add select column.
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.
addTable(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Database
An utility method to add a new table from an xml attribute.
addTable(String) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Add a new table to the database by name.
addTable(String, int) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Add a new table to the database by name.
addTable(Table) - Method in class org.apache.turbine.torque.engine.database.model.Database
Add a table to the vector and sets the Database property to this Database
addTable(TableMap) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Add a new TableMap to the database.
AddTemplatesToHeadModel - class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel.
Returns output of a Navigation module.
AddTemplatesToHeadModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Constructor.
addTime(String, int, int, int) - Method in class org.apache.turbine.util.db.Criteria
Deprecated. These methods were wrongly named and are misleading. Use addDate() instead.
addTime(String, int, int, int, String) - Method in class org.apache.turbine.util.db.Criteria
Deprecated. These methods were wrongly named and are misleading. Use addDate() instead.
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.
Returns output of a Navigation module.
AddToHeadModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.AddToHeadModel
Constructor.
addUnique(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Table
A utility function to create a new Unique from attrib and add it to this table.
addUnique(Unique) - Method in class org.apache.turbine.torque.engine.database.model.Table
Adds a new Unique to the Unique vector and set the parent table of the column to the current table
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
 
ALL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
AllowNullInput - Static variable in class org.apache.turbine.util.validation.InputValidator
 
ALT_NOT_EQUAL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
alternate() - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter.WebMacroAlternator
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.
AND - Static variable in class org.apache.turbine.util.db.Criteria.Criterion
 
and(Criteria.Criterion) - Method in class org.apache.turbine.util.db.Criteria
This method adds a prepared Criterion object to the Criteria.
and(Criteria.Criterion) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Append a Criteria onto this Criteria's AND field.
and(String, boolean) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
and(String, boolean, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
and(String, double) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a double to Criteria.
and(String, double, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a double to Criteria Equal to
and(String, float) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria.
and(String, float, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria Equal to
and(String, int) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add an int to Criteria.
and(String, int, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add an int to Criteria.
and(String, long) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a long to Criteria.
and(String, long, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a long to Criteria Equal to
and(String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
and(String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
and(String, String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
and(String, String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
andDate(String, int, int, int) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a Date object specified by year, month, and date into the Criteria Equal to
andDate(String, int, int, int, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a Date object specified by year, month, and date into the Criteria Equal to
andIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an int array.
andIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an Object array.
andIn(String, Vector) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as a Vector.
andNotIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an int array.
andNotIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an Object array.
andNotIn(String, Vector) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as a Vector.
AppData - class org.apache.turbine.torque.engine.database.model.AppData.
A class for holding application data structures.
AppData - class org.apache.turbine.services.intake.xmlmodel.AppData.
A class for holding application data structures.
AppData() - Constructor for class org.apache.turbine.torque.engine.database.model.AppData
Default Constructor
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 class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
append(String) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Log a message to the database.
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.
appendPsTo(StringBuffer, List) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Appends a Prepared Statement representation of the Criterion onto the buffer.
appendTo(StringBuffer) - Method in class org.apache.turbine.om.ObjectKey
Appends a String representation of the key to a buffer.
appendTo(StringBuffer) - Method in class org.apache.turbine.om.ComboKey
 
appendTo(StringBuffer) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Appends a representation of the Criterion onto the buffer.
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_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(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 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.
AUTOINCREMENT - Static variable in class org.apache.turbine.util.db.map.TableMap
Key generation through auto-increment.
AutoIncrementIdGenerator - class org.apache.turbine.util.db.AutoIncrementIdGenerator.
This generator works with databases that have an sql syntax that allows the retrieval of the last id used to insert a row for a Connection.
AutoIncrementIdGenerator(DB) - Constructor for class org.apache.turbine.util.db.AutoIncrementIdGenerator
Creates an IdGenerator which will work with the specified database.
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.
Sample FreeMarker Navigation.
BaseFreeMarkerNavigation() - Constructor for class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
 
BaseFreeMarkerScreen - class org.apache.turbine.modules.screens.BaseFreeMarkerScreen.
Sample FreeMarker Screen.
BaseFreeMarkerScreen() - Constructor for class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
 
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
BaseObject - class org.apache.turbine.om.BaseObject.
This class contains attributes and methods that are used by all business objects within the system.
BaseObject() - Constructor for class org.apache.turbine.om.BaseObject
 
BasePeer - class org.apache.turbine.om.peer.BasePeer.
This is the base class for all Peer classes in the system.
BasePeer() - Constructor for class org.apache.turbine.om.peer.BasePeer
 
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 InitableBorker.
BaseTemplateEngineService - class org.apache.turbine.services.template.BaseTemplateEngineService.
The base implementation of Turbine TemplateEngineService.
BaseTemplateEngineService() - Constructor for class org.apache.turbine.services.template.BaseTemplateEngineService
 
BaseTestCase - class org.apache.turbine.test.BaseTestCase.
Base functionality to be extended by all Apache Turbine test cases.
BaseTestCase(String) - Constructor for class org.apache.turbine.test.BaseTestCase
Creates a new instance.
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.
beginTransaction(String) - Static method in class org.apache.turbine.om.peer.BasePeer
Begin a transaction.
BigDecimalField - class org.apache.turbine.services.intake.model.BigDecimalField.
 
BigDecimalField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.BigDecimalField
 
BIGINT - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIGINT_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIGINT_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIGINT_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIGINT_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BINARY - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BINARY_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BINARY_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BINARY_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BINARY_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
bind(String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Creats an initial context.
BIT - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIT_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIT_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIT_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BIT_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BLOB - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BLOB_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BLOB_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BLOB_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
body - Variable in class org.apache.turbine.util.mail.MailMessage
The body of the email message.
BodyAttributesTag - class org.apache.turbine.services.jsp.tags.BodyAttributesTag.
Supporting class for the bodyAttributes tag.
BodyAttributesTag() - Constructor for class org.apache.turbine.services.jsp.tags.BodyAttributesTag
 
BodyTag - class org.apache.turbine.services.jsp.tags.BodyTag.
Supporting class for the body tag.
BodyTag() - Constructor for class org.apache.turbine.services.jsp.tags.BodyTag
 
BOOLEANCHAR - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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
 
BOOLEANINT - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANINT_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANINT_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANINT_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
BOOLEANINT_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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.Navigation
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(String, Object, String) - Static method in class org.apache.turbine.util.db.SqlExpression
Builds a simple SQL expression.
build(String, Object, String, boolean, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Builds a simple SQL expression.
build(String, Object, String, boolean, DB, StringBuffer) - Static method in class org.apache.turbine.util.db.SqlExpression
Builds a simple SQL expression.
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
buildInnerJoin(String, String) - Static method in class org.apache.turbine.util.db.SqlExpression
Used to specify a join on two columns.
buildInnerJoin(String, String, boolean, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Used to specify a join on two columns.
buildInnerJoin(String, String, boolean, DB, StringBuffer) - Static method in class org.apache.turbine.util.db.SqlExpression
Used to specify a join on two columns.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
This builds the WebMacro 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.BaseFreeMarkerScreen
Build the template.
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.VelocityScreen
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.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
This Builds the WebMacro 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.BaseFreeMarkerNavigation
Build the template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
This Builds the WebMacro/FreeMarker/etc template.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
TurbineWebMacro.handleRequest(context,templateFile) the template.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
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() - 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
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.
The interface a CastorService implements.
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.
CHAR - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CHAR_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CHAR_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CHAR_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CHAR_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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.NotEmpty
 
check(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
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 class org.apache.turbine.services.logging.FileLogger
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 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
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 interface org.apache.turbine.services.pool.PoolService
Clears all instances from the pool.
clearPool() - Method in class org.apache.turbine.services.pool.TurbinePoolService
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() - Method in interface org.apache.turbine.services.intake.IntakeService
Clears all instances 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 class org.apache.turbine.services.pool.TurbinePoolService
Clears instances of a named class 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.
clearPool(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Clears instances of a named group from the pool.
CLOB - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CLOB_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CLOB_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
CLOB_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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.util.db.pool.DBConnection
Force the close of this database connection.
close() - Method in class org.apache.turbine.services.logging.LogWriter
Close the stream.
close() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
close() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
close() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Close off the logger.
Column - class org.apache.turbine.torque.engine.database.model.Column.
A Class for holding data about a column used in an Application.
Column() - Constructor for class org.apache.turbine.torque.engine.database.model.Column
Default Constructor
Column(String) - Constructor for class org.apache.turbine.torque.engine.database.model.Column
Creates a new column and set the name
ColumnMap - class org.apache.turbine.util.db.map.ColumnMap.
ColumnMap is used to model a column of a table in a database.
ColumnMap(String, TableMap) - Constructor for class org.apache.turbine.util.db.map.ColumnMap
Constructor.
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.
columnTableMap - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
Hashtable to track what table a column belongs to.
ComboKey - class org.apache.turbine.om.ComboKey.
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of multiple entities such a String[] representing a multi-column primary key.
ComboKey() - Constructor for class org.apache.turbine.om.ComboKey
Creates an ComboKey whose internal representation will be set later, through a set method
ComboKey(SimpleKey[]) - Constructor for class org.apache.turbine.om.ComboKey
Creates a ComboKey whose internal representation is an array of SimpleKeys.
ComboKey(String) - Constructor for class org.apache.turbine.om.ComboKey
Sets the internal representation to a String array.
ComboKey(String[]) - Constructor for class org.apache.turbine.om.ComboKey
Creates a compound ComboKey whose internal representation is a String array.
ComboKeyField - class org.apache.turbine.services.intake.model.ComboKeyField.
 
ComboKeyField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.ComboKeyField
 
commit() - Method in class org.apache.turbine.util.db.pool.DBConnection
Commit the connection.
commitTransaction(DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Commit a transaction.
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.ObjectKey
Implements the compareTo method.
compareTo(Object) - Method in class org.apache.turbine.om.security.SecurityObject
Used for ordering SecurityObjects.
compileStylesheetRoot(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Compile a new StylesheetRoot from an input file.
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.FileLogger
Adds console as a destination for logger.
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.BaseLogger
This method should be implemented by user if the logger can handle remote server.
configureDatabase(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds a db 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.
configureEmail(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds email 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.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Adds local file as destinations for logger.
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.BaseLogger
This method should be implemented by user if the logger can handle files.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This method should be implemented by user if the logger can handle console.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle console.
configureSyslog(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds remote demon as a destination for logger.
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.
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.
connectionClosed(ConnectionEvent) - Method in class org.apache.turbine.util.db.pool.DBConnection
This will be called if the Connection returned by the getConnection method came from a PooledConnection, and the user calls the close() method of this connection object.
connectionErrorOccurred(ConnectionEvent) - Method in class org.apache.turbine.util.db.pool.DBConnection
If a fatal error occurs, close the undelying physical connection so as not to be returned in the future
ConnectionPool - class org.apache.turbine.util.db.pool.ConnectionPool.
This class implements a simple connection pooling scheme.
ConnectionPool() - Constructor for class org.apache.turbine.util.db.pool.ConnectionPool
Deprecated. Use the constructor specifying db parameters.
ConnectionPool(int, long) - Constructor for class org.apache.turbine.util.db.pool.ConnectionPool
Deprecated. Use the constructor specifying db parameters.
ConnectionPool(String, String, String, String) - Constructor for class org.apache.turbine.util.db.pool.ConnectionPool
Creates a ConnectionPool with the default attributes.
ConnectionPool(String, String, String, String, int, long) - Constructor for class org.apache.turbine.util.db.pool.ConnectionPool
Creates a ConnectionPool with the specified attributes.
ConnectionWaitTimeoutException - exception org.apache.turbine.util.db.pool.ConnectionWaitTimeoutException.
Thrown to indicate that
ConnectionWaitTimeoutException(String) - Constructor for class org.apache.turbine.util.db.pool.ConnectionWaitTimeoutException
Creates an wait time out exception for the specified database URL.
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.
containsColumn(Column) - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns true if the table contains a spesified column
containsColumn(ColumnMap) - Method in class org.apache.turbine.util.db.map.TableMap
Does this table contain the specified column?
containsColumn(String) - Method in class org.apache.turbine.util.db.map.TableMap
Does this table contain the specified column?
containsColumn(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns true if the table contains a spesified column
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.
containsKey(String, String) - Method in class org.apache.turbine.util.db.Criteria
Does this Criteria Object contain the specified key?
containsObjectColumn() - Method in class org.apache.turbine.util.db.Criteria
Returns true if any of the tables in the criteria contain an Object column.
containsObjectColumn() - Method in class org.apache.turbine.util.db.map.TableMap
Returns true if this tableMap contains a column with object data.
containsObjectColumn(String) - Method in class org.apache.turbine.util.db.Criteria
Returns true if any of the tables in the criteria contain an Object column.
containsTable(String) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Does this database contain this specific table?
containsTable(TableMap) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Does this database contain this specific table?
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.TurbineLoggingService
context for resolving paths and servlet logging
context - Variable in class org.apache.turbine.services.logging.ServletLogger
context for calling method: "log"
CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
 
CONTEXT - Static variable in interface org.apache.turbine.services.freemarker.FreeMarkerService
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.
convertSourceFile(String) - Method in class org.apache.turbine.util.migrator.Migrator
Apply find/replace regexes to our Turbine source file.
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) - Method in class org.apache.turbine.om.security.TurbineRole
Creates a new Role in the system.
create(String) - Method in interface org.apache.turbine.om.security.Role
Creates a new Role in the system.
create(String) - Static method in class org.apache.turbine.om.security.TurbinePermission
Deprecated. Please use the createPermission method in TurbineSecurity.
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.util.db.adapter.DBFactory
Creates an instance of the Turbine database adapter associated with the specified JDBC driver.
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.
createPreparedStatement(Criteria, StringBuffer, List) - Static method in class org.apache.turbine.om.peer.BasePeer
Create a new PreparedStatement.
createQueryString(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Method to create an SQL query based on values in a Criteria.
createStatement() - Method in class org.apache.turbine.util.db.pool.DBConnection
Create a Java SQL statement for this connection.
Criteria - class org.apache.turbine.util.db.Criteria.
This is a utility class that is used for retrieving different types of values from a hashtable based on a simple name string.
Criteria.Criterion - class org.apache.turbine.util.db.Criteria.Criterion.
This is an inner class that describes an object in the criteria.
Criteria() - Constructor for class org.apache.turbine.util.db.Criteria
Creates a new instance with the default capacity.
Criteria(int) - Constructor for class org.apache.turbine.util.db.Criteria
Creates a new instance with the specified capacity.
Criteria(String) - Constructor for class org.apache.turbine.util.db.Criteria
Creates a new instance with the default capacity which corresponds to the specified database.
Criteria(String, int) - Constructor for class org.apache.turbine.util.db.Criteria
Creates a new instance with the specified capacity which corresponds to the specified database.
criteriaKeys - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The keys for the criteria.
CriteriaTest - class org.apache.turbine.util.db.CriteriaTest.
Test class for Criteria.
CriteriaTest(String) - Constructor for class org.apache.turbine.util.db.CriteriaTest
Creates a new instance.
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.
CUSTOM - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.

D

data - Variable in class org.apache.turbine.util.DynamicURI
The RunData object.
data - Variable in class org.apache.turbine.services.intake.model.Group
The object containing the request data
data - Variable in class org.apache.turbine.services.intake.model.Field
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.
database - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
Database Node to start things off.
Database - class org.apache.turbine.torque.engine.database.model.Database.
A class for holding application data structures.
Database() - Constructor for class org.apache.turbine.torque.engine.database.model.Database
Default Constructor
DATABASEFILE_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
 
DatabaseMap - class org.apache.turbine.util.db.map.DatabaseMap.
DatabaseMap is used to model a database.
DatabaseMap(String) - Constructor for class org.apache.turbine.util.db.map.DatabaseMap
Constructor.
DatabaseMap(String, int) - Constructor for class org.apache.turbine.util.db.map.DatabaseMap
Constructor.
DATABASENAME_PROPERTY - Static variable in interface org.apache.turbine.services.castor.CastorService
 
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.
DATE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DATE_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DATE_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DATE_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DATE_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DateKey - class org.apache.turbine.om.DateKey.
This class can be used as an ObjectKey to uniquely identify an object within an application where the id is a Date.
DateKey() - Constructor for class org.apache.turbine.om.DateKey
Creates an DateKey whose internal representation will be set later, through a set method
DateKey(Date) - Constructor for class org.apache.turbine.om.DateKey
Creates a DateKey
DateKey(DateKey) - Constructor for class org.apache.turbine.om.DateKey
Creates a DateKey that is equivalent to key.
DateKey(String) - Constructor for class org.apache.turbine.om.DateKey
Creates a DateKey whose internal representation is a Date given by the long number given by the String
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).
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 - class org.apache.turbine.util.db.adapter.DB.
DB defines the interface for a Turbine database adapter.
DB_ADAPTOR - Static variable in interface org.apache.turbine.TurbineConstants
Database adaptor.
DB_CONNECTION - Variable in class org.apache.turbine.util.db.adapter.DB
The database name.
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_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_PASS - Variable in class org.apache.turbine.util.db.adapter.DB
The database password.
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_USER - Variable in class org.apache.turbine.util.db.adapter.DB
The database user name.
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
 
DB() - Constructor for class org.apache.turbine.util.db.adapter.DB
Empty constructor.
DBConnection - class org.apache.turbine.util.db.pool.DBConnection.
This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
DBConnection(Connection) - Constructor for class org.apache.turbine.util.db.pool.DBConnection
Creates a Turbine DBConnection specifying nothing but a single database Connection.
DBConnection(Connection, String) - Constructor for class org.apache.turbine.util.db.pool.DBConnection
Creates a Turbine DBConnection with the specified attributes.
DBConnection(Connection, String, String) - Constructor for class org.apache.turbine.util.db.pool.DBConnection
Creates a Turbine DBConnection with the specified attributes.
DBConnection(Connection, String, String, ConnectionPool) - Constructor for class org.apache.turbine.util.db.pool.DBConnection
Creates a Turbine DBConnection that is part of a pool.
DBConnection(PooledConnection, String, String, ConnectionPool) - Constructor for class org.apache.turbine.util.db.pool.DBConnection
Creates a Turbine DBConnection that is part of a pool.
DBDB2App - class org.apache.turbine.util.db.adapter.DBDB2App.
This is used to connect via the Application-Driver to DB2 databases.
DBDB2App() - Constructor for class org.apache.turbine.util.db.adapter.DBDB2App
Empty constructor.
DBDB2Net - class org.apache.turbine.util.db.adapter.DBDB2Net.
This is used to connect via the NET-Driver to DB2 databases.
DBDB2Net() - Constructor for class org.apache.turbine.util.db.adapter.DBDB2Net
Empty constructor.
dbDriver - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
JDBC driver.
DBFactory - class org.apache.turbine.util.db.adapter.DBFactory.
This class creates different DB objects based on the database driver that is provided.
DBFactory() - Constructor for class org.apache.turbine.util.db.adapter.DBFactory
 
DBHypersonicSQL - class org.apache.turbine.util.db.adapter.DBHypersonicSQL.
This is used to connect to Hypersonic SQL databases.
DBHypersonicSQL() - Constructor for class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Constructor.
DBInformix - class org.apache.turbine.util.db.adapter.DBInformix.
This code should be used for an Informix database pool.
DBInformix() - Constructor for class org.apache.turbine.util.db.adapter.DBInformix
Empty constructor.
DBInstantDB - class org.apache.turbine.util.db.adapter.DBInstantDB.
This is used to connect to InstantDB databases.
DBInstantDB() - Constructor for class org.apache.turbine.util.db.adapter.DBInstantDB
Empty constructor.
DBInterbase - class org.apache.turbine.util.db.adapter.DBInterbase.
This code should be used for an Interbase database pool.
DBInterbase() - Constructor for class org.apache.turbine.util.db.adapter.DBInterbase
 
dbMap - Variable in class org.apache.turbine.util.db.map.TurbineMapBuilder
The database map.
DBMM - class org.apache.turbine.util.db.adapter.DBMM.
This is used in order to connect to a MySQL database using the MM drivers.
DBMM() - Constructor for class org.apache.turbine.util.db.adapter.DBMM
Empty constructor
DBMSSQL - class org.apache.turbine.util.db.adapter.DBMSSQL.
This is used to connect to a MSSQL database.
DBMSSQL() - Constructor for class org.apache.turbine.util.db.adapter.DBMSSQL
 
DBNone - class org.apache.turbine.util.db.adapter.DBNone.
This DatabaseHandler is used when you do not have a database installed.
DBNone() - Constructor for class org.apache.turbine.util.db.adapter.DBNone
Empty constructor.
DBOdbc - class org.apache.turbine.util.db.adapter.DBOdbc.
This is used to connect to ODBC Bridged databases on Win32 Platforms.
DBOdbc() - Constructor for class org.apache.turbine.util.db.adapter.DBOdbc
Empty constructor.
DBOracle - class org.apache.turbine.util.db.adapter.DBOracle.
This code should be used for an Oracle database pool.
DBOracle() - Constructor for class org.apache.turbine.util.db.adapter.DBOracle
Empty constructor.
dbPassword - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
JDBC password.
DBPostgres - class org.apache.turbine.util.db.adapter.DBPostgres.
This is used to connect to PostgresQL databases.
DBPostgres() - Constructor for class org.apache.turbine.util.db.adapter.DBPostgres
Empty constructor.
DBSapDB - class org.apache.turbine.util.db.adapter.DBSapDB.
This is used to connect to SapDB databases.
DBSapDB() - Constructor for class org.apache.turbine.util.db.adapter.DBSapDB
Empty constructor.
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
 
DBSybase - class org.apache.turbine.util.db.adapter.DBSybase.
This is used to connect to a Sybase database using Sybase's JConnect JDBC driver.
DBSybase() - Constructor for class org.apache.turbine.util.db.adapter.DBSybase
Empty constructor.
dbUrl - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
JDBC URL.
dbUser - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
JDBC user name.
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
 
DBWeblogic - class org.apache.turbine.util.db.adapter.DBWeblogic.
This code should be used for a Weblogic database pool.
DBWeblogic() - Constructor for class org.apache.turbine.util.db.adapter.DBWeblogic
Empty constructor.
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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
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) - 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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method with logLevel == DEBUG
DECIMAL - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DECIMAL_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DECIMAL_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DECIMAL_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DECIMAL_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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.
decrementConnections() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Decreases the count of connections in the pool and also calls notify().
DEFAULT - Static variable in interface org.apache.turbine.services.db.MapBrokerService
Name of the default map builder and map.
DEFAULT - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
the name of the default pool
DEFAULT - Static variable in class org.apache.turbine.services.db.TurbinePoolBrokerService
Name of the default connection pool.
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_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
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_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
 
DEFAULT_MAP_BUILDER - Static variable in class org.apache.turbine.om.peer.BasePeer
The Turbine default MapBuilder.
DEFAULT_MIMETYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The default MIME type when nothing else is applicable.
DEFAULT_NAME - Static variable in class org.apache.turbine.util.db.LargeSelect
Key which may be used to store and retrieve the LargeSelect from the session.
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_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.
This is a sample navigation module.
DefaultBottomNavigation() - Constructor for class org.apache.turbine.modules.navigations.DefaultBottomNavigation
 
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.
This is an example Layout module that is executed by default.
DefaultLayout() - Constructor for class org.apache.turbine.modules.layouts.DefaultLayout
 
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.
This is a sample navigation module.
DefaultTopNavigation() - Constructor for class org.apache.turbine.modules.navigations.DefaultTopNavigation
 
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
 
deleteAll(DBConnection, String, String, int) - Static method in class org.apache.turbine.om.peer.BasePeer
Convenience method that uses straight JDBC to delete multiple rows.
deleteAll(String, String, int) - Static method in class org.apache.turbine.om.peer.BasePeer
Convenience method that uses straight JDBC to delete multiple rows.
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) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of denied clients.
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 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
Shuts down the provider.
discardBodyData() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads body-data from the current encapsulation and discards it.
dispose() - Method in class org.apache.turbine.om.OMTool
Disposes the object after use.
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.Group
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.intake.model.Field
Disposes the object after use.
DISTINCT - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
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.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
doBuild() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Build up the databasemapping.
doBuild() - Method in interface org.apache.turbine.util.db.map.MapBuilder
Build up the database mapping.
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.Navigation
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.pages.DefaultPage
Builds the Page.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroSiteLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityECSLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Build the layout.
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.JspLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.DefaultLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroOnlyLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.FreeMarkerLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.Error
Build screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method is called by the Screenloader to construct the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(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.DefaultBottomNavigation
Build the Navigation.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultTopNavigation
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.WebMacroSitePage
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.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.DefaultPage
Can be used by template Pages to stuff the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.JspPage
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.FreeMarkerSitePage
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.WebMacroSiteScreen
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.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
This method overrides the method in WebMacroSiteScreen to perform a security check first.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Needs to be implemented to make TemplateScreen like us.
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.VelocityScreen
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
 
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
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.BaseFreeMarkerNavigation
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.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.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.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
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
Method to be overidden by subclasses to include data in the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.screens.WebMacroSiteErrorScreen
Implement this to add information to the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
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.WebMacroSiteSecureScreen
Implement this to add information to the context.
doBuildTemplate(RunData, WebContext) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
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
Build the template.
doc - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
DOM document produced.
doDelete(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Method to perform deletes based on values and keys in a Criteria.
doDelete(Criteria, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Method to perform deletes based on values and keys in a Criteria.
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.
doEndTag() - Method in class org.apache.turbine.services.jsp.tags.BodyTag
Method called when the end tag is encountered; it does nothing.
doEndTag() - Method in class org.apache.turbine.services.jsp.tags.HeadTag
Method called when the end tag is encountered; it does nothing.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
The primary method invoked when the Turbine servlet is executed.
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
doInsert(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Method to perform inserts based on values and keys in a Criteria.
doInsert(Criteria) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Perform a SQL insert, handling connection details internally.
doInsert(Criteria, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Method to perform inserts based on values and keys in a Criteria.
doInsert(Criteria, DBConnection) - 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
You need to implement this in your classes that extend this class.
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.Action
A subclass must override this method to perform itself.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
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.VelocityAction
You SHOULD NOT override this method and implement it in your action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.AccessController
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.FreeMarkerSiteCooker
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LogoutUser
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.InitContextsAction
This action will place the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LoginUser
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Execute the action.
doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this to add information to the context.
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, WebContext) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
You SHOULD override this method and implement it in your action.
doPerform(RunData, WebContext) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
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.VelocityPage
Allows the VelocityService to peform post-request actions.
doPostBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be overridden to perform actions when the request is fully processed.
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)
doPSSelect(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Do a Prepared Statement select according to the given criteria
doPSSelect(Criteria, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Performs a SQL select using a PreparedStatement.
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.peer.BasePeer
Old method for performing a SELECT.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
doSelect(Criteria) - 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.GroupPeer
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, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Old method for performing a SELECT.
doSelect(Criteria, DBConnection) - 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.StringField
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.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.Field
Compares request data with constraints and sets the valid flag.
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.NavigationTag
Method called when the tag is encountered to send the navigation template's contents to the output stream
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.TemplateLinkTag
 
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.BodyTag
Method called when the tag is encountered.
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.HeadTag
Method called when the start tag is encountered.
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.BodyAttributesTag
Method called when the tag is encountered to send attributes to the output stream
doStartTag() - Method in class org.apache.turbine.services.jsp.tags.ScreenTag
Method called when the tag is encountered to send attributes to the output stream
DOUBLE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DOUBLE_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DOUBLE_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DOUBLE_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
DOUBLE_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
doUpdate(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Use this method for performing an update of the kind:
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Issues an update based on a criteria.
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.services.schedule.JobEntryPeer
Update an existing Job.
doUpdate(Criteria, Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Use this method for performing an update of the kind:
doUpdate(Criteria, Criteria, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Use this method for performing an update of the kind:
doUpdate(Criteria, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Use this method for performing an update of the kind:
DTDResolver - class org.apache.turbine.torque.engine.database.transform.DTDResolver.
A resolver to get the database.dtd file for the XML parser from the jar.
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.torque.engine.database.transform.DTDResolver
constructor
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.
Creates a TEXTAREA html tag.
DynamicURIModel(RunData) - Constructor for class org.apache.turbine.services.freemarker.DynamicURIModel
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
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
Method called by templateCache.
elementUpdateFailed(CacheEvent) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
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
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
 
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.
EQUAL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
equals(BaseObject) - Method in class org.apache.turbine.om.BaseObject
Compares the primary key of this instance with the key of another.
equals(Object) - Method in class org.apache.turbine.om.ComboKey
This method will return true if the conditions for a looseEquals are met and in addition no parts of the keys are null.
equals(Object) - Method in class org.apache.turbine.om.DateKey
keyObj is equal to this DateKey if keyObj is a DateKey or String that contains the same information this key contains.
equals(Object) - Method in class org.apache.turbine.om.StringKey
keyObj is equal to this StringKey if keyObj is a StringKey or String that contains the same information this key contains.
equals(Object) - Method in class org.apache.turbine.om.BaseObject
Compares this with another BaseObject instance.
equals(Object) - Method in class org.apache.turbine.om.NumberKey
keyObj is equal to this NumberKey if keyObj is a NumberKey or String that contains the same information this key contains.
equals(Object) - Method in class org.apache.turbine.util.StringStackBuffer
Compares two StringStackBuffers.
equals(Object) - Method in class org.apache.turbine.util.db.Criteria
This method checks another Criteria to see if they contain the same attributes and hashtable entries.
equals(Object) - Method in class org.apache.turbine.util.db.Criteria.Criterion
This method checks another Criteria to see if they contain the same attributes and hashtable entries.
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.torque.engine.database.transform.XmlToAppData
Error callback.
error(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
Error callback.
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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == ERROR
error(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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 class org.apache.turbine.services.logging.FileLogger
 
error(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
 
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 class org.apache.turbine.services.logging.FileLogger
 
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) - 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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
 
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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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 class org.apache.turbine.services.logging.FileLogger
 
error(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
 
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 class org.apache.turbine.services.logging.FileLogger
 
error(Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
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
 
escapeText() - Method in class org.apache.turbine.util.db.adapter.DBSapDB
This method is for the SqlExpression.quoteAndEscape rules.
escapeText() - Method in class org.apache.turbine.util.db.adapter.DB
This method is for the SqlExpression.quoteAndEscape rules.
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.NavigationModel
Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.AddToHeadModel
Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.DynamicURIModel
Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.SetBodyAttributesModel
Method called by FreeMarker Template.
exec(List) - Method in class org.apache.turbine.services.freemarker.InputModel
Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.TextAreaModel
Method called by FreeMarker during template parsing.
exec(List) - Method in class org.apache.turbine.services.freemarker.SetTitleModel
Method called by FreeMarker Template.
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.PageLoader
Attempts to load and execute the external page.
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.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() - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
 
execute() - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Default constructor.
execute() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Execute the parser.
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
This method should be called to execute the event based system.
executeQuery(String) - Static method in class org.apache.turbine.om.peer.BasePeer
Utility method which executes a given sql statement.
executeQuery(String, boolean, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Method for performing a SELECT.
executeQuery(String, int, int, boolean, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Method for performing a SELECT.
executeQuery(String, int, int, String, boolean) - Static method in class org.apache.turbine.om.peer.BasePeer
Method for performing a SELECT.
executeQuery(String, String) - Static method in class org.apache.turbine.om.peer.BasePeer
Utility method which executes a given sql statement.
executeQuery(String, String, boolean) - Static method in class org.apache.turbine.om.peer.BasePeer
Method for performing a SELECT.
executeRpc(URL, String, Vector) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Client's interface to XML-RPC.
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 interface org.apache.turbine.services.xmlrpc.XmlRpcService
Execute a remote procedure call.
executeStatement(String) - Static method in class org.apache.turbine.om.peer.BasePeer
Utility method which executes a given sql statement.
executeStatement(String, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Utility method which executes a given sql statement.
executeStatement(String, String) - Static method in class org.apache.turbine.om.peer.BasePeer
Utility method which executes a given sql statement.
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.torque.engine.database.transform.XmlToAppData
Fatal error callback.
fatalError(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
Fatal error callback.
fatalError(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give fatalErrors.
fetch(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
Description of the Method
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.
FileHandlerTest - class org.apache.turbine.services.xmlrpc.util.FileHandlerTest.
Test class for FileHandler.
FileHandlerTest(String) - Constructor for class org.apache.turbine.services.xmlrpc.util.FileHandlerTest
Creates a new instance.
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.
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
 
finalize() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Close any open connections when this object is garbage collected.
finalize() - Method in class org.apache.turbine.util.db.pool.DBConnection
The finalizer helps prevent ConnectionPool leakage.
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.FileLogger
Also do a shutdown if the object is destroy()'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.TurbineLogging
Attempt to close the log files when the class is GC'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.
FLOAT - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
FLOAT_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
FLOAT_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
FLOAT_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
FLOAT_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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.
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.
ForeignKey - class org.apache.turbine.torque.engine.database.model.ForeignKey.
A Class for information about foreign keys of a table
ForeignKey() - Constructor for class org.apache.turbine.torque.engine.database.model.ForeignKey
Default Constructor
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
Formats an array into the form "A, B and C".
formatArray(Object, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Formats an array into the form "A<delim>B<delim>C".
formatArray(Object, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
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
Formats a date in 'long' style.
formatLongDateTime(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Formats a date/time in 'long' style.
formatShortDate(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Formats a date in 'short' style.
formatShortDateTime(Date) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
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
Formats a vector into the form "A, B and C".
formatVector(Vector, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Formats a vector into the form "A<delim>B<delim>C".
formatVector(Vector, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
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.
This is a sample FreeMarker Layout module
FreeMarkerLayout() - Constructor for class org.apache.turbine.modules.layouts.FreeMarkerLayout
 
FreeMarkerService - interface org.apache.turbine.services.freemarker.FreeMarkerService.
Implementations of the FreeMarkerService interface.
FreeMarkerSiteCooker - class org.apache.turbine.modules.actions.FreeMarkerSiteCooker.
This action parses all files located in the screens, navigations, and layouts directories under the services.freemarker.path given in TurbineResources.properties.
FreeMarkerSiteCooker() - Constructor for class org.apache.turbine.modules.actions.FreeMarkerSiteCooker
 
FreeMarkerSiteLayout - class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout.
FreeMarker Site Layout.
FreeMarkerSiteLayout() - Constructor for class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
 
FreeMarkerSitePage - class org.apache.turbine.modules.pages.FreeMarkerSitePage.
Extends TemplatePage to set the template Context.
FreeMarkerSitePage() - Constructor for class org.apache.turbine.modules.pages.FreeMarkerSitePage
 
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
 
generateXML() - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Generates an XML database schema from JDBC metadata.
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(Object) - Method in class org.apache.turbine.util.db.Criteria
Overrides Hashtable get, so that the value placed in the Criterion is returned instead of the Criterion.
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.torque.TorqueDataDumpTask.TableTool
Description of the Method
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, 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) - 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) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
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 get 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.
getA(String) - Method in class org.apache.turbine.util.DynamicURI
Create an anchor object.
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.
getAbsolutePathToResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the absolute path of resources directory where tools store resource information.
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.
getAdditionalIndicesForPrimaryKey() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns a list of CSV strings for a primary key composed of multiple parts to create extra indices for.
getAlias() - Method in class org.apache.turbine.torque.engine.database.model.Table
JavaName of om object this entry references.
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.
getAllTables() - Method in class org.apache.turbine.util.db.Criteria.Criterion
 
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.
getAncestor() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of ancestor.
getAnd() - Method in class org.apache.turbine.util.db.Criteria.Criterion
get the criterion from this Criterion's AND field.
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.torque.engine.database.model.Database
Get the parent of the table
getAppData() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the parent of the input group
getArrayConvert() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
getAsColumns() - Method in class org.apache.turbine.util.db.Criteria
Get the column aliases.
getAssembler(String) - Method in interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
 
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.JavaPageFactory
 
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.JavaActionFactory
 
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.JavaNavigationFactory
 
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 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.util.java.JavaBaseFactory
 
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.
getAttachedCriterion() - Method in class org.apache.turbine.util.db.Criteria.Criterion
 
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
Not implemented.
getAttributeNames() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
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 interface org.apache.turbine.services.logging.LoggingConfig
 
getBackupFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getBaseClass() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the value of baseClass.
getBaseClass() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of baseClass.
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
Gets the base path for the FreeMarker templates.
getBasePath() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Gets the base path for the FreeMarker templates.
getBasePeer() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the value of basePeer.
getBasePeer() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of basePeer.
getBigDecimal() - Method in class org.apache.turbine.om.NumberKey
Access the underlying BigDecimal object.
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.db.Criteria
Convenience method to return a BigDecimal.
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.
getBigDecimal(String, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a BigDecimal.
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.db.Criteria
Convenience method to return value as a boolean.
getBoolean(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a boolean for the given name.
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) - 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 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, 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 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.
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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return value as a boolean.
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(RunData) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on HTTP Accept-Language header in RunData.
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, 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) - Method in interface org.apache.turbine.services.localization.LocalizationService
Convenience method to get a ResourceBundle based on name and HTTP Accept-Language header in RunData.
getBundle(String, RunData) - 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 RunData.
getBundle(String, RunData) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method returns a ResourceBundle given the bundle name and the Locale information supplied in the HTTP "Accept-Language" header which is stored in RunData.
getBundle(String, 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.
getByName(String) - Method in class org.apache.turbine.om.BaseObject
Retrieves a field from the object by name.
getByPeerName(String) - Method in class org.apache.turbine.om.BaseObject
Retrieves a field from the object by name passed in as a String.
getByPosition(int) - Method in class org.apache.turbine.om.BaseObject
Retrieves a field from the object by position as specified in a database schema for example.
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
Return a FreeMarker template from the cache.
getCachedTemplate(String) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Return a FreeMarker template from the cache.
getCacheSize() - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Returns the current size of the cache.
getCacheSize() - Method in interface org.apache.turbine.services.cache.GlobalCacheService
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 interface org.apache.turbine.services.pool.PoolService
Gets the capacity of the pool for a named class.
getCapacity(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the capacity of the pool for a named class.
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.
getCapacity(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the capacity of the pool for a named group.
getCastorLogger() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Gets you the PrintWriter object Castor is using for logging.
getCastorLogger() - Method in interface org.apache.turbine.services.castor.CastorService
Gets the Castor logger object.
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 interface org.apache.turbine.services.mimetype.MimeTypeService
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 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 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.TurbineMimeTypeService
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 interface org.apache.turbine.services.mimetype.MimeTypeService
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 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 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.TurbineMimeTypeService
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.
getChildren() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get the inheritance definitions.
getChildrenColumn() - Method in class org.apache.turbine.torque.engine.database.model.Table
 
getChildrenNames() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the objects that can be created from this table.
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
Get the cid of an embedded file.
getClassName() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of className.
getClassName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getClassName() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getCol() - Method in class org.apache.turbine.torque.engine.sql.Token
Get the column number of this token.
getColumn() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Get the column name.
getColumn() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.ColumnValue
 
getColumn() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of parent.
getColumn(String) - Method in class org.apache.turbine.util.db.map.TableMap
Get a ColumnMap for the named table.
getColumn(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns a specified column.
getColumnByJavaName(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns a specified column.
getColumnList() - Method in class org.apache.turbine.torque.engine.database.model.Unique
Return a comma delimited string of the index columns
getColumnName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the 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.
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.GroupPeer
Returns the full name of a column.
getColumnName(String) - Method in class org.apache.turbine.util.db.Criteria
Method to return a String table name.
getColumns() - Method in class org.apache.turbine.util.db.map.TableMap
Get a ColumnMap[] of the columns in this table.
getColumns() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns an Array containing all the columns in the table
getColumns(DatabaseMetaData, String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Retrieves all the column names and types for a given table from JDBC metadata.
getColumnValues() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.DataRow
 
getComparison() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Get the comparison.
getComparison(String) - Method in class org.apache.turbine.util.db.Criteria
Method to return a comparison String.
getComparison(String, String) - Method in class org.apache.turbine.util.db.Criteria
Method to return a comparison String.
getConfiguration() - Method in class org.apache.turbine.services.BaseService
Returns the configuration of this Service.
getConfiguration() - Method in interface org.apache.turbine.services.Service
Returns the Configuration of this Service.
getConfiguration() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
Returns the configuration of this service.
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 interface org.apache.turbine.services.ServiceBroker
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 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.
getConfiguration(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to extract a subset configuraton sharing a common name prefix.
getConfiguration(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to extract a subset configuraton 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 class org.apache.turbine.util.db.pool.ConnectionPool
Returns a connection that maintains a link to the pool it came from.
getConnection() - Method in class org.apache.turbine.util.db.pool.DBConnection
Returns a JDBC connection.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Returns a JDBC Connection from the DriverManager.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DBNone
Returns a JDBC Connection from the DriverManager.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Returns a JDBC Connection from the DriverManager.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Returns a JDBC Connection from the DriverManager.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DB
Returns a JDBC Connection from the DriverManager.
getConnection() - Static method in class org.apache.turbine.services.db.TurbineDB
This method returns a DBConnection from the default pool.
getConnection() - Method in interface org.apache.turbine.services.db.PoolBrokerService
This method returns a DBConnection from the default pool.
getConnection() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This method returns a DBConnection from the default pool.
getConnection(String) - Static method in class org.apache.turbine.services.db.TurbineDB
This method returns a DBConnection from the pool with the specified name.
getConnection(String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
This method returns a DBConnection from the pool with the specified name.
getConnection(String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This method returns a DBConnection from the pool with the specified name.
getConnection(String, String, String, String) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Deprecated. Database parameters should not be specified each time a DBConnection is fetched from the pool.
getConnection(String, String, String, String) - Static method in class org.apache.turbine.services.db.TurbineDB
Deprecated. Database parameters should not be specified each time a DBConnection is fetched from the service.
getConnection(String, String, String, String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Deprecated. Database parameters should not be specified each time a DBConnection is fetched from the service.
getConnection(String, String, String, String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Deprecated. Database parameters should not be specified each time a DBConnection is fetched from the service.
getConnectionPoolDataSource() - Method in class org.apache.turbine.util.db.adapter.DBOracle
 
getConnectionPoolDataSource() - Method in class org.apache.turbine.util.db.adapter.DB
Returns a new JDBC PooledConnection.
getConsole() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getConsole() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getContainsForeignPK() - Method in class org.apache.turbine.torque.engine.database.model.Table
Determine if this table contains a foreign PK
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 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.TurbineMimeTypeService
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 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.TurbineMimeTypeService
Gets the MIME content type for a named file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a named file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Gets a MIME content type corresponding to a specified file name extension.
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 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.TurbineMimeTypeService
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
Get the context object that will be merged with the template.
getContext() - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Get the context object that will be merged with the template.
getContext() - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Return the model needed by FreeMarker.
getContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a blank Context object.
getContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
Create an empty WebContext 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
Create a context needed by the FreeMarker template.
getContext() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Create a context needed by the FreeMarker template.
getContext() - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Create an empty WebContext object.
getContext() - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Create an empty WebContext object.
getContext() - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
This method returns a blank WebContext object.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroSiteLayout
Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.FreeMarkerSiteLayout
Return the model needed by FreeMarker.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroOnlyLayout
Return the WebContext needed by WebMacro.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.screens.BaseFreeMarkerScreen
Return the model needed by FreeMarker.
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.navigations.WebMacroSiteNavigation
Return the WebContext needed by WebMacro.
getContext(RunData) - Method in class org.apache.turbine.modules.navigations.BaseFreeMarkerNavigation
Return the model needed by FreeMarker.
getContext(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
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) - 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 interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
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
Create a context from the RunData object.
getContext(RunData) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Create a context from the RunData object.
getContext(RunData) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
Create a WebContext from the RunData object.
getContext(RunData) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
Create a WebContext from the RunData object.
getContext(RunData) - Static method in class org.apache.turbine.services.webmacro.TurbineWebMacro
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
Create a context needed by the FreeMarker template.
getContext(ServletRequest) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
Create a context needed by the FreeMarker template.
getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getContext(String) - Method in class org.apache.turbine.services.naming.TurbineNamingService
Return the Context with the specified name.
getContext(String) - Method in interface org.apache.turbine.services.naming.NamingService
Return the Context with the specified name.
getContextPath() - Method in class org.apache.turbine.util.ServerData
Get the context path.
getContextPath() - Method in interface org.apache.turbine.util.RunData
Gets the cached context path.
getContextPath() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the context path for this Turbine application.
getContextPath() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached context path.
getCookieParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookie parser without parsing the cookies.
getCookieParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the cookie parser without parsing the cookies.
getCookiePath() - Method in interface org.apache.turbine.util.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.
getCriterion(String) - Method in class org.apache.turbine.util.db.Criteria
Method to return criteria related to columns in a table.
getCriterion(String, String) - Method in class org.apache.turbine.util.db.Criteria
Method to return criteria related to a column in a table.
getDatabase() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the parent of the table
getDatabase() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Gets a Castor Database object in the context of the defined environment.
getDatabase() - Method in interface org.apache.turbine.services.castor.CastorService
Gets the database object.
getDatabase(String) - Method in class org.apache.turbine.torque.engine.database.model.AppData
Return the database with the specified name.
getDatabaseDriver() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the database driver name
getDatabaseHost() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the database host.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TableMap
Get the DatabaseMap containing this TableMap.
getDatabaseMap() - Method in interface org.apache.turbine.util.db.map.MapBuilder
Gets the database mapping this map builder built.
getDatabaseMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the default database map information.
getDatabaseMap() - Method in interface org.apache.turbine.services.db.MapBrokerService
Returns the default database map information.
getDatabaseMap() - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Returns the default database map information.
getDatabaseMap(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the database map information.
getDatabaseMap(String) - Method in interface org.apache.turbine.services.db.MapBrokerService
Returns the database map information.
getDatabaseMap(String) - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Returns the database map information.
getDatabaseName() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the database name to dump
getDatabaseName() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Gets the DatabaseName attribute of the TorqueDataSQLTask object
getDatabaseName() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the database name.
getDatabasePassword() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the database password
getDatabasePassword() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the database password.
getDatabases() - Method in class org.apache.turbine.torque.engine.database.model.AppData
Return an array of all databases
getDatabaseUrl() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the database url
getDatabaseUser() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the database user
getDatabaseUser() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the database user.
getDataDTD() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Gets the DataDTD attribute of the TorqueDataSQLTask object
getDataXmlFile() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Gets the DataXmlFile attribute of the TorqueDataSQLTask object
getDate() - Method in class org.apache.turbine.om.DateKey
Access the underlying Date object.
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.db.Criteria
Convenience method to return a Date.
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.
getDate(String, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a Date.
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 class org.apache.turbine.util.db.Criteria.Criterion
Get the value of db.
getDB() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Returns an instance of the database adapter associated with this pool.
getDB() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the database adapter for the default connection pool.
getDB() - Method in interface org.apache.turbine.services.db.PoolBrokerService
Returns the database adapter for the default connection pool.
getDB() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Returns the database adapter for the default connection pool.
getDB(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Returns database adapter for a specific connection pool.
getDB(String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Returns database adapter for a specific connection pool.
getDB(String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Returns database adapter for a specific connection pool.
getDbLogger() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getDbLogger() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDbName() - Method in class org.apache.turbine.util.db.Criteria
Get the Database(Map) name.
getDbPool() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getDbPool() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDefault() - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
getDefaultBufferSize() - Method in class org.apache.turbine.services.jsp.TurbineJspService
The buffer size
getDefaultBufferSize() - Method in interface org.apache.turbine.services.jsp.JspService
The buffer size
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() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the pool name for the default database.
getDefaultExtension() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default extension given in the properties file.
getDefaultExtension() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default template name extension specified in the template service properties.
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 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.TurbineMimeTypeService
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 interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the default file name extension for a MIME type.
getDefaultIdMethod() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of defaultIdMethod.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultLayoutName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default layout module name for the given request.
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template given in the properties file.
getDefaultLayoutTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout template name of the template engine service corresponding to the default template name extension.
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() - Static method in class org.apache.turbine.services.db.TurbineDB
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default Navigation given in the properties file.
getDefaultNavigation() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default navigation module name of the template engine service corresponding to the default template name extension.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultPageName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default page module name for the given request.
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() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the Screen template given in the properties file.
getDefaultScreen() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default screen module name of the template engine service corresponding to the default template name extension.
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.
getDefaultSetting() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return a string that will give this column a default value.
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.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.Field
 
getDefaultValue() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get a string that will give this column a 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.
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.db.Criteria
Convenience method to return a double.
getDouble(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a double for the given name.
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) - 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 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, 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 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.
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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a double.
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 interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailBufferSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailFrom() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailFrom() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailSubject() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailSubject() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailTo() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailTo() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getErrorMessage(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
getErrorMsg() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
getErrorMsg() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Allow client to get the error message from logger.
getException() - Method in class org.apache.turbine.util.SystemError
Get the exception.
getExpectedFormat() - Method in class org.apache.turbine.util.validation.NotEmpty
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.InputValidator
 
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.
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 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.
getFieldGetter(String, String) - Method in interface org.apache.turbine.services.intake.IntakeService
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.
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 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.
getFieldSetter(String, String) - Method in interface org.apache.turbine.services.intake.IntakeService
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 interface org.apache.turbine.services.logging.LoggingConfig
 
getFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFileSize() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFileSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.db.Criteria
Convenience method to return a float.
getFloat(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a float for the given name.
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) - 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 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, 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 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.
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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a float.
getForeignColumnNames() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Return a comma delimited string of foreign column names
getForeignColumns() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Return the vector of local columns.
getForeignKey() - Method in class org.apache.turbine.torque.engine.database.model.Column
get the foreign key object for this column if it is a foreign key or part of a foreign key
getForeignKey(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Return the first foreign key that includes col in it's list of local columns.
getForeignKeys() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns an Array containing all the FKs in the table
getForeignKeys(DatabaseMetaData, String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Retrieves a list of foreign key columns for a given table.
getForeignLocalMapping() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Utility method to get local column to foreign column mapping for this foreign key.
getForeignTableName() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Get the foreignTableName of the FK
getForeignTableNames() - Method in class org.apache.turbine.torque.engine.database.model.Table
A list of tables referenced by foreign keys in this table
getFormat() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFormat() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.
getFromClause() - Method in class org.apache.turbine.util.db.Query
Retrieve the from buffer in order to specify which tables are involved in this query.
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.
getFullyQualifiedName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the table name + column name.
getFullyQualifiedName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns table.column
getGID() - Method in class org.apache.turbine.services.intake.model.Group
Get the part of the key used to specify the group.
getGlobalContext() - Method in interface org.apache.turbine.services.pull.PullService
Get the context containing global tools that will be use as part of the Turbine Pull Model.
getGlobalContext() - 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.
getGlobalContext() - Static method in class org.apache.turbine.services.pull.TurbinePull
Get the ToolBox that was created by Pull Service during early initialization.
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 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 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.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 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.
getGroupKey(String) - Method in interface org.apache.turbine.services.intake.IntakeService
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 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.
getGroupName(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the group name given its key.
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.
getGroupNames() - Method in interface org.apache.turbine.services.intake.IntakeService
Names of all the defined groups.
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.
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
getIdAsBigDecimal(Connection, Object) - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsBigDecimal(Connection, Object) - Method in class org.apache.turbine.util.db.IDBroker
Returns an id as a BigDecimal.
getIdAsBigDecimal(Connection, Object) - Method in interface org.apache.turbine.util.db.IdGenerator
Returns an id as a BigDecimal.
getIdAsBigDecimal(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as a BigDecimal.
getIdAsInt(Connection, Object) - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsInt(Connection, Object) - Method in class org.apache.turbine.util.db.IDBroker
Returns an id as a primitive int.
getIdAsInt(Connection, Object) - Method in interface org.apache.turbine.util.db.IdGenerator
Returns an id as a primitive int.
getIdAsInt(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an int.
getIdAsLong(Connection, Object) - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsLong(Connection, Object) - Method in class org.apache.turbine.util.db.IDBroker
Returns an id as a primitive long.
getIdAsLong(Connection, Object) - Method in interface org.apache.turbine.util.db.IdGenerator
Returns an id as a primitive long.
getIdAsLong(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an long.
getIdAsString(Connection, Object) - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsString(Connection, Object) - Method in class org.apache.turbine.util.db.IDBroker
Returns an id as a String.
getIdAsString(Connection, Object) - Method in interface org.apache.turbine.util.db.IdGenerator
Returns an id as a String.
getIdAsString(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an String.
getIDBroker() - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get the IDBroker for this database.
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.
getIdGenerator() - Method in class org.apache.turbine.util.db.map.TableMap
Get the value of idGenerator.
getIdMethod() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the method for generating pk's
getIdMethodParameters() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns a Collection of parameters relevant for the chosen id generation method.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBSybase
The last value applied to an identity column for a session is available in the @@identity global variable.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBDB2App
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBNone
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBInformix
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBSapDB
Returns the SQL to get the database key of the last row inserted.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBOracle
Returns the SQL to get the database key of the last row inserted.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBMM
Returns the SQL to get the database key of the last row inserted, which in this case is SELECT LAST_INSERT_ID().
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBPostgres
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DB
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBOdbc
Returns the last auto-increment key.
getIdSqlForAutoIncrement(Object) - Method in class org.apache.turbine.util.db.adapter.DBDB2Net
Returns the last auto-increment key.
getIdTable() - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get the ID table for this database.
getIfRequiredMessage() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the value of ifRequiredMessage.
getIndexColumnList() - Method in class org.apache.turbine.torque.engine.database.model.Index
Return a comma delimited string of the index columns
getIndexColumns() - Method in class org.apache.turbine.torque.engine.database.model.Unique
Return the vector of local columns.
getIndexColumns() - Method in class org.apache.turbine.torque.engine.database.model.Index
Return the vector of local columns.
getIndexName() - Method in class org.apache.turbine.torque.engine.database.model.Index
Get the name of the index
getIndices() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns an Array containing all the FKs in the table
getInit() - Method in interface org.apache.turbine.services.Initable
Returns initialization status of an Initable.
getInit() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getInit() - Method in class org.apache.turbine.services.BaseInitable
Returns initialization status.
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.BaseUnicastRemoteService
 
getInitableBroker() - Method in class org.apache.turbine.services.BaseInitable
Returns an InitableBroker reference.
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.
getInputFile() - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
Get the current input file
getInputSource(String) - Method in class org.apache.turbine.torque.engine.database.transform.DTDResolver
get an InputSource for an URL String
getInputSource(String) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
get an InputSource for an URL String
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.
getInputValidator() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns the class name to do input validation
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.PageLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ScheduledJobLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ScreenLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.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 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.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 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 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.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 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.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.PageLoader
Pulls out an instance of the object by name.
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.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() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
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.
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.db.Criteria
Convenience method to return an int.
getInt(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an int for the given name.
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) - 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 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, 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 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.
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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return an int.
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.db.Criteria
Convenience method to return an Integer.
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.
getInteger(String, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return an Integer.
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.NumberKeyValidator
 
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
 
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
getIsUnique() - Method in class org.apache.turbine.torque.engine.database.model.Index
Get unique attribute of the index
getJavaName() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get name to use in Java sources
getJavaName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get name to use in Java sources
getJavaNative() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return a string representation of the native java type which corresponds to the JDBC type of this column.
getJavaNative(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Return native java type which corresponds to the JDBC type provided.
getJavaObject() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return a string representation of the Java object which corresponds to the JDBC type of this column.
getJavaObject(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Return a Java object which corresponds to the JDBC type provided.
getJDBCDriver() - Method in class org.apache.turbine.util.db.adapter.DB
Gets the JDBC driver used by this adapter.
getJdbcType(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Returns the correct jdbc type for torque added types
getJDO() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Gets a JDO object initialized to the database mentioned in the property databasename.
getJDO() - Method in interface org.apache.turbine.services.castor.CastorService
Gets the JDO.
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) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Retrieve a JobEntry based on its id.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
This method returns the job element from the internal queue.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Get a specific Job from Storage.
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.
getJoinL() - Method in class org.apache.turbine.util.db.Criteria
get one side of the set of possible joins.
getJoinR() - Method in class org.apache.turbine.util.db.Criteria
get one side of the set of possible joins.
getKey() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of key.
getKey() - Method in class org.apache.turbine.services.intake.model.Field
Get the key used to identify the field.
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the parameter key of the property
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the key used to reference this group in input (form)
getKeys() - Method in interface org.apache.turbine.util.ValueParser
 
getKeys() - Method in class org.apache.turbine.util.parser.BaseValueParser
 
getKeys() - Method in class org.apache.turbine.services.resources.TurbineResourceService
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 interface org.apache.turbine.services.resources.ResourceService
Get the list of the keys contained in the configuration repository.
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.
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 interface org.apache.turbine.services.resources.ResourceService
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a layout template.
getLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
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 interface org.apache.turbine.services.logging.LoggingConfig
 
getLevel() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getLimit() - Method in class org.apache.turbine.util.db.Criteria
Get limit.
getLimit() - Method in class org.apache.turbine.util.db.Query
Get the limit number.
getLimitStyle() - Method in class org.apache.turbine.util.db.adapter.DBSybase
This method is used to chek whether the database supports limiting the size of the resultset.
getLimitStyle() - Method in class org.apache.turbine.util.db.adapter.DBMM
This method is used to chek whether the database supports limiting the size of the resultset.
getLimitStyle() - Method in class org.apache.turbine.util.db.adapter.DBPostgres
This method is used to chek whether the database supports limiting the size of the resultset.
getLimitStyle() - Method in class org.apache.turbine.util.db.adapter.DB
This method is used to chek whether the database supports limiting the size of the resultset.
getLine() - Method in class org.apache.turbine.torque.engine.sql.Token
Get the line number of this token.
getLocalColumnNames() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Return a comma delimited string of local column names
getLocalColumns() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Return the vector of local columns.
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(RunData) - Static method in class org.apache.turbine.services.localization.LocaleDetector
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
This method parses the Accept-Language header and attempts to create a Locale out of it.
getLocalForeignMapping() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Utility method to get local column to foreign column mapping for this foreign key.
getLogger() - Static method in class org.apache.turbine.util.Log
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() - 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 interface org.apache.turbine.services.logging.LoggingService
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 class org.apache.turbine.services.logging.LogWriter
This method returns logger with given name if such logger exsists, or the default logger.
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.ServletLoggingService
This method returns default logger, ignoring given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method returns logger with given name.
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.
getLoggingConfig() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Creates a new LoggingConfig object.
getLoginTimeout() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
 
getLogWriter() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
The log writer is a character output stream to which all logging and tracing messages for this data source object instance will be printed.
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.db.Criteria
Convenience method to return a long.
getLong(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a long for the given name.
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) - 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 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, 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 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.
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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a long.
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.
getMapBuilder() - Static method in class org.apache.turbine.om.peer.BasePeer
This method returns the MapBuilder specified in the TurbineResources.properties file.
getMapBuilder(String) - Static method in class org.apache.turbine.om.peer.BasePeer
This method returns the MapBuilder specified in the name parameter.
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
getMaxLength() - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
This value can be used to construct a form input field so lets make it available
getMessage() - Method in class org.apache.turbine.util.FormMessage
Return the message.
getMessage() - Method in class org.apache.turbine.util.SecurityCheck
Get the message that should be displayed.
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.TurbineException
Returns the error message of this and any nested Throwable.
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 class org.apache.turbine.services.intake.validator.ValidationException
Get the value of message.
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 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 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.TurbineMimeTypeService
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 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.TurbineMimeTypeService
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 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.TurbineMimeTypeService
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.
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.
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.
getMultipleDatabases() - Method in class org.apache.turbine.torque.engine.database.model.AppData
 
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.db.map.TableMap
Get the name of the Table.
getName() - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get the name of this database.
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.torque.engine.database.model.IdMethodParameter
Get the parameter name
getName() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the name of the Table
getName() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the name of the Database
getName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get the name of the column
getName() - Method in class org.apache.turbine.services.BaseService
Returns the name of this service.
getName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
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.intake.validator.Constraint
Get the name of the constraint.
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the property
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the name that handles this group
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the name of the parameter
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Navigation module.
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) - 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.
getNbrAvailable() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Returns the available connections in the pool
getNbrCheckedOut() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Returns the checked out connections in the pool
getNewConnection() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Returns a fresh connection to the database.
getNewCriterion(String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
Method to return criterion that is not added automatically to this Criteria.
getNewCriterion(String, String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
Method to return criterion that is not added automatically to this Criteria.
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.
getNextIds(String, int) - Method in class org.apache.turbine.util.db.IDBroker
This method returns x number of ids for the given table.
getNextResults() - Method in class org.apache.turbine.util.db.LargeSelect
Gets the next block of rows.
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
Return a FreeMarker template.
getNonCachedTemplate(String) - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
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 class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns the number of objects currently stored in the cache
getNumColumns() - Method in class org.apache.turbine.torque.engine.database.model.Table
Utility method to get the number of columns in this table
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) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Gets a cached object given its id (a String).
getObject(String) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
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.
getObjectKey(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return an ObjectKey.
getObjectKey(String, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return an ObjectKey.
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.
getOffset() - Method in class org.apache.turbine.util.db.Criteria
Get offset.
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.
getOr() - Method in class org.apache.turbine.util.db.Criteria.Criterion
get the criterion from this Criterion's AND field.
getOrderByClause() - Method in class org.apache.turbine.util.db.Query
Retrieve the order by columns buffer in order to specify which columns are used to sort the results of the query.
getOrderByColumns() - Method in class org.apache.turbine.util.db.Criteria
Get order by columns.
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.
getOutputFile() - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
Get the current output file.
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.
getPackage() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of package.
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.services.rundata.DefaultTurbineRunData
Gets the page.
getParameter(String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the value of a MIME type parameter.
getParameterParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameter parser without parsing the parameters.
getParameterParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the parameter parser without parsing the parameters.
getParameterParserMethod() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return ParameterParser getX() method which corresponds to the JDBC type which represents this column.
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 class org.apache.turbine.om.security.TurbineRole
Returns the set of Permissions associated with this Role.
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.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.
getPool() - Method in class org.apache.turbine.util.db.pool.DBConnection
Returns the pool this DBConnection came from, or null if it is not linked to any pool
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.
getPooledConnection() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Attempt to establish a database connection.
getPosition() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get the location of this column within the table (one-based).
getPPMethod() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
getPPMethod(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Return ParameterParser getX() method which corresponds to the JDBC type provided.
getPrefix() - Method in class org.apache.turbine.util.db.map.TableMap
Get table prefix name.
getPreviousResults() - Method in class org.apache.turbine.util.db.LargeSelect
Gets a block of rows which have previously been retrieved.
getPrimaryKey() - Method in interface org.apache.turbine.om.Persistent
getter for the object primaryKey.
getPrimaryKey() - Method in class org.apache.turbine.om.BaseObject
getter for the object primaryKey.
getPrimaryKey() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns the collection of Columns which make up the single primary key for this table.
getPrimaryKeyAsBigDecimal() - Method in class org.apache.turbine.om.BaseObject
Deprecated. Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion.
getPrimaryKeyAsInt() - Method in class org.apache.turbine.om.BaseObject
Deprecated. Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion.
getPrimaryKeyAsLong() - Method in class org.apache.turbine.om.BaseObject
Deprecated. Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion.
getPrimaryKeyAsString() - Method in class org.apache.turbine.om.BaseObject
Deprecated. Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion.
getPrimaryKeyMethod() - Method in class org.apache.turbine.util.db.map.TableMap
Get the method used to generate primary keys for this table.
getPrimaryKeyMethodInfo() - Method in class org.apache.turbine.util.db.map.TableMap
Get the information used to generate a primary key
getPrimaryKeys() - Method in class org.apache.turbine.torque.engine.database.model.Table
Deprecated. Use getPrimaryKey() instead.
getPrimaryKeys(DatabaseMetaData, String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Retrieves a list of the columns composing the primary key for a given table.
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 interface org.apache.turbine.services.Service
Returns the Properties of this Service.
getProperties() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getProperties(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the properites of a specific service.
getProperties(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the properites of a specific service.
getProperties(String) - Method in class org.apache.turbine.services.TurbineServices
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() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns a unique identifier that looks like random data.
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.
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) - Method in class org.apache.turbine.util.TurbineConfig
Translates a path relative to the web application root into an absolute path.
getRealPath(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the complete filesystem path for a given URI
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.
getReferrers() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get list of references to this table.
getReferrers() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get list of references to this column.
getRelatedColumnName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the column name that this column is related to.
getRelatedColumnName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Utility method to get the related column of this local column if this column is a foreign key or part of a foreign key.
getRelatedName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the table.column that this column is related to.
getRelatedTableName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the table name that this column is related to.
getRelatedTableName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Utility method to get the related table of this column if it is a foreign key or part of a foreign key
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 interface org.apache.turbine.services.logging.LoggingConfig
 
getRemoteHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getRemotePort() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getRemotePort() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.ParameterParser
Gets the parsed servlet request.
getRequest() - Method in interface org.apache.turbine.util.RunData
Gets the 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.
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) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns an URL object for a given URI string.
getResource(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns an URL object for a given URI string.
getResourceAsStream(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns the resource located at the named path as an InputStream object.
getResourceAsStream(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Same as getResource except that it returns an InputStream
getResourcePaths() - 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 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.
getResources(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
getResources(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
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.
getResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
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.
getResults(int) - Method in class org.apache.turbine.util.db.LargeSelect
Gets a block of rows starting at a specified row.
getResults(int, int) - Method in class org.apache.turbine.util.db.LargeSelect
Gets a block of rows starting at a specified row and containing a specified number of rows.
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.
getRowcount() - Method in class org.apache.turbine.util.db.Query
Get the rowcount number.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Screen module.
getScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen module to be used with the named screen template.
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) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a screen template.
getScreenTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
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() - Method in class org.apache.turbine.util.ServerData
Get the script name
getScriptName() - Method in class org.apache.turbine.util.DynamicURI
Gets the script name (/servlets/Turbine).
getScriptName() - Method in interface org.apache.turbine.util.RunData
Gets the cached script name.
getScriptName() - Method in class org.apache.turbine.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.
getSelectClause() - Method in class org.apache.turbine.util.db.Query
Retrieve the columns buffer in order to specify which columns are returned in this query.
getSelectColumns() - Method in class org.apache.turbine.util.db.Criteria
Get select columns.
getSelectModifiers() - Method in class org.apache.turbine.util.db.Criteria
Get select modifiers.
getSelectModifiers() - Method in class org.apache.turbine.util.db.Query
Retrieve the modifier buffer in order to add modifiers to this query.
getSelectResults(QueryDataSet) - Static method in class org.apache.turbine.om.peer.BasePeer
Returns all records in a QueryDataSet as a Vector of Record objects.
getSelectResults(QueryDataSet, boolean) - Static method in class org.apache.turbine.om.peer.BasePeer
Returns all records in a QueryDataSet as a Vector of Record objects.
getSelectResults(QueryDataSet, int, boolean) - Static method in class org.apache.turbine.om.peer.BasePeer
Returns numberOfResults records in a QueryDataSet as a Vector of Record objects.
getSelectResults(QueryDataSet, int, int, boolean) - Static method in class org.apache.turbine.om.peer.BasePeer
Returns numberOfResults records in a QueryDataSet as a Vector of Record objects.
getSelName() - Method in class org.apache.turbine.util.DateSelector
Get the selector name prefix.
getSelName() - Method in class org.apache.turbine.util.TimeSelector
Get the selector name prefix.
getSequenceGroup() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
GROUP_SEQUENCE.
getSequenceInfo() - Method in class org.apache.turbine.util.db.map.TableMap
Get the information used to generate a primary key using a sequence.
getSequenceName() - Method in class org.apache.turbine.torque.engine.database.model.Table
A name to use for creating a sequence if one is not specified.
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.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBSybase
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBDB2App
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBNone
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBInformix
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBSapDB
Returns the next key from a sequence.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBOracle
Returns the next key from a sequence.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBMM
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBPostgres
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DB
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBOdbc
Returns the last auto-increment key.
getSequenceSql(Object) - Method in class org.apache.turbine.util.db.adapter.DBDB2Net
Returns the last auto-increment key.
getSequenceUser() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
USER_SEQUENCE.
getServerData() - Method in class org.apache.turbine.util.DynamicURI
Returns the ServerData used to initialize this DynamicURI.
getServerData() - Method in interface org.apache.turbine.util.RunData
Gets the server data used by the request.
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() - Method in class org.apache.turbine.util.ServerData
Get the name of the server.
getServerName() - Method in class org.apache.turbine.util.DynamicURI
Gets the server name.
getServerName() - Method in interface org.apache.turbine.util.RunData
Gets the cached server name.
getServerName() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server name that this Turbine application is running on.
getServerName() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server name.
getServerPort() - Method in class org.apache.turbine.util.ServerData
Get the server port.
getServerPort() - Method in class org.apache.turbine.util.DynamicURI
Gets the server port.
getServerPort() - Method in interface org.apache.turbine.util.RunData
Gets the cached server port.
getServerPort() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server port.
getServerScheme() - Method in class org.apache.turbine.util.ServerData
Get the server scheme.
getServerScheme() - Method in class org.apache.turbine.util.DynamicURI
Gets the server scheme (HTTP or HTTPS).
getServerScheme() - Method in interface org.apache.turbine.util.RunData
Gets the cached server scheme.
getServerScheme() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.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.webmacro.TurbineWebMacro
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() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet configuration used during servlet init.
getServletContext() - Method in class org.apache.turbine.util.TurbineConfig
Returns a reference to the object cast onto ServletContext type.
getServletContext() - Method in interface org.apache.turbine.util.RunData
Gets the servlet context used during servlet init.
getServletContext() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet context used during servlet init.
getServletContext() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getServletContext() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.db.map.ColumnMap
Get the size of this column.
getSize() - Method in class org.apache.turbine.util.upload.FileItem
Returns the size of the file.
getSize() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns the size of the column
getSize(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets the current size of the pool for a named class.
getSize(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the current size of the pool for a named class.
getSize(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.
getSize(String) - Method in interface org.apache.turbine.services.intake.IntakeService
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.
getSqlFile() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Get the current input sql file
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.
getStr() - Method in class org.apache.turbine.torque.engine.sql.Token
Returns the string representation of this token.
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.om.StringKey
Access the underlying String object.
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 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) - Method in interface org.apache.turbine.services.logging.RunDataFilter
Extracts data from runData, depending on stored format
getString(RunData, String) - 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) - Method in interface org.apache.turbine.util.ValueParser
Return a String for the given name.
getString(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a String.
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 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.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string.
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.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, 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.db.Criteria
Convenience method to return a String.
getString(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String, String) - Method in class org.apache.turbine.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.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 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.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 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.
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 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.
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBInterbase
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBSybase
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBDB2App
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBNone
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBInformix
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBSapDB
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBOracle
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBMM
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBPostgres
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DB
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBOdbc
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBDB2Net
Gets the string delimiter (usually '\'').
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 NumberKey for the given name.
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.
getStylesheetRoot(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Retrieves a StylesheetRoot.
getSubtype() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the subtype of the MIME type.
getSyslogFacility() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSyslogFacility() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getSyslogHost() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSyslogHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.
getTable() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Get the table name.
getTable() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.DataRow
 
getTable() - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Get the parent Table of the id method
getTable() - Method in class org.apache.turbine.torque.engine.database.model.Unique
Get the parent Table of the foreign key
getTable() - Method in class org.apache.turbine.torque.engine.database.model.Index
Get the parent Table of the index
getTable() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get the parent Table of the column
getTable() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Get the parent Table of the foreign key
getTable(String) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get a TableMap for the table by name.
getTable(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Return the table with the specified name.
getTableByJavaName(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Return the table with the specified javaName.
getTableForAlias(String) - Method in class org.apache.turbine.util.db.Criteria
Returns the table name associated with an alias.
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.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.
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.GroupPeer
Get the name of this table.
getTableName() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the name of the table this column is in.
getTableName() - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Returns the Name of the table the id method is in
getTableName() - Method in class org.apache.turbine.torque.engine.database.model.Unique
Returns the Name of the table the foreign key is in
getTableName() - Method in class org.apache.turbine.torque.engine.database.model.Index
Returns the Name of the table the index is in
getTableName() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns the Name of the table the column is in
getTableName() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Returns the Name of the table the foreign key is in
getTableName(String) - Method in class org.apache.turbine.util.db.Criteria
Method to return a String table name.
getTableNames(DatabaseMetaData) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Get all the table names in the current database that are not system tables.
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.
getTables() - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get a TableMap[] of all of the tables in the database.
getTables() - Method in class org.apache.turbine.torque.engine.database.model.Database
Return an array of all tables
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.
getTargetDatabase() - Method in class org.apache.turbine.torque.TorqueSQLTask
Get the current target package.
getTargetDatabase() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Get the current target database.
getTargetDatabase() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the target database.
getTargetPackage() - Method in class org.apache.turbine.torque.TorqueObjectModelTask
Get the current target package.
getTargetPlatform() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Get the target platform.
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
Return a template from WebMacro.
getTemplate(String) - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
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.
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.
getTimestamp() - Method in class org.apache.turbine.util.db.pool.DBConnection
Returns a long representing the time this connection was created.
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.
getTorqueType() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns the column type as given in the schema as an object
getTotalCount() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Re turns the Total connections in the pool
getTTL() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
gets the timeToLive member (in milliseconds)
getType() - Method in class org.apache.turbine.util.db.map.ColumnMap
Get the type of this column.
getType() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns the column jdbc type as an object
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
Returns an array of supported resource types.
getUnices() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns an Array containing all the UKs in the table
getUniqueId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - 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.
getURI() - Method in class org.apache.turbine.util.template.TemplateLink
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.db.pool.DBConnection
Returns the connection URL.
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.util.db.pool.DBConnection
Returns the connection user name.
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.om.ObjectKey
Get the underlying object.
getValue() - Method in class org.apache.turbine.om.ComboKey
Get the underlying object.
getValue() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Get the value.
getValue() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.ColumnValue
 
getValue() - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Get the parameter value
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.
getValue(String) - Method in class org.apache.turbine.util.db.Criteria
Method to return the value that was added to Criteria.
getValue(String, String) - Method in class org.apache.turbine.util.db.Criteria
Method to return the value that was added to Criteria.
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.XmlField
The name of the field making sure the first letter is lowercase.
getVariable() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
A String which might be used as a variable of this class
getVector(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return 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) - 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 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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a String.
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.
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 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.
getVillageMethod() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return Village asX() method which corresponds to the JDBC type which represents this column.
getVillageMethod(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Return Village asX() method which corresponds to the JDBC type provided.
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.
getWhereClause() - Method in class org.apache.turbine.util.db.Query
Retrieve the where buffer in order to specify the selection criteria E.g.
getXmlFile() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Get the xml schema describing the application model.
getXmlFile() - Method in class org.apache.turbine.torque.TorqueSQLTask
Get the xml schema describing the application model.
getXmlFile() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Get the xml schema describing the application model.
getXmlFile() - Method in class org.apache.turbine.torque.TorqueObjectModelTask
Get the current xml file.
getXmlFile() - Method in class org.apache.turbine.torque.TorqueDataDTDTask
Get the xml schema describing the application model.
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.
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 class org.apache.turbine.om.security.TurbineRole
Grants a Permission to this Role.
grant(Permission) - Method in interface org.apache.turbine.om.security.Role
Grants a Permission to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Grants Permissions from a PermissionSet to this Role.
grant(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
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.
GREATER_EQUAL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
GREATER_THAN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
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.UserGroupRolePeer
The column name for the group id field.
GROUP_ID - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
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

handleMultiple(DataSet) - Static method in class org.apache.turbine.om.peer.BasePeer
Deprecated. Use the better-named handleMultipleRecords() instead.
handleMultipleRecords(DataSet) - Static method in class org.apache.turbine.om.peer.BasePeer
If the user specified that (s)he only wants to retrieve a single record and multiple records are retrieved, this method is called to handle the situation.
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 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) - 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) - 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 interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(InputStream) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server.
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 interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server.
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) - 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 interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(RunData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Process the request
handleRequest(RunData, String) - 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(RunData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(SimpleHash, String, boolean) - Method in interface org.apache.turbine.services.freemarker.FreeMarkerService
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
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
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
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
 
handleRequest(WebContext, String, FastWriter) - Method in interface org.apache.turbine.services.webmacro.WebMacroService
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
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
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
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
 
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.
hashCode() - Method in class org.apache.turbine.om.ObjectKey
Returns the hashcode of the underlying value (key), if key is not null.
hashCode() - Method in class org.apache.turbine.om.ComboKey
if the underlying key array is not null and the first element is not null this method returns the hashcode of the first element in the key.
hashCode() - Method in class org.apache.turbine.om.BaseObject
If the primary key is not null, return the hashcode of the primary key.
hashtableToByteArray(Hashtable) - Static method in class org.apache.turbine.om.peer.BasePeer
Converts a hashtable to a byte array for storage/serialization.
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.torque.TorqueDataDumpTask.TableTool
Description of the Method
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.
HeadTag - class org.apache.turbine.services.jsp.tags.HeadTag.
Supporting class for the head tag.
HeadTag() - Constructor for class org.apache.turbine.services.jsp.tags.HeadTag
 
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

IDBroker - class org.apache.turbine.util.db.IDBroker.
This method of ID generation is used to ensure that code is more database independent.
IDBroker(TableMap) - Constructor for class org.apache.turbine.util.db.IDBroker
Creates an IDBroker for the ID table.
IDBROKERTABLE - Static variable in class org.apache.turbine.util.db.map.TableMap
Key generation through the IDBroker table.
IdGenerator - interface org.apache.turbine.util.db.IdGenerator.
Interface to be implemented by id generators.
IdMethodParameter - class org.apache.turbine.torque.engine.database.model.IdMethodParameter.
A Class for information related to an id-method
IdMethodParameter() - Constructor for class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Default Constructor
ifRequiredMessage - Variable in class org.apache.turbine.services.intake.model.Field
 
IGNORE_CASE - Static variable in class org.apache.turbine.om.peer.BasePeer
 
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBSybase
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBDB2App
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBNone
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBInformix
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBSapDB
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBOracle
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBMM
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBPostgres
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DB
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBOdbc
This method is used to ignore case.
ignoreCase(String) - Method in class org.apache.turbine.util.db.adapter.DBDB2Net
This method is used to ignore case.
ignoreCaseInOrderBy(String) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
This method is used to ignore case in an ORDER BY clause.
ignoreCaseInOrderBy(String) - Method in class org.apache.turbine.util.db.adapter.DB
This method is used to ignore case in an ORDER BY clause.
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.
IN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
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.
Index - class org.apache.turbine.torque.engine.database.model.Index.
A Class for information about indices of a table
Index() - Constructor for class org.apache.turbine.torque.engine.database.model.Index
Default Constructor
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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
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) - 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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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) - 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.ServletLoggingService
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.TurbineLoggingService
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, 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 class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
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 interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
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.TurbineLoggingService
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.LoggingService
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.ServletLogger
This is a log method with logLevel == INFO
Inheritance - class org.apache.turbine.torque.engine.database.model.Inheritance.
A Class for information regarding possible objects representing a table
Inheritance() - Constructor for class org.apache.turbine.torque.engine.database.model.Inheritance
Default Constructor
init() - Method in class org.apache.turbine.util.DynamicURI
Initializes some common variables.
init() - 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.
init() - Method in class org.apache.turbine.util.mail.MultiPartEmail
Initialize the multipart email.
init() - Method in class org.apache.turbine.util.mail.Email
Initializes the mail.
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.BaseUnicastRemoteService
 
init() - Method in class org.apache.turbine.services.BaseInitable
Performs late initializtion.
init() - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Initializes the service.
init() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Initialize the connection pool broker.
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.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 interface org.apache.turbine.services.logging.LoggingConfig
 
init() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
init() - Method in class org.apache.turbine.services.castor.TurbineCastorService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.freemarker.TurbineFreeMarkerService
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.localization.TurbineLocalizationService
Called the first time the Service is used.
init(Hashtable) - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
init(Hashtable) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Initialize the logger with a Hashtable.
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Initialize and create the writers
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Initialize and create new category (logger handler)
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(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 interface org.apache.turbine.services.intake.validator.Validator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
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 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 class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in class org.apache.turbine.services.BaseInitable
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(ResourceBroker) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Initializes the provider.
init(Retrievable) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the group with properties from an object.
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(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.TurbineConfig
Initialization requiring a HTTP GET request.
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.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.servlet.TurbineServletService
Setup some standard information about our webapp that may be of use in other classes of our webapp that do not have direct access to the RunData class.
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.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.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.Turbine
This init method will load the default resources from a properties file.
init(ServletConfig) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(ServletConfig) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
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.servlet.TurbineServletService
Called during Turbine.init()
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.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.logging.ServletLoggingService
Inits the service
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.velocity.TurbineVelocityService
Performs early initialization of this Turbine service.
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
Performs early initialization of this service.
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.
init(String, String, String) - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Performs basic initialization.
init(String, String, String) - Method in class org.apache.turbine.util.db.adapter.DBNone
Performs basic initialization.
init(String, String, String) - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Performs basic initialization.
init(String, String, String) - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Performs basic initialization.
init(String, String, String) - Method in class org.apache.turbine.util.db.adapter.DB
Performs basic initialization.
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.
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.
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.
initColumnNames(Column[]) - Static method in class org.apache.turbine.om.peer.BasePeer
Convenience method to create a String array of column names.
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
 
initControlContext() - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Initializes initial context
initControlContext() - Method in class org.apache.turbine.torque.TorqueSQLTask
Set up the initialial context for generating the SQL from the XML schema.
initControlContext() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Set up the initialial context for generating the SQL from the XML schema.
initControlContext() - Method in class org.apache.turbine.torque.TorqueObjectModelTask
 
initControlContext() - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Place our target database and target platform values into the context for use in the templates.
initControlContext() - Method in class org.apache.turbine.torque.TorqueDataDTDTask
Set up the initialial context for generating the SQL from the XML schema.
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.Email
Initialize the mail according to the Criteria.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.SimpleEmail
Uses the criteria to set the fields.
initCriteriaKeys(String, String[]) - Static method in class org.apache.turbine.om.peer.BasePeer
Convenience method to create a String array of criteria keys.
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() - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Initializes the SQL to Java map so that it can be used by client code.
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.
initTableColumns(Schema) - Static method in class org.apache.turbine.om.peer.BasePeer
Creates a Column array for a table based on its Schema.
initTableSchema(String) - Static method in class org.apache.turbine.om.peer.BasePeer
Sets up a Schema for a table.
initTableSchema(String, String) - Static method in class org.apache.turbine.om.peer.BasePeer
Sets up a Schema for a table.
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.TSVParser
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.
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.
Creates an input html tag.
InputModel(String, String, String) - Constructor for class org.apache.turbine.services.freemarker.InputModel
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
 
INTEGER - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
INTEGER_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
INTEGER_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
INTEGER_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
INTEGER_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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
 
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
 
isAbstract() - Method in class org.apache.turbine.torque.engine.database.model.Table
When a table is abstract, it marks the business object class that is generated as being abstract.
isActive() - Method in class org.apache.turbine.services.schedule.JobEntry
Check to see if job is currently active/running
isAlias() - Method in class org.apache.turbine.torque.engine.database.model.Table
Is this table specified in the schema or is there just a foreign key reference to it.
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
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.
isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
Implement this method to perform the security check needed.
isAutoIncrement() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return auto increment/sequence string for the target database.
isBooleanChar() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns true if the column type is boolean in the java object and a String ("Y" or "N") in the db.
isBooleanChar(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Returns true if the type is boolean in the java object and a String "Y" or "N" in the db.
isBooleanInt() - Method in class org.apache.turbine.torque.engine.database.model.Column
Returns true if the column type is boolean in the java object and a numeric (1 or 0) in the db.
isBooleanInt(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Returns true if the type is boolean in the java object and a numeric (1 or 0) in the db.
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.
isBuilt() - Method in interface org.apache.turbine.util.db.map.MapBuilder
Tells us if the database mapping is built so that we can avoid re-building it repeatedly.
isCascade() - Method in class org.apache.turbine.util.db.Criteria
Is cascade set?
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.
isConnectionRequired() - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
A flag to determine whether a Connection is required to generate an id.
isConnectionRequired() - Method in class org.apache.turbine.util.db.IDBroker
A flag to determine whether a Connection is required to generate an id.
isConnectionRequired() - Method in interface org.apache.turbine.util.db.IdGenerator
A flag to determine whether a Connection is required to generate an id.
isConnectionRequired() - Method in class org.apache.turbine.util.db.SequenceIdGenerator
A flag to determine whether a Connection is required to generate an id.
isCssOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not CSS works in this browser.
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.NavigationModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.AddToHeadModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.DynamicURIModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.SetBodyAttributesModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.InputModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.TextAreaModel
Required method in TemplateMethodModel, not implemented.
isEmpty() - Method in class org.apache.turbine.services.freemarker.SetTitleModel
Required method in TemplateMethodModel, not implemented.
isEmpty(String) - Static method in class org.apache.turbine.util.StringUtils
Determine whether a (trimmed) string is empty
isEnumeratedClasses() - Method in class org.apache.turbine.torque.engine.database.model.Column
Determine if possible classes have been enumerated in the xml file.
isFileUploadOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not file upload works in this browser.
isForeignKey() - Method in class org.apache.turbine.util.db.map.ColumnMap
Is this column a foreign key?
isForeignKey() - Method in class org.apache.turbine.torque.engine.database.model.Column
Utility method to determine if this column is a foreign key.
isIgnoreCase() - Method in class org.apache.turbine.util.db.Criteria
Is ignore case on or off?
isIgnoreCase() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Is ignore case on or off?
isInheritance() - Method in class org.apache.turbine.torque.engine.database.model.Column
Determine if this column is a normal property or specifies a the classes that are represented in the table containing this column.
isInitialized - Variable in class org.apache.turbine.services.BaseInitable
Initialization status of this class.
isInitialized() - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Report whether this object has been initialized.
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.
isModified() - Method in interface org.apache.turbine.om.Persistent
Returns whether the object has been modified, since it was last retrieved from storage.
isModified() - Method in class org.apache.turbine.om.BaseObject
Returns whether the object has been modified.
isMultipleFK() - Method in class org.apache.turbine.torque.engine.database.model.Column
Determine if this column is a foreign key that refers to the same table as another foreign key column in this table.
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?
isNew() - Method in interface org.apache.turbine.om.Persistent
Returns whether the object has ever been saved.
isNew() - Method in class org.apache.turbine.om.BaseObject
Returns whether the object has ever been saved.
isNotNull() - Method in class org.apache.turbine.util.db.map.ColumnMap
Is null value allowed ?
isNotNull() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return the isNotNull property of the column
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
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
Checks to see if out is set.
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
Checks to see if the page is set.
isPostInsert() - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
A flag to determine the timing of the id generation
isPostInsert() - Method in class org.apache.turbine.util.db.IDBroker
A flag to determine the timing of the id generation
isPostInsert() - Method in interface org.apache.turbine.util.db.IdGenerator
A flag to determine the timing of the id generation
isPostInsert() - Method in class org.apache.turbine.util.db.SequenceIdGenerator
A flag to determine the timing of the id generation
isPrimaryKey() - Method in class org.apache.turbine.util.db.map.ColumnMap
Is this column a primary key?
isPrimaryKey() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return true if the column is a primary key
isPrimitive() - Method in class org.apache.turbine.torque.engine.database.model.Column
returns true, if the columns java native type is an boolean, byte, short, int, long, float, double, char
isPriorToInsert() - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
A flag to determine the timing of the id generation
isPriorToInsert() - Method in class org.apache.turbine.util.db.IDBroker
A flag to determine the timing of the id generation
isPriorToInsert() - Method in interface org.apache.turbine.util.db.IdGenerator
A flag to determine the timing of the id generation
isPriorToInsert() - Method in class org.apache.turbine.util.db.SequenceIdGenerator
A flag to determine the timing of the id generation
isReady() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
isReady() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
isReady() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Is the logger ready.
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.
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.
isSingleRecord() - Method in class org.apache.turbine.util.db.Criteria
Is single record?
isSkipSql() - Method in class org.apache.turbine.torque.engine.database.model.Table
Skip generating sql for this table (in the event it should not be created from scratch).
isStale() - Method in class org.apache.turbine.services.cache.CachedObject
Is the object stale?
isString() - Method in class org.apache.turbine.torque.engine.database.model.Column
Utility method to see if the column is a string
isTextType(String) - Static method in class org.apache.turbine.torque.engine.database.model.TypeMap
Returns true if values for the type need to be quoted.
isUnique() - Method in class org.apache.turbine.torque.engine.database.model.Column
Get the UNIQUE property
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 interface org.apache.turbine.services.intake.validator.Validator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
iterator() - Method in class org.apache.turbine.util.SequencedHashtable
Returns a key iterator.

J

JavaActionFactory - class org.apache.turbine.services.assemblerb