< 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

<

() - Static method in class org.apache.turbine.services.logging.Log4JavaLogger
global initialization
() - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
initialization of the conversion table
() - Static method in class org.apache.turbine.services.logging.FileLogger
class initialization
() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
() - Static method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
 
() - Method in class org.apache.turbine.services.factory.TurbineFactoryService
 
() - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
 
() - Static method in class org.apache.turbine.services.mimetype.util.MimeType
 
() - Static method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
() - Static method in class org.apache.turbine.util.HttpUtils
 
() - Static method in class org.apache.turbine.util.TimeSelector
 
() - Static method in class org.apache.turbine.util.db.adapter.DBFactory
 
() - Static method in class org.apache.jserv.JServUtils
 

A

absolutePathToResourcesDirectory - Static variable in class org.apache.turbine.services.pull.TurbinePullService
The absolute path the to resources directory used by the application tools.
abstractValue - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
acceptClient(String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Add an IP address to the list of accepted clients.
acceptClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of accepted clients.
acceptClient(String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Add an IP address to the list of accepted clients.
ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the access counter.
AccessControlException - exception org.apache.turbine.util.security.AccessControlException.
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
AccessControlException(String) - Constructor for class org.apache.turbine.util.security.AccessControlException
Construct an AccessControlException with specified detail message.
AccessController - class org.apache.turbine.modules.actions.AccessController.
This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
AccessController() - Constructor for class org.apache.turbine.modules.actions.AccessController
 
AccessControlList - class org.apache.turbine.util.security.AccessControlList.
This is a control class that makes it easy to find out if a particular User has a given Permission.
AccessControlList(Map, Map) - Constructor for class org.apache.turbine.util.security.AccessControlList
Constructs a new AccessControlList.
accountExists(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Check whether a specified user's account exists.
accountExists(String) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(String) - Method in 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.BaseSecurityService
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 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.BaseSecurityService
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.
acl - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The access control list.
action - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Cached action name to execute for this request.
action - Variable in class org.apache.turbine.services.jsp.tags.TemplateLinkTag
action parameter defines the action to set optional parameter
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.
ActionLoader() - Constructor for class org.apache.turbine.modules.ActionLoader
These ctor's are private to force clients to use getInstance() to access this class.
ActionLoader(int) - Constructor for class org.apache.turbine.modules.ActionLoader
These ctor's are private to force clients to use getInstance() to access this class.
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.parser.BaseValueParser
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, 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.parser.BaseValueParser
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, 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.parser.BaseValueParser
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, 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.Index
adds a new column to an index
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.Table
A utility function to create a new column from attrib and add it to this table.
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, boolean, String, String, int) - Method in class org.apache.turbine.util.db.map.TableMap
Add a column to the table.
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.
addCriterionTable(Criteria.Criterion, StringStackBuffer) - Method in class org.apache.turbine.util.db.Criteria.Criterion
 
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 interface org.apache.turbine.services.jsp.JspService
Adds some useful objects to the request, so they are available to the JSP.
addDefaultObjects(RunData) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Adds some convenience objects to the request.
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
addInstance(String, Action) - Method in class org.apache.turbine.modules.ActionLoader
Adds an instance of an object into the hashtable.
addInstance(String, Layout) - Method in class org.apache.turbine.modules.LayoutLoader
Adds an instance of an object into the hashtable.
addInstance(String, Navigation) - Method in class org.apache.turbine.modules.NavigationLoader
Adds an instance of an object into the hashtable.
addInstance(String, Page) - Method in class org.apache.turbine.modules.PageLoader
Adds an instance of an object into the hashtable.
addInstance(String, ScheduledJob) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Adds an instance of an object into the hashtable.
addInstance(String, Screen) - Method in class org.apache.turbine.modules.ScreenLoader
Adds an instance of an object into the hashtable.
addJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Add a new job to the queue.
addJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Add a new job to the queue.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the ECS element to message.
addMessage(Element) - Method in interface org.apache.turbine.util.RunData
Adds the ECS element to message.
addMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the string to message.
addMessage(String) - Method in interface org.apache.turbine.util.RunData
Adds the string to message.
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) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Adds an object to the cache.
addObject(String, CachedObject) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Adds an object to the cache.
addObject(String, CachedObject) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Adds an object to the cache.
addOnce(Vector, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Adds an object to a vector, making sure the object is in the vector only once.
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.
address - Variable in class org.apache.turbine.util.db.UUIdGenerator
 
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.services.schedule.JobEntryPeer
Add all the columns needed to create a new object.
addSelectColumns(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
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.
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.
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.
addValue(Hashtable, String, String) - Method in class org.apache.turbine.util.FormMessages
Adds a pair key/value to a table, making sure not to add duplicate keys.
AGE_DELETE - Static variable in interface org.apache.turbine.util.CookieParser
 
AGE_SESSION - Static variable in interface org.apache.turbine.util.CookieParser
 
alfa - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
alfanum - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
alias - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
aliases - Variable in class org.apache.turbine.util.db.Criteria
 
ALL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
allGroups - Variable in class org.apache.turbine.services.security.BaseSecurityService
Holds a list of all groups in the systems, for speeding up the access
allGroupsSB - Variable in class org.apache.turbine.services.intake.IntakeTool
 
allowNullInput - Variable in class org.apache.turbine.util.validation.InputValidator
 
AllowNullInput - Static variable in class org.apache.turbine.util.validation.InputValidator
 
allPermissions - Variable in class org.apache.turbine.services.security.BaseSecurityService
Holds a list of all permissions in the systems, for speeding up the access
allRoles - Variable in class org.apache.turbine.services.security.BaseSecurityService
Holds a list of all roles in the systems, for speeding up the access
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.
alternates - Variable in class org.apache.turbine.util.webmacro.WebMacroFormatter.WebMacroAlternator
 
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.
ancestor - Variable in class org.apache.turbine.torque.engine.database.model.Inheritance
 
and - Variable in class org.apache.turbine.util.db.Criteria.Criterion
Another criterion connected to this one by an AND clause.
AND - Static variable in class org.apache.turbine.util.db.Query
 
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.
app - Variable in class org.apache.turbine.services.intake.transform.XmlToAppData
 
app - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
Application model.
app - Variable in class org.apache.turbine.torque.TorqueObjectModelTask
Application model.
app - Variable in class org.apache.turbine.torque.TorqueSQLTask
Application model.
app - Variable in class org.apache.turbine.torque.TorqueDataDTDTask
Application model.
app - Variable in class org.apache.turbine.torque.TorqueDataSQLTask
Application model.
app - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
appData - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
The top element of the object tree
appData - Variable in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
 
AppData - class org.apache.turbine.services.intake.xmlmodel.AppData.
A class for holding application data structures.
AppData - class org.apache.turbine.torque.engine.database.model.AppData.
A class for holding application data structures.
AppData() - Constructor for class org.apache.turbine.services.intake.xmlmodel.AppData
Default Constructor
AppData() - Constructor for class org.apache.turbine.torque.engine.database.model.AppData
Default Constructor
appDataDB - Variable in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
 
append(byte[]) - Method in class org.apache.java.security.MessageDigest
Append another block to the message.
append(byte[], byte[]) - Static method in class org.apache.java.lang.Bytes
Appends two bytes array into one.
append(byte[], byte[], byte[]) - Static method in class org.apache.java.lang.Bytes
Appends three bytes array into one.
append(byte[], int) - Method in class org.apache.java.security.MessageDigest
Append another block of specified length to the message.
append(byte[], int, int) - Method in class org.apache.java.security.MessageDigest
Append another block of specified length to the message starting at the given offset.
append(byte[], int, int) - Method in class org.apache.java.security.MD5
Append another block of specified length to the message starting at the given offset.
append(LoggingEvent) - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
append(String) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Log a message to the database.
append(String) - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
append(String, FileItem) - Method in interface org.apache.turbine.util.ParameterParser
Add a FileItem object as a parameters.
append(String, FileItem) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Add a FileItem object as a parameters.
append(String, String) - Method in interface org.apache.turbine.util.ValueParser
Add a String parameters.
append(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Add a String parameters.
appendHtmlFormInput(StringBuffer) - Method in class org.apache.turbine.services.intake.model.Group
A xhtml valid hidden input field that notifies intake of the group's presence.
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.util.db.Criteria.Criterion
Appends a 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
 
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.
areEqual(byte[], byte[]) - Static method in class org.apache.java.lang.Bytes
Compares two byte arrays for equality.
argv - Variable in class org.apache.turbine.util.validation.InputValidator
 
array_ - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
arrayCtorRecyclable - Variable in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
A flag to determine if a more efficient recycler is implemented.
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.
ASC - Static variable in class org.apache.turbine.util.db.Criteria
"Order by" qualifier - ascending
asColumns - Variable in class org.apache.turbine.util.db.Criteria
 
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
 
attributes - Variable in class org.apache.turbine.services.jsp.tags.BodyTag
attributes parameter can be used to add screen specific attribute values to the <body> tag.
attributes - Variable in class org.apache.turbine.om.security.SecurityObject
The attributes of this object.
ATTRIBUTES - Static variable in class org.apache.turbine.services.jsp.tags.BodyTag
 
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

BACKSLASH - Static variable in class org.apache.turbine.util.db.SqlExpression
 
BACKUP_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - number of backup files
backupFiles - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
baos - Variable in class org.apache.turbine.util.mail.ByteArrayDataSource
 
baseClass - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
baseClass - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
baseClass - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
BASEDIR_KEY - Static variable in class org.apache.turbine.Turbine
The base directory key
baseId - Variable in class org.apache.turbine.util.db.UUIdGenerator
 
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
 
basePackage - Variable in class org.apache.turbine.services.intake.xmlmodel.AppData
 
basePeer - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
basePeer - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
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
 
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.
bccList - Variable in class org.apache.turbine.util.mail.Email
 
beginTransaction(String) - Static method in class org.apache.turbine.om.peer.BasePeer
Begin a transaction.
BETWEEN - Static variable in class org.apache.turbine.util.db.Query
 
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
 
blockBegin - Variable in class org.apache.turbine.util.db.LargeSelect
 
blockEnd - Variable in class org.apache.turbine.util.db.LargeSelect
 
body - Variable in class org.apache.turbine.util.mail.MailMessage
The body of the email message.
BODY - Static variable in class org.apache.turbine.services.jsp.tags.ScreenTag
One of the valid values for the section parameter
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.FileHandler
Deprecated.  
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--.
boundarysize - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated. Place for boundary that separates field data.
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.
broker - Variable in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Resource broker that manages this provider.
broker - Variable in class org.apache.turbine.services.webmacro.TurbineWebMacroService
The broker used by WebMacro to retrieve resources.
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.
browserName - Variable in class org.apache.turbine.util.BrowserDetector
The browser name specified in the user agent string.
browserPlatform - Variable in class org.apache.turbine.util.BrowserDetector
The browser platform specified in the user agent string.
browserVersion - Variable in class org.apache.turbine.util.BrowserDetector
The browser version specified in the user agent string.
buffer - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Hold bin for messages that need to be pushed into the database into which we are logging.
buffer - Variable in class org.apache.turbine.util.upload.MultipartStream
The buffer used for processing.
buffer - Variable in class org.apache.java.security.MD5
 
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.
bufferSize - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
How many messages should we buffer until to push the messages into the database.
bufferSize - Variable in class org.apache.turbine.services.jsp.TurbineJspService
The buffer size for the output stream.
bufSize - Variable in class org.apache.turbine.util.upload.MultipartStream
The lenght of the buffer used for processing.
build(RunData) - Method in class org.apache.turbine.modules.Layout
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Page
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Screen
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Navigation
Subclasses can override this method to add additional functionality.
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
buildIn(String, Object, String, boolean, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Takes a columnName and criteria (which must be an array) and builds a SQL 'IN' expression taking into account the ignoreCase flag.
buildIn(String, Object, String, boolean, DB, StringBuffer) - Static method in class org.apache.turbine.util.db.SqlExpression
Takes a columnName and criteria (which must be an array) and builds a SQL 'IN' expression taking into account the ignoreCase flag.
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.
buildLike(String, String, boolean, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Takes a columnName and criteria and builds an SQL phrase based on whether wildcards are present and the state of the ignoreCase flag.
buildLike(String, String, boolean, DB, StringBuffer) - Static method in class org.apache.turbine.util.db.SqlExpression
Takes a columnName and criteria and builds an SQL phrase based on whether wildcards are present and the state of the ignoreCase flag.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be implemented by Base template classes.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
This builds the WebMacro template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
This builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
This Builds the WebMacro/FreeMarker/etc template.
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.BaseJspNavigation
Method that sets up beans and forward the request to the JSP.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
TurbineWebMacro.handleRequest(context,templateFile) the template.
buildWMTemplate(WebContext, String) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Build WM template.
bundles - Static variable in class org.apache.turbine.services.localization.TurbineLocalizationService
The ResourceBundles in this service.
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.
byte2int(byte[], int[]) - Static method in class org.apache.java.security.MD5
Converts a 64-byte array into a 16-int array.
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).
Bytes - class org.apache.java.lang.Bytes.
Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
Bytes() - Constructor for class org.apache.java.lang.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.cache.TurbineGlobalCacheService
The cache.
cache - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Cache of compiled StyleSheetRoots.
CACHE - Variable in class org.apache.turbine.modules.GenericLoader
 
cache() - Method in class org.apache.turbine.modules.GenericLoader
If set to true, then cache the Loader objects.
cacheCheckFrequency - Variable in class org.apache.turbine.services.cache.TurbineGlobalCacheService
cacheCheckFrequency (default - 5 seconds)
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.
cachedTitle - Variable in class org.apache.turbine.util.template.TemplatePageAttributes
The title.
cacheTime - Variable in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Expiration time of the provided resources.
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.services.intake.TurbineIntakeService.PoolBuffer
Returns the capacity of the pool.
capacity() - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
Returns the capacity of the pool.
capacity() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Returns the capacity of the buffer.
captureStackTrace() - Method in class org.apache.turbine.util.TurbineException
Captures the stack trace associated with this exception.
captureStackTrace() - Method in class org.apache.turbine.util.TurbineRuntimeException
Captures the stack trace associated with this exception.
captureStackTrace(Throwable) - Method in class org.apache.turbine.util.TurbineException
Captures the stack trace associated with a Throwable object.
captureStackTrace(Throwable) - Method in class org.apache.turbine.util.TurbineRuntimeException
Captures the stack trace associated with a Throwable object.
cascade - Variable in class org.apache.turbine.util.db.Criteria
 
cc - Variable in class org.apache.turbine.util.mail.MailMessage
The email address or addresses that the email is being carbon-copied to.
ccList - Variable in class org.apache.turbine.util.mail.Email
 
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 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.BaseSecurityService
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
 
characterEncoding - Variable in class org.apache.turbine.util.DataStreamParser
The character encoding of the input
characterEncoding - Variable in class org.apache.turbine.util.parser.BaseValueParser
The character encoding to use when converting to byte arrays
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 - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The HTTP charset.
CHARSET_RESOURCE - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
The name for charset mapper resources.
charSetMap - Variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The charset map used by the service.
CharSetMap - class org.apache.turbine.services.mimetype.util.CharSetMap.
This class maintains a set of mappers defining mappings between locales and the corresponding charsets.
CharSetMap() - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Constructs a new charset map with default mappers.
CharSetMap(File) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file.
CharSetMap(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a stream.
CharSetMap(Properties) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map from properties.
CharSetMap(String) - Constructor for class org.apache.turbine.services.mimetype.util.CharSetMap
Contructs a charset map read from a property file path.
CHARSETS - Static variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The charset file property.
check(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
check(String) - Method in class org.apache.turbine.util.validation.EmailValidator
 
check(String) - Method in class org.apache.turbine.util.validation.NotEmpty
 
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) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Determines if the Group exists in the security system.
checkExists(Group) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Checks if a Group 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(Permission) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Checks if a Permission 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(Role) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Checks if a Role is defined in the system.
checkExists(User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Checks if a User is defined in the system.
checkInput(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
checkLogger() - Method in interface org.apache.turbine.services.logging.Logger
This method should be implemented by user.
checkLogger() - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user.
checkLogger() - Method in class org.apache.turbine.services.logging.ServletLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogger() - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogger() - Method in class org.apache.turbine.services.logging.FileLogger
It performs action that are need for deterimne whether logger was well configured or has any output
checkLogin() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Check that the user has logged in.
checkTiming(String) - Method in class org.apache.turbine.util.db.IDBroker
Check the frequency of retrieving new ids from the database.
chr - Variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
CLASS_LOADERS - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
The property specifying a set of additional class loaders.
classLoader - Variable in class org.apache.turbine.util.pool.ObjectInputStreamForContext
The class loader of the context.
classLoaders - Variable in class org.apache.turbine.services.factory.TurbineFactoryService
Additional class loaders.
className - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
className - Variable in class org.apache.turbine.torque.engine.database.model.Inheritance
 
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.parser.BaseValueParser
Clear all name/value pairs out of this object.
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.
clearCache() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Iterate through the cache and remove or refresh stale objects.
clearPool() - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Clears all instances from the pool.
clearPool() - Method in interface org.apache.turbine.services.intake.IntakeService
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 class org.apache.turbine.services.pool.TurbinePoolService
Clears all instances from the pool.
clearPool() - Method in interface org.apache.turbine.services.pool.PoolService
Clears all instances from the pool.
clearPool(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Clears instances of a group from the pool.
clearPool(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Clears instances of a named group from the pool.
clearPool(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Clears instances of a named group from the pool.
clearPool(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Clears instances of a named class from the pool.
clearPool(String) - Method in interface org.apache.turbine.services.pool.PoolService
Clears instances of a named class from the pool.
clearThread() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Set thread to null to indicate termination.
client - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The xmlrpc client.
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.services.logging.LogWriter
Close the stream.
close() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
close() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Close off the logger.
close() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
close() - Method in class org.apache.turbine.util.db.pool.DBConnection
Force the close of this database connection.
col - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData.ColumnValue
 
col - Variable in class org.apache.turbine.torque.engine.sql.Token
 
col - Variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
column - Variable in class org.apache.turbine.util.db.Criteria.Criterion
Column name.
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
columnList - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
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.
columnName - Variable in class org.apache.turbine.util.db.map.ColumnMap
The name of the column.
columnNames - Variable in class org.apache.turbine.util.DataStreamParser
The list of column names.
columnNames - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The names of the columns.
columns - Variable in class org.apache.turbine.util.db.map.TableMap
The columns in the table.
columns - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The columns.
columnsByJavaName - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
columnsByName - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
columnTableMap - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
Hashtable to track what table a column belongs to.
columnType - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
columnValues - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData.DataRow
 
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
 
commentDash - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
commentPound - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
commentSlash - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
commentStar - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
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.
commonMapper - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
A common charset mapper for languages.
commonMapper - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
A common MIME type mapper.
Comparable - interface org.apache.turbine.util.Comparable.
Used by quicksort.
compare(Object, Object) - Method in class org.apache.turbine.services.schedule.JobQueue
Compare to another JobEntry.
compare(Object, Object) - Method in interface org.apache.turbine.util.Comparable
Return the result of comparing two objects.
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.
comparison - Variable in class org.apache.turbine.util.db.Criteria.Criterion
Comparison value.
compileStylesheetRoot(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Compile a new StylesheetRoot from an input file.
config - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The servlet configuration.
configuration - Variable in class org.apache.turbine.services.BaseService
The configuration for this service
configuration - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
configuration - Variable in class org.apache.turbine.services.resources.TurbineResourceService
The container for the generic resources.
configuration - Variable in class org.apache.turbine.services.template.BaseTemplateEngineService
A Map containing the configuration for the template engine service.
configurations - Variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The map of configurations.
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle remote server.
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds console as a destination for logger.
configureConsole(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Adds console as a destination for logger.
configureDatabase(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle database logs.
configureDatabase(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds a db as a destination for logger.
configureEmail(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle emailing logs.
configureEmail(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds email as a destination for logger.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle files.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Adds a local file as destinations for logger.
configureFiles(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Adds local file as destinations for logger.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle console.
configureRemote(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This method should be implemented by user if the logger can handle console.
configureSyslog(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be implemented by user if the logger can handle syslog demon.
configureSyslog(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
It adds remote demon as a destination for logger.
CONFIRM_DATA - Static variable in interface org.apache.turbine.om.security.User
This is the value that is stored in the database for confirmed users
CONFIRM_DATA - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
This is the value that is stored in the database for confirmed users.
CONFIRM_VALUE - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key for the confirm_value field.
CONFIRM_VALUE - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the confirm_value field.
CONFIRM_VALUE_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the confirm_value field.
conn - Variable in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
 
connection - Variable in class org.apache.turbine.util.db.pool.DBConnection
The JDBC database connection.
connectionAttemptsCounter - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The number of times that an attempt to obtain a pooled connection has been made.
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.
connectionWaitTimeout - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
Amount of time a thread asking the pool for a cached connection will wait before timing out and throwing an error.
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 - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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
containsForeignPK - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
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 interface org.apache.turbine.services.upload.UploadService
HTTP header.
CONTENT_TYPE - Static variable in class org.apache.turbine.util.mail.Email
 
contents - Variable in class org.apache.turbine.services.cache.CachedObject
The object to be cached.
contenttype - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
contentType - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The HTTP content type to return.
contentType - Variable in class org.apache.turbine.util.mail.SimpleEmail
the conentet type for body of the message
contentType - Variable in class org.apache.turbine.util.upload.FileItem
The content type passed by the browser or null if not defined.
ContentURI - class org.apache.turbine.util.ContentURI.
Utility class to allow the easy inclusion of images in templates: <img src="$content.getURI("image.jpg")">
ContentURI() - Constructor for class org.apache.turbine.util.ContentURI
Default constructor
ContentURI(RunData) - Constructor for class org.apache.turbine.util.ContentURI
Constructor
context - Variable in class org.apache.turbine.services.logging.ServletLogger
context for calling method: "log"
context - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
context for resolving paths and servlet logging
context - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
context - Variable in class org.apache.turbine.util.webmacro.WebMacroEmail
A WebContext
context - Variable in class org.apache.turbine.util.webmacro.WebMacroFormatter
 
context - Variable in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
A WebContext
context - Variable in class org.apache.turbine.util.velocity.VelocityEmail
A Context
CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
 
contextPath - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
contextPath - Variable in class org.apache.turbine.util.ServerData
Cached context path.
contextPath - Variable in class org.apache.turbine.util.ContentURI
stores the context path for servlet 2.1+ compliant containers
contextPropsList - Static variable in class org.apache.turbine.services.naming.TurbineNamingService
A global HashTable of Property objects which are initialised using parameters from the ResourcesFile
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.
convertArrayHash - Static variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
convertHash - Static variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
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.
cookieDate - Static variable in class org.apache.jserv.JServUtils
 
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.
cookiePath - Variable in class org.apache.turbine.util.parser.DefaultCookieParser
The cookie path.
cookies - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
A reference to a cookie parser.
copy(byte[], int) - Static method in class org.apache.java.lang.Bytes
Gets the end of the byte array given.
copy(byte[], int, int) - Static method in class org.apache.java.lang.Bytes
Gets a sub-set of the byte array given.
copyStream(InputStream, OutputStream) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Copies stream ins to stream outs.
count - Variable in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
 
countChar - Static variable in class org.apache.turbine.util.db.UUIdGenerator
characters used in the ID
counter - Static variable in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
 
counter - Variable in class org.apache.turbine.util.db.UUIdGenerator
 
counter - Variable in class org.apache.java.security.MD5
 
cpds - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The ConnectionPoolDataSource if the driver is JDBC 2.0 compliant
Create_Table_Column_Data(Table) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parse the data definition of the column statement.
Create_Table_Column_Foreign(Table) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses FOREIGN KEY (BAR) REFERENCES TABLE (BAR) statement
Create_Table_Column_Primary(Table) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses PRIMARY KEY (FOO,BAR) statement
Create_Table_Column_Unique(Table) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses UNIQUE (NAME,FOO,BAR) statement
Create_Table_Column(Table) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses column information between the braces of a CREATE TABLE () sql statement.
Create_Table() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses a CREATE TABLE sql command
Create() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Parses a CREATE TABLE FOO command.
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.
create(String) - Static method in class org.apache.turbine.om.security.TurbineGroup
Deprecated. Please use the createGroup method in TurbineSecurity now.
create(String) - Static method in class org.apache.turbine.om.security.TurbinePermission
Deprecated. Please use the createPermission method in TurbineSecurity.
create(String) - Method in interface org.apache.turbine.om.security.Role
Creates a new Role in the system.
create(String) - Method in class org.apache.turbine.om.security.TurbineRole
Creates a new Role in the system.
createAccount(User, String) - Method in interface org.apache.turbine.services.security.UserManager
Creates new user account with specified attributes.
createAccount(User, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Creates new user account with specified attributes.
createAccount(User, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented Creates new user account with specified attributes.
createAccount(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Creates new user account with specified attributes.
created - Variable in class org.apache.turbine.services.cache.CachedObject
When created.
CREATED - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the created field.
CREATED_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the created field.
createDate - Variable in class org.apache.turbine.services.security.ldap.LDAPUser
 
createDate - Variable in class org.apache.turbine.om.security.TurbineUser
 
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.Criterion(Criteria, Object, String) - Constructor for class org.apache.turbine.util.db.Criteria.Criterion
Creates a new instance, initializing a couple members.
Criteria.Criterion(Criteria, String, Object) - Constructor for class org.apache.turbine.util.db.Criteria.Criterion
Create a new instance.
Criteria.Criterion(Criteria, String, Object, String) - Constructor for class org.apache.turbine.util.db.Criteria.Criterion
Create a new instance.
Criteria.Criterion(Criteria, String, String, Object) - Constructor for class org.apache.turbine.util.db.Criteria.Criterion
Create a new instance.
Criteria.Criterion(Criteria, String, String, Object, String) - Constructor for class org.apache.turbine.util.db.Criteria.Criterion
Create a new instance.
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.
CRLF2 - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated. Carriage return - line feed two times.
cssOK - Variable in class org.apache.turbine.util.BrowserDetector
Whether or not CSS works in this browser.
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.
curColumn - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
currColumn - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
currDB - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
currElement - Variable in class org.apache.turbine.services.intake.transform.XmlToAppData
 
current - Variable in class org.apache.turbine.util.webmacro.WebMacroFormatter.WebMacroAlternator
 
currentlyFilledTo - Variable in class org.apache.turbine.util.db.LargeSelect
 
currField - Variable in class org.apache.turbine.services.intake.transform.XmlToAppData
 
currFK - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
currGroup - Variable in class org.apache.turbine.services.intake.transform.XmlToAppData
 
currIndex - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
currRule - Variable in class org.apache.turbine.services.intake.transform.XmlToAppData
 
currTable - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
currUnique - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
CUSTOM - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.

D

DAILY - Static variable in class org.apache.turbine.services.schedule.JobEntry
 
data - Variable in class org.apache.turbine.services.intake.IntakeTool
 
data - Variable in class org.apache.turbine.services.intake.model.Field
The object containing the request data
data - Variable in class org.apache.turbine.services.intake.model.Group
The object containing the request data
data - Variable in class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
 
data - Variable in class org.apache.turbine.services.jsp.util.JspNavigation
 
data - Variable in class org.apache.turbine.util.DynamicURI
The RunData object.
data - Variable in class org.apache.turbine.util.SecurityCheck
 
data - Variable in class org.apache.turbine.util.template.TemplatePageAttributes
The RunData object.
data - Variable in class org.apache.turbine.util.template.TemplateInfo
 
data - Variable in class org.apache.turbine.util.template.TemplateSecurityCheck
 
data - Variable in class org.apache.turbine.util.template.TemplateNavigation
 
data - Variable in class org.apache.turbine.util.parser.DefaultCookieParser
The run data to parse.
data - Variable in class org.apache.turbine.util.mail.ByteArrayDataSource
Data.
data - Variable in class org.apache.turbine.util.velocity.VelocityHtmlEmail
The cached rundata object.
data - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
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 - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
Database - class org.apache.turbine.torque.engine.database.model.Database.
A class for holding application data structures.
DATABASE_POOL - Variable in class org.apache.turbine.util.db.adapter.DBWeblogic
 
Database() - Constructor for class org.apache.turbine.torque.engine.database.model.Database
Default Constructor
databaseDriver - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
Database driver used for JDBC connection.
databaseDTD - Variable in class org.apache.turbine.services.intake.transform.DTDResolver
InputSource for database.dtd
databaseDTD - Variable in class org.apache.turbine.torque.engine.database.transform.DTDResolver
InputSource for database.dtd
databaseHost - Variable in class org.apache.turbine.torque.TorqueCreateDatabase
Host on which specified database resides.
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 - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
 
databaseName - Variable in class org.apache.turbine.torque.TorqueCreateDatabase
Name of the database to create.
databaseName - Variable in class org.apache.turbine.torque.TorqueDataSQLTask
 
databasePassword - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
Database password used for JDBC connection.
databasePassword - Variable in class org.apache.turbine.torque.TorqueCreateDatabase
Password for specified database user.
databaseUrl - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
Database URL used for JDBC connection.
databaseUser - Variable in class org.apache.turbine.torque.TorqueDataDumpTask
Database user used for JDBC connection.
databaseUser - Variable in class org.apache.turbine.torque.TorqueCreateDatabase
Database user.
dataDTD - Variable in class org.apache.turbine.torque.TorqueDataSQLTask
 
dataDTD - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
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.
dataXmlFile - Variable in class org.apache.turbine.torque.TorqueDataSQLTask
 
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 - Variable in class org.apache.turbine.services.schedule.JobEntry
Valid entry ( 1-31 ).
DAY_OF_MONTH - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
DAY_OF_MONTH - Static variable in class org.apache.turbine.services.schedule.JobEntry
 
DAY_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for day parameter.
db - Variable in class org.apache.turbine.util.db.Criteria.Criterion
The DB adaptor which might be used to get db specific variations of sql.
db - Variable in class org.apache.turbine.util.db.LargeSelect
 
db - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The class containing the database specific info for connections in this pool (i.e.
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.
dbAdapter - Variable in class org.apache.turbine.util.db.SequenceIdGenerator
 
dbAdapter - Variable in class org.apache.turbine.util.db.AutoIncrementIdGenerator
 
dbCheckFrequency - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
Thread sleep time between checks for database connectivity problems.
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
 
dbList - Variable in class org.apache.turbine.torque.engine.database.model.AppData
 
dbLogger - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
dbMap - Variable in class org.apache.turbine.util.db.map.TableMap
The database this table belongs to.
dbMap - Variable in class org.apache.turbine.util.db.map.TurbineMapBuilder
The database map.
dbMaps - Variable in class org.apache.turbine.services.db.TurbineMapBrokerService
The global cache of database maps
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
 
dbName - Variable in class org.apache.turbine.util.db.Criteria
The name of the database.
dbName - Variable in class org.apache.turbine.util.db.LargeSelect
 
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.
dbParent - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
dbPassword - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
JDBC password.
dbPool - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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 class org.apache.turbine.modules.navigations.DefaultTopNavigation
 
DEBUG - Static variable in class org.apache.turbine.modules.navigations.DefaultBottomNavigation
 
DEBUG - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
DEBUG - Static variable in class org.apache.turbine.util.TurbineConfig
Enables output of debug messages (compile time option).
debug(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
debug(String, 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, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the given logger
debug(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the given logger
debug(String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == DEBUG
debug(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == DEBUG,printing is done by the default logger
debug(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == DEBUG
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == DEBUG, printing is done by the default logger
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == DEBUG
debug(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == DEBUG
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
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
 
declaredGroups - Variable in class org.apache.turbine.services.intake.IntakeTool
 
declareDirectResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Declares that output will be direct to the response stream, even though getOut() may never be called.
declareDirectResponse() - Method in interface org.apache.turbine.util.RunData
Declares that output will be direct to the response stream, even though getOut() may never be called.
declareGroup(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the group.
declareGroup(Group, StringBuffer) - Method in class org.apache.turbine.services.intake.IntakeTool
xhtml valid hidden input field(s) that notifies intake of the group's presence.
declareGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the relevant groups.
decodeRequest(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.
decrementConnections() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Decreases the count of connections in the pool and also calls notify().
def - Variable in class org.apache.turbine.services.jsp.tags.BodyAttributesTag
The default body tag attributes, if none is specified in the screen.
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 - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
the name of the default pool
DEFAULT - Static variable in interface org.apache.turbine.services.db.MapBrokerService
Name of the default map builder and map.
DEFAULT - Static variable in class org.apache.turbine.services.db.TurbinePoolBrokerService
Name of the default connection pool.
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_CAPACITY - Static variable in class org.apache.turbine.util.db.Criteria
 
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_COOKIE_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
 
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_MAP_BUILDER - Static variable in class org.apache.turbine.om.peer.BasePeer
The Turbine default MapBuilder.
DEFAULT_MAX_SIZE - Static variable in class org.apache.turbine.util.BufferCache
The default maximum cache size.
DEFAULT_MIMETYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The default MIME type when nothing else is applicable.
DEFAULT_MINUTE_INTERVAL - Static variable in class org.apache.turbine.util.TimeSelector
 
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_PARAMETER_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
 
DEFAULT_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.intake.IntakeService
The default pool capacity.
DEFAULT_POOL_CAPACITY - Static variable in interface org.apache.turbine.services.pool.PoolService
The default pool capacity.
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.DateSelector
Prefix for date names.
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.TimeSelector
Prefix for time names.
DEFAULT_RUN_DATA - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The default implementations.
DEFAULT_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_SECOND_INTERVAL - Static variable in class org.apache.turbine.util.TimeSelector
 
DEFAULT_SIZE - Static variable in class org.apache.turbine.util.db.IDBroker
The default size of the per-table meta data Hashtable objects.
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_TIME_FORMAT - Static variable in class org.apache.turbine.util.TimeSelector
 
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.
DEFAULT_VALIDATOR - Static variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
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
 
defaultage - Variable in class org.apache.turbine.services.cache.CachedObject
Default age (30 minutes).
DefaultBottomNavigation - class org.apache.turbine.modules.navigations.DefaultBottomNavigation.
This is a sample navigation module.
DefaultBottomNavigation() - Constructor for class org.apache.turbine.modules.navigations.DefaultBottomNavigation
 
defaultBundle - Static variable in class org.apache.turbine.services.localization.TurbineLocalizationService
The name of the default bundle to use.
defaultCharSet - Static variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The default charset.
defaultCharSet - Variable in class org.apache.turbine.services.velocity.TurbineVelocityService
Default character encoding to use if not specified in the RunData object.
defaultCharSetChecked - Static variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The default charset checked flag.
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.
defaultExtension - Variable in class org.apache.turbine.services.template.TurbineTemplateService
Default extension for templates.
defaultIdMethod - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
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
 
defaultLocale - Static variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The default locale.
defaultLocaleChecked - Static variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The default locale checked flag.
defaultLogger - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
logger for methods without target
defaultMapToObject - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
defaultNameProperties - Variable in class org.apache.turbine.services.template.TurbineTemplateService
The properties for default template object names.
defaultOnErrors - Static variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
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
 
defaultTemplate - Variable in class org.apache.turbine.services.template.TurbineTemplateService
Default template with the default extension.
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
 
defaultValue - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Add an IP address to the list of denied clients.
denyClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of denied clients.
denyClient(String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Add an IP address to the list of denied clients.
DESC - Static variable in class org.apache.turbine.util.db.Criteria
"Order by" qualifier - descending
description - Variable in class org.apache.turbine.util.mail.EmailAttachment
The description of this attachment.
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() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Shuts down the provider.
destroy() - Static method in class org.apache.turbine.util.Log
Deprecated. The service should be shut down by the broker class only.
digest(byte[]) - Method in class org.apache.java.security.MessageDigest
Appends a message block and return its message digest.
digest(byte[], int) - Method in class org.apache.java.security.MessageDigest
Appends a message block with specified length and return its message digest.
digest(byte[], int, int) - Method in class org.apache.java.security.MessageDigest
Appends a message block with specified length starting from the given offset and return its message digest.
digest(byte[], int, int) - Method in class org.apache.java.security.MD5
Appends a message block with specified length starting from the given offset, and return its message digest.
digests - Static variable in class org.apache.java.security.MD5
 
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.services.intake.IntakeTool
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.intake.model.Field
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.intake.model.Group
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Disposes a run data object.
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.om.OMTool
Disposes the object after use.
disposed - Variable in class org.apache.turbine.services.intake.IntakeTool
 
disposed - Variable in class org.apache.turbine.services.intake.model.Group
 
disposed - Variable in class org.apache.turbine.util.pool.RecyclableSupport
The disposed flag.
disposed - Variable in class org.apache.turbine.om.OMTool
 
disposition - Variable in class org.apache.turbine.util.mail.EmailAttachment
The disposition.
DISTINCT - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Method to allow subclasses to add additional validation
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
doAssertValidity(String) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
Determine whether a testValue meets the criteria specified in the constraints defined for this validator
doBaseInit(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
Starts configuration of the logger, sets name, format, loging level (defaults to DEBUG).
doBuild() - Method in interface org.apache.turbine.util.db.map.MapBuilder
Build up the database mapping.
doBuild() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Build up the databasemapping.
doBuild(RunData) - Method in class org.apache.turbine.modules.Layout
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.Page
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.Screen
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.Navigation
A subclass must override this method to build itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroOnlyLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroSiteLayout
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.layouts.VelocityXslLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityECSLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.JspLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.DefaultLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Builds the Page.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method is called by the Screenloader to construct the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.Error
Build screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultTopNavigation
Build the Navigation.
doBuild(RunData) - Method in class org.apache.turbine.modules.navigations.DefaultBottomNavigation
Build the Navigation.
doBuildAfterAction(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be overridden by template Pages to set up data needed to process a template.
doBuildAfterAction(RunData) - Method in class org.apache.turbine.modules.pages.TemplatePage
Works with TemplateService to set up default templates and corresponding class modules.
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be used by template Pages to stuff the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.JspPage
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.WebMacroSitePage
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be overidden by subclasses that wish to add specific business logic.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.WebMacroSiteScreen
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
 
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.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.navigations.TemplateNavigation
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Velocity Screens extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
Implement this to add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this to add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Velocity Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, 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.WebMacroSiteErrorScreen
Implement this to 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.
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.NumberValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
doInit(Map) - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
doInitService(Object, String) - Method in class org.apache.turbine.services.BaseServiceBroker
Internal utility method for use in initServices() to prevent duplication of code.
doInsert(Criteria) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Perform a SQL insert, handling connection details internally.
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, DBConnection) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Method to do inserts.
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.
doOutput(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Actually output the dynamic content.
doPerform(RunData) - Method in class org.apache.turbine.modules.Action
A subclass must override this method to perform itself.
doPerform(RunData) - Method in class org.apache.turbine.modules.ActionEvent
You need to implement this in your classes that extend this class.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
You SHOULD NOT override this method and implement it in your 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.VelocityAction
You SHOULD NOT override this method and implement it in your action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LoginUser
Execute the 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.AccessController
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.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
Execute the action.
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.util.velocity.VelocityActionEvent
You need to implement this in your classes that extend this class.
doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.VelocityAction
You SHOULD override this method and implement it in your action.
doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this to add information to the context.
doPerform(RunData, WebContext) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
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.DefaultPage
Can be overridden to perform actions when the request is fully processed.
doPostBuild(RunData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Allows the VelocityService to peform post-request actions.
doPostBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method can be overridden to write code that executes when the template has been built (called from a finally clause, so executes regardless of whether an exception is thrown or not)
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.services.schedule.JobEntryPeer
Called from the SchedulerService init() to batch load Jobs into the queue.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues a select based on a criteria.
doSelect(Criteria) - Static method in class org.apache.turbine.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, DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Old method for performing a SELECT.
doSelect(Criteria, User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues a select based on a criteria.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.Field
Compares request data with constraints and sets the valid flag.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.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.BigDecimalField
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.ComboKeyField
converts the parameter to the correct Object.
doSetValue(ParameterParser) - Method in class org.apache.turbine.services.intake.model.StringField
converts the parameter to the correct Object.
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.ScreenTag
Method called when the tag is encountered to send attributes to the output stream
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.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.TemplateLinkTag
 
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.services.schedule.JobEntryPeer
Update an existing Job.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Issues an update based on a criteria.
doUpdate(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Use this method for performing an update of the kind:
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:
driver - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The driver type for this pool.
drivers - Static variable in class org.apache.turbine.util.db.adapter.DBFactory
 
dtdFile - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
dtdFileName - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
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 - 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() - Constructor for class org.apache.turbine.services.intake.transform.DTDResolver
constructor
DTDResolver() - Constructor for class org.apache.turbine.torque.engine.database.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.

E

e - Variable in class org.apache.turbine.util.SystemError
 
ecsOutput() - Method in class org.apache.turbine.util.DateSelector
 
ecsOutput() - Method in class org.apache.turbine.util.TimeSelector
Return an ECS container with the select objects inside.
elements() - Method in class org.apache.turbine.util.security.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.
email - Variable in class org.apache.turbine.services.schedule.JobEntry
E-mail address to send notification of job run.
Email - class org.apache.turbine.util.mail.Email.
The base class for all email messages.
EMAIL - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
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_BODY - Static variable in class org.apache.turbine.util.mail.Email
 
EMAIL_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the email field.
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 - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
EMAILBUFFERSIZE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email buffer size
emailFrom - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
EMAILFROM_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email from
emailSubject - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
EMAILSUBJECT_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - email subject
emailTo - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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.webmacro.WebMacroHtmlEmail
Embed a file in the mail.
embed(String, String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Embed a file in the mail.
embed(URL, String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Embeds an URL in the HTML.
embmap - Variable in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
The map of embedded files.
embmap - Variable in class org.apache.turbine.util.velocity.VelocityHtmlEmail
The map of embedded files.
EMPTY - Static variable in class org.apache.turbine.services.intake.model.Field
 
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
 
enabledLogging - Variable in class org.apache.turbine.services.TurbineServices
True if logging should go throught LoggingService, false if not.
enableLogging() - Method in class org.apache.turbine.services.TurbineServices
Allows logging using a logging service instead of console This method should be called after initialization of the logging service
encodeCookie(Cookie) - Static method in class org.apache.jserv.JServUtils
Encode a cookie as per the Netscape Cookies specification.
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.services.schedule.JobEntry
Compare this Job with another.
equals(Object) - Method in class org.apache.turbine.util.StringStackBuffer
Compares two StringStackBuffers.
equals(Object) - Method in class org.apache.turbine.util.db.TableColumn
Compares this object with another TableColumn.
equals(Object) - Method in class org.apache.turbine.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.om.BaseObject
Compares this with another BaseObject instance.
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.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.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.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, 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.
err(String) - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Creates an error condition and adds the line and column number of the current token to the error message.
errMsg - Static variable in class org.apache.turbine.om.BaseObject
Saves the object.
errMsg - Static variable in class org.apache.turbine.om.ComboKey
Sets the internal representation using a String array.
Error - class org.apache.turbine.modules.screens.Error.
This is a sample Error Screen module.
ERROR - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
Error() - Constructor for class org.apache.turbine.modules.screens.Error
 
error(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give errors.
error(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
Error callback.
error(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
Error callback.
error(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == ERROR
error(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == ERROR
error(String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(String, 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, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the given logger
error(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the given logger
error(String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == ERROR,printing is done by the default logger
error(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == ERROR, printing is done by the default logger
error(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
error(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(Throwable) - Method in class org.apache.turbine.services.BaseInitableBroker
Output an error message.
error(Throwable) - Method in class org.apache.turbine.services.TurbineServices
Output an error message.
error(Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == ERROR
error(Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
 
error(Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == ERROR
error(Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
 
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
errorMessage - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
errorMessage - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
errors - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
This is a vector to hold critical system errors.
errorString - Static variable in class org.apache.turbine.util.db.UUIdGenerator
 
escapeText() - Method in class org.apache.turbine.util.db.adapter.DB
This method is for the SqlExpression.quoteAndEscape rules.
escapeText() - Method in class org.apache.turbine.util.db.adapter.DBSapDB
This method is for the SqlExpression.quoteAndEscape rules.
eval(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the external Screen.
eval(RunData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Attempts to load and execute the external Navigation.
evaluateJobType() - Method in class org.apache.turbine.services.schedule.JobEntry
What schedule am I on? I know this is kinda ugly! If you can think of a cleaner way to do this, please jump in!
eventListeners - Variable in class org.apache.turbine.util.db.pool.DBConnection
ConnectionEventListeners
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(RunData, String) - Method in class org.apache.turbine.modules.GenericLoader
Attempts to load and execute the external action that has been set.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.PageLoader
Attempts to load and execute the external page.
exec(RunData, String) - Method in class org.apache.turbine.modules.ActionLoader
Attempts to load and execute the external action.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the Screen.
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.LayoutLoader
Attempts to load and execute the external layout.
execute() - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
Default constructor.
execute() - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
 
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) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Execute a remote procedure call.
executeRpc(URL, String, Vector) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Client's interface to XML-RPC.
executeRpc(URL, String, Vector) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Execute a remote procedure call.
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.
expires - Variable in class org.apache.turbine.services.cache.CachedObject
When it expires.
expiryTime - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The amount of time in milliseconds that a connection will be pooled.
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

F(int, int, int) - Static method in class org.apache.java.security.MD5
 
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
factories - Variable in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
A structure that holds the registered AssemblerFactories
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.
failScreen - Variable in class org.apache.turbine.util.SecurityCheck
 
failScreen - Variable in class org.apache.turbine.util.template.TemplateSecurityCheck
 
failTemplate - Variable in class org.apache.turbine.util.template.TemplateSecurityCheck
 
fatalError(SAXParseException) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Callback function for the xml parser to give fatalErrors.
fatalError(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
Fatal error callback.
fatalError(SAXParseException) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
Fatal error callback.
fetch(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
Description of the Method
FF(int, int, int, int, int, int, int) - Static method in class org.apache.java.security.MD5
 
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.
fieldCtors - Static variable in class org.apache.turbine.services.intake.model.FieldFactory
 
FieldFactory - class org.apache.turbine.services.intake.model.FieldFactory.
Creates Field objects.
FieldFactory.FieldCtor - class org.apache.turbine.services.intake.model.FieldFactory.FieldCtor.
 
FieldFactory.FieldCtor() - Constructor for class org.apache.turbine.services.intake.model.FieldFactory.FieldCtor
 
FieldFactory() - Constructor for class org.apache.turbine.services.intake.model.FieldFactory
 
fieldname - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
fieldNames - Variable in class org.apache.turbine.util.FormMessage
 
fields - Variable in class org.apache.turbine.services.intake.model.Group
A map of the fields in this group mapped by field name.
fields - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
fields_messages - Variable in class org.apache.turbine.util.FormMessages
 
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.services.resources.TurbineResources
 
FILE_SERVER - Static variable in class org.apache.turbine.util.mail.Email
 
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 - class org.apache.turbine.util.upload.FileHandler.
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileHandler
Default Constructor
FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(HttpServletRequest, ParameterParser, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(RunData) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(RunData, String) - Constructor for class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandlerUploadService - class org.apache.turbine.services.upload.FileHandlerUploadService.
Deprecated. Use TurbineUploadService instead.
FileHandlerUploadService() - Constructor for class org.apache.turbine.services.upload.FileHandlerUploadService
Deprecated.  
FileItem - class org.apache.turbine.util.upload.FileItem.
This class represents a file that was received by Turbine using multipart/form-data POST request.
FileItem(String, String) - Constructor for class org.apache.turbine.util.upload.FileItem
Constructs a new FileItem.
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.FileHandler
Deprecated.  
fileName - Variable in class org.apache.turbine.util.upload.FileItem
The original filename in the user's filesystem.
filenames - Variable in class org.apache.turbine.services.upload.OReillyUploadService
Deprecated. Holds a vector of the filenames that were uploaded.
files - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
fileServer - Variable in class org.apache.turbine.util.mail.MultiPartEmail
The file server if it exists.
fileSize - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
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
 
fileUploadOK - Variable in class org.apache.turbine.util.BrowserDetector
Whether or not file upload works in this browser.
FileUtils - class org.apache.turbine.util.FileUtils.
Common File manipulation routines.
FileUtils() - Constructor for class org.apache.turbine.util.FileUtils
 
filter - Static variable in class org.apache.turbine.modules.Screen
 
filter - Static variable in class org.apache.turbine.modules.Navigation
 
finalize() - Method in class org.apache.turbine.services.logging.TurbineLogging
Attempt to close the log files when the class is GC'd.
finalize() - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Also do a shutdown if the object is destroy()'d.
finalize() - Method in class org.apache.turbine.services.logging.FileLogger
Also do a shutdown if the object is destroy()'d.
finalize() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
If program terminates close the database-connection and flush the buffer.
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.
findByte(byte, int) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Finds the first position of B in StoreBuffer beginning with position number Pos, or -1 if not found.
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.
findSubArray(byte[], int) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Finds the first position of SubArray in StoreBuffer beginning with position number Pos, or -1 if not found.
findTemplate(String) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Locates a template file, and instantiates Template object.
FIRST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the first name.
FIRST_NAME - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the first name field.
FIRST_NAME_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the first name field.
firstDoGet - Static variable in class org.apache.turbine.Turbine
Should initialization activities be performed during doGet() execution?
firstInit - Static variable in class org.apache.turbine.Turbine
In certain situations the init() method is called more than once, somtimes even concurrently.
firstLetterCaps(String) - Method in class org.apache.turbine.modules.ActionEvent
Makes the first letter caps and the rest lowercase.
firstLetterCaps(String) - Static method in class org.apache.turbine.util.StringUtils
Makes the first letter caps and leaves the rest as is.
firstLetterCaps(String) - Method in class org.apache.turbine.util.db.map.TableMap
Makes the first letter caps and the rest lowercase.
firstPass - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
FLAG - Static variable in class org.apache.turbine.services.jsp.tags.ScreenTag
Key used to prevent the templates Screen module from executing multiple times while evaluating the layout.
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 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.BaseSecurityService
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.
foreignColumns - Variable in class org.apache.turbine.torque.engine.database.model.ForeignKey
 
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
foreignKeys - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
foreignTable - Variable in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
 
foreignTableName - Variable in class org.apache.turbine.torque.engine.database.model.ForeignKey
 
foreignTableNames - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
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.PropertiesLoggingConfig
 
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".
formHasField(String, String) - Method in class org.apache.turbine.util.FormMessages
Check whether a form as a field.
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.
formName - Variable in class org.apache.turbine.util.FormMessage
 
forms_fields - Variable in class org.apache.turbine.util.FormMessages
 
forms_messages - Variable in class org.apache.turbine.util.FormMessages
 
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.
FROM - Static variable in class org.apache.turbine.util.db.Query
 
fromEmail - Variable in class org.apache.turbine.util.webmacro.WebMacroEmail
The from email field.
fromEmail - Variable in class org.apache.turbine.util.velocity.VelocityEmail
The from email field.
fromName - Variable in class org.apache.turbine.util.webmacro.WebMacroEmail
The from name field.
fromName - Variable in class org.apache.turbine.util.velocity.VelocityEmail
The from name field.
fromTables - Variable in class org.apache.turbine.util.db.Query
 
FTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
The default FTP port number.

G

G(int, int, int) - Static method in class org.apache.java.security.MD5
 
generateNewBaseId() - Method in class org.apache.turbine.util.db.UUIdGenerator
Generates the new base id
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.services.pull.util.UIManager
Retrieve a property from the properties held within the properties file for this skin.
get(String) - Method in class org.apache.turbine.services.intake.IntakeTool
 
get(String) - Method in class org.apache.turbine.services.intake.model.Group
Get the Field .
get(String) - Method in 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.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) - Method in class org.apache.turbine.om.OMTool
 
get(String, String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
 
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to get a file to a server.
get(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to get a file to a server.
get(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to 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() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the absolute path of resources directory where tools store resource information.
getAbsolutePathToResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the absolute path of the resources directory used by application tools.
getAbsolutePathToResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the absolute path to the resources directory used by the application tools.
getAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user from perm storage.
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.
getAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user during a session.
getAccessCounterForSession() - Method in class org.apache.turbine.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.
getACL() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the access control list.
getACL() - Method in interface org.apache.turbine.util.RunData
Gets the access control list.
getACL(User) - 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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the action.
getAction() - Method in interface org.apache.turbine.util.RunData
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() - 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.
getAllGroups() - Method in class org.apache.turbine.util.security.AccessControlList
Returns all groups definded 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.services.intake.xmlmodel.XmlGroup
Get the parent of the input group
getAppData() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the parent of the table
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.JavaScreenFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
 
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
 
getAssembler(String, String) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Attempts to load an Assembler of a type with a given name
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Attempt to retrieve an Assembler of a given type with a name.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
 
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.util.TurbineConfig
Not implemented.
getAttribute(String) - Method in class org.apache.turbine.om.security.SecurityObject
Retrieves the value of specific attribute of this object.
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.
getAuthType(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the name of the authentication scheme used to protect the servlet, for example, "BASIC" or "SSL," or null if the servlet was not protected.
getAutomatic() - Static method in class org.apache.turbine.services.upload.TurbineUpload
Retrieves the value of 'automatic' property of UploadService.
getBackupFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getBackupFiles() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getBannerInfo(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the banner info asociated with the user making the request.
getBaseClass() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the base class of the field
getBaseClass() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of baseClass.
getBaseClass() - Method in class org.apache.turbine.torque.engine.database.model.Table
Get the value of baseClass.
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
getBasePeer() - Method in class org.apache.turbine.torque.engine.database.model.Database
Get the value of basePeer.
getBasePeer() - Method in class org.apache.turbine.torque.engine.database.model.Table
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.parser.BaseValueParser
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, 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.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String) - Method in interface org.apache.turbine.util.ValueParser
Return a boolean for the given name.
getBoolean(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a boolean for the given name.
getBoolean(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return value as a boolean.
getBoolean(String, boolean) - Method in interface org.apache.turbine.services.resources.ResourceService
The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
getBoolean(String, boolean) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
getBoolean(String, boolean) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
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, 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.
getCacheSize() - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Returns the current size of the cache.
getCacheSize() - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Returns the current size of the cache.
getCacheSize() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns the current size of the cache.
getCapacity(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
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.
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 class org.apache.turbine.services.pool.TurbinePoolService
Gets the capacity of the pool for a named class.
getCapacity(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets the capacity of the pool for a named class.
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.
getCharacterEncoding(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the name of the character encoding used in the body of this request.
getCharSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the charset.
getCharSet() - Method in interface org.apache.turbine.util.RunData
Gets the charset.
getCharSet(Locale) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a locale.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale.
getCharSet(Locale) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale.
getCharSet(Locale) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a locale.
getCharSet(Locale, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a locale with a variant.
getCharSet(Locale, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a locale with a variant.
getCharSet(Locale, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a locale with a variant.
getCharSet(Locale, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a locale with a variant.
getCharSet(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a specified key.
getCharSet(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a specified key.
getCharSet(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a specified key.
getCharSet(String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a specified key.
getCharSet(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the charset for a specified key.
getCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the charset for a specified key.
getCharSet(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the charset for a specified key.
getCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Gets the charset for a specified key.
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.
getChunkAsText(int, int) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Returns the given chunk of StoreBuffer as a String.
getCid(String) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Get the cid of an embedded file.
getCid(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Get the cid of an embedded file.
getClassName() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getClassName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getClassName() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of className.
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.model.Inheritance
Get the value of parent.
getColumn() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.ColumnValue
 
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) - Method in class org.apache.turbine.util.db.Criteria
Method to return a String table name.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Returns the full name of a column.
getColumnName(String) - Static method in class org.apache.turbine.om.security.peer.UserGroupRolePeer
Returns the full name of a column.
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 class org.apache.turbine.services.BaseUnicastRemoteService
Returns the configuration of this service.
getConfiguration() - Method in interface org.apache.turbine.services.Service
Returns the Configuration of this Service.
getConfiguration() - Method in class org.apache.turbine.services.resources.TurbineResourceService
Wrapper around the configuration resources.
getConfiguration(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the Configuration of a specific service.
getConfiguration(String) - Method in class org.apache.turbine.services.TurbineServices
Returns the Configuration for the specified service.
getConfiguration(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the configuration of a specific service.
getConfiguration(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to extract a subset configuraton 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 class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
getConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the value of Confirmed variable
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.
getConfirmValue() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's confirmation flag.
getConnection() - Method in interface org.apache.turbine.services.db.PoolBrokerService
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() - Static method in class org.apache.turbine.services.db.TurbineDB
This method returns a DBConnection from the default pool.
getConnection() - Method in class org.apache.turbine.util.db.adapter.DB
Returns a JDBC Connection from the DriverManager.
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.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(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) - Static method in class org.apache.turbine.services.db.TurbineDB
This method returns a DBConnection from the pool with the specified name.
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.
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 class org.apache.turbine.util.db.pool.ConnectionPool
Deprecated. Database parameters should not be specified each time a DBConnection is fetched from the pool.
getConnectionPoolDataSource() - Method in class org.apache.turbine.util.db.adapter.DB
Returns a new JDBC PooledConnection.
getConnectionPoolDataSource() - Method in class org.apache.turbine.util.db.adapter.DBOracle
 
getConsole() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getConsole() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getContainsForeignPK() - Method in class org.apache.turbine.torque.engine.database.model.Table
Determine if this table contains a foreign PK
getContentLength(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContents() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the cached object.
getContentType() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the HTTP content type to return.
getContentType() - Method in interface org.apache.turbine.util.RunData
Gets the HTTP content type to return.
getContentType() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
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(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file as a string.
getContentType(File) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file as a string.
getContentType(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file as a string.
getContentType(File) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file as a string.
getContentType(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Set the content type.
getContentType(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the MIME type of the body of the request, or null if the type is not known.
getContentType(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a named file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named file as a string.
getContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a named file as a string.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Gets a MIME content type corresponding to a specified file name extension.
getContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a named file as a string.
getContentType(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension as a string.
getContentType(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file name extension as a string.
getContentType(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file name extension as a string.
getContentType(String, String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file name extension as a string.
getContext() - Method in 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() - Method in interface org.apache.turbine.services.velocity.VelocityService
Create an empty WebContext object.
getContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a blank Context object.
getContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context object that also contains the globalContext.
getContext() - Method in 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.util.velocity.VelocityEmail
Get the context object that will be merged with the template.
getContext(RunData) - Method in class org.apache.turbine.modules.layouts.WebMacroOnlyLayout
Return the WebContext needed by WebMacro.
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.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.modules.screens.WebMacroSiteScreen
Return the WebContext needed by WebMacro.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Return the Context needed by Velocity.
getContext(RunData) - Method in class org.apache.turbine.modules.navigations.WebMacroSiteNavigation
Return the WebContext needed by WebMacro.
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(RunData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
getContext(RunData) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This returns a Context that you can pass into handleRequest once you have populated it with information that the template will know about.
getContext(RunData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the RunData object.
getContext(RunData) - Static method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Return the Context needed by Velocity.
getContext(String) - Method in interface org.apache.turbine.services.naming.NamingService
Return the Context with the specified name.
getContext(String) - Method in class org.apache.turbine.services.naming.TurbineNamingService
Return the Context with the specified name.
getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getContextPath - Variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The getContextPath method from servet API >2.0.
getContextPath() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached context path.
getContextPath() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the context path for this Turbine application.
getContextPath() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the context path for this Turbine application.
getContextPath() - Method in interface org.apache.turbine.util.RunData
Gets the cached context path.
getContextPath() - Method in class org.apache.turbine.util.ServerData
Get the context path.
getContextPath(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the portion of the request URI that indicates the context of the request.
getCookieParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the cookie parser without parsing the cookies.
getCookieParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookie parser without parsing the cookies.
getCookiePath() - Method in interface org.apache.turbine.util.CookieParser
Get the Path where cookies will be stored
getCookiePath() - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Get the Path where cookies will be stored
getCookies() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookies.
getCookies() - Method in interface org.apache.turbine.util.RunData
Gets the cookies.
getCookies(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives cookies.
getCreated() - Method in class org.apache.turbine.services.cache.CachedObject
Returns the creation time for the object.
getCreated() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's record cration time.
getCreateDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the create date for this User.
getCreateDate() - Method in class org.apache.turbine.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.
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(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.services.db.TurbineMapBrokerService
Returns the default database map information.
getDatabaseMap() - Method in interface org.apache.turbine.services.db.MapBrokerService
Returns the default database map information.
getDatabaseMap() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the default database map information.
getDatabaseMap() - Method in interface org.apache.turbine.util.db.map.MapBuilder
Gets the database mapping this map builder built.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TableMap
Get the DatabaseMap containing this TableMap.
getDatabaseMap() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Gets the databasemap this map builder built.
getDatabaseMap(String) - Method in class org.apache.turbine.services.db.TurbineMapBrokerService
Returns the database map information.
getDatabaseMap(String) - Method in interface org.apache.turbine.services.db.MapBrokerService
Returns the database map information.
getDatabaseMap(String) - Static method in class org.apache.turbine.services.db.TurbineDB
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.TorqueCreateDatabase
Get the database name.
getDatabaseName() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Gets the DatabaseName attribute of the TorqueDataSQLTask object
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.
getDatabaseProperty(String, String) - Static method in class org.apache.turbine.services.db.TurbineMapBrokerService
Returns the specified property of the given database, or the empty string if no value is set for the property.
getDatabaseProperty(String, String) - Static method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Returns the specified property of the given database, or the empty string if no value is set for the property.
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.parser.BaseValueParser
Returns a Date object.
getDate(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a Date.
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 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() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the database adapter for the default connection pool.
getDB() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Returns an instance of the database adapter associated with this 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.
getDB(String) - Static method in class org.apache.turbine.services.db.TurbineDB
Returns database adapter for a specific connection pool.
getDbLogger() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDbLogger() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getDbName() - Method in class org.apache.turbine.util.db.Criteria
Get the Database(Map) name.
getDbPool() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getDbPool() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getDefault() - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
getDefaultBufferSize() - Method in interface org.apache.turbine.services.jsp.JspService
The buffer size
getDefaultBufferSize() - Method in class org.apache.turbine.services.jsp.TurbineJspService
The buffer size
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() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default template name extension specified in the template service properties.
getDefaultExtension() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default extension given in the properties file.
getDefaultExtension() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default template name extension specified in the template service properties.
getDefaultExtension(MimeType) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(MimeType) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the default file name extension for a MIME type.
getDefaultExtension(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the default file name extension for a MIME type.
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) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default layout module name for the given request.
getDefaultLayoutName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultLayoutName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default layout module name for the given request.
getDefaultLayoutName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout template name of the template engine service corresponding to the default template name extension.
getDefaultLayoutTemplate() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template given in the properties file.
getDefaultLayoutTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout template name of the template engine service corresponding to the default template name extension.
getDefaultLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
getDefaultLocale() - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the default locale defined by properties named "locale.default.lang" and "locale.default.country".
getDefaultMap() - 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() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default navigation module name of the template engine service corresponding to the default template name extension.
getDefaultNavigation() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default Navigation given in the properties file.
getDefaultNavigation() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default navigation module name of the template engine service corresponding to the default template name extension.
getDefaultNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
getDefaultNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPage() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default page module name of the template engine service corresponding to the default template name extension.
getDefaultPage() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default page module name of the template engine service corresponding to the default template name extension.
getDefaultPageName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default page module name for the given request.
getDefaultPageName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
getDefaultPageName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default page module name for the given request.
getDefaultPageName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPageName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultScreen() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default screen module name of the template engine service corresponding to the default template name extension.
getDefaultScreen() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the Screen template given in the properties file.
getDefaultScreen() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default screen module name of the template engine service corresponding to the default template name extension.
getDefaultScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
getDefaultScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
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.Field
 
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.BigDecimalField
A suitable validator.
getDefaultValidator() - Method in class org.apache.turbine.services.intake.model.NumberKeyField
A suitable validator.
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.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String) - Method in interface org.apache.turbine.util.ValueParser
Return a double for the given name.
getDouble(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a double for the given name.
getDouble(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a double.
getDouble(String, double) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
getDouble(String, double) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
getDouble(String, double) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
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, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a double.
getEmail() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the Email for this user.
getEmail() - Method in class org.apache.turbine.services.schedule.JobEntry
Return the e-mail address for notification.
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.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.
getEmailBufferSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailBufferSize() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailFrom() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailFrom() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailSubject() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailSubject() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getEmailTo() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getEmailTo() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getErrorMessage(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
getErrorMsg() - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Allow client to get the error message from logger.
getErrorMsg() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
getException() - Method in class org.apache.turbine.util.SystemError
Get the exception.
getExpectedFormat() - Method in class org.apache.turbine.util.validation.InputValidator
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.EmailValidator
 
getExpectedFormat() - Method in class org.apache.turbine.util.validation.NotEmpty
 
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() - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the factory service.
getFactory(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets a customized factory for a named class.
getFactoryGroup(String) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Get a list of AssemblerFactories of a certain type
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) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the Method that can be used to get a property value.
getFieldGetter(String, String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the Method that can be used to get a property value.
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) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the Method that can be used to set a property.
getFieldSetter(String, String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the Method that can be used to set a property.
getFileItem(String) - Method in interface org.apache.turbine.util.ParameterParser
Return a FileItem object for the given name.
getFileItem(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return a FileItem object for the given name.
getFileItems(String) - Method in interface org.apache.turbine.util.ParameterParser
Return an array of FileItem objects for the given name.
getFileItems(String) - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Return an array of FileItem objects for the given name.
getFileName() - Method in class org.apache.turbine.util.upload.FileItem
Returns the original filename in the user's filesystem.
getFileName(Map) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Retrieves file name from Content-disposition header.
getFileName(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Get a valid and existing filename from a template name.
getFilenames() - Method in class org.apache.turbine.services.upload.OReillyUploadService
Deprecated. Get a list of the files that were uploaded.
getFileRepository() - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
getFiles() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFiles() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFileSize() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFileSize() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFirstName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
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.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.
getFloat(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String) - Method in interface org.apache.turbine.util.ValueParser
Return a float for the given name.
getFloat(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a float for the given name.
getFloat(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a float.
getFloat(String, float) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
getFloat(String, float) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
getFloat(String, float) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
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, 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 class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getFormat() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getFormMessages(String) - Method in class org.apache.turbine.util.FormMessages
Gets all form messages for a given form.
getFormMessages(String, String) - Method in class org.apache.turbine.util.FormMessages
Get form messages for a given form and field.
getFormName() - Method in class org.apache.turbine.util.FormMessage
Return the form name.
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() - Static method in class org.apache.turbine.services.pull.TurbinePull
Get the ToolBox that was created by Pull Service during early initialization.
getGlobalContext() - Method in interface org.apache.turbine.services.pull.PullService
Get the context containing global tools that will be use as part of the Turbine Pull Model.
getGlobalContext() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the Context which contains all global tools that are to be used in conjunction with the Turbine Pull Model.
getGlobalGroup() - Static method in class org.apache.turbine.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.
getGlobalGroup() - Static method in class org.apache.turbine.om.security.TurbineGroup
Deprecated. Please use the method in TurbineSecurity now.
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) - 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.
getGroup(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
getGroup(String) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get a XmlGroup with the given name.
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.
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) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the key (usually a short identifier) for a group.
getGroupKey(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the key (usually a short identifier) for a group.
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) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the group name given its key.
getGroupName(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the group name given its key.
getGroupNames() - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Names of all the defined groups.
getGroupNames() - Method in interface org.apache.turbine.services.intake.IntakeService
Names of all the defined groups.
getGroupNames() - Static method in class org.apache.turbine.services.intake.TurbineIntake
Names of all the defined groups.
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.
getHasLoggedIn() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This gets whether or not someone has logged in.
getHasLoggedIn() - Method in class org.apache.turbine.om.security.TurbineUser
This gets whether or not someone has logged in.
getHeader(Map, String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Returns a header with specified name.
getHeader(RunData, String) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the value of the specified request header.
getHeaderInfo(int, int) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Finds values of Fieldname and Filename variables from the given chunk of StoreBuffer.
getHour() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of hour.
getHour() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the hour when the job should be run.
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.SequenceIdGenerator
Retrieves an id as a BigDecimal.
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.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsInt(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an int.
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.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsLong(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an long.
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.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsString(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as an String.
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.AutoIncrementIdGenerator
Returns the last ID used by this connection.
getIdAsVillageValue(Connection, Object) - Method in class org.apache.turbine.util.db.SequenceIdGenerator
Retrieves an id as a Village Value.
getIdAsVillageValue(Connection, Object) - Method in class org.apache.turbine.util.db.AutoIncrementIdGenerator
Returns the last ID used by this connection.
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.
getIdGenerator(String) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Get a type of id generator.
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.DB
Returns the last auto-increment key.
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.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.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.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.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.
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.DBInterbase
Returns the last auto-increment key.
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.DBDB2App
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.DBHypersonicSQL
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.
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.Index
Return the vector of local columns.
getIndexColumns() - Method in class org.apache.turbine.torque.engine.database.model.Unique
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 class org.apache.turbine.services.BaseInitable
Returns initialization status.
getInit() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getInit() - Method in interface org.apache.turbine.services.Initable
Returns initialization status of an Initable.
getInitable(String) - Method in interface org.apache.turbine.services.InitableBroker
Provides an instance of Initable class ready to work.
getInitable(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Provides an instance of Initable class ready to work.
getInitableBroker() - Method in class org.apache.turbine.services.BaseInitable
Returns an InitableBroker reference.
getInitableBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getInitableInstance(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Retrieves an instance of an Initable from the repository.
getInitialValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the value used as a default.
getInitParameter(String) - Method in class org.apache.turbine.util.TurbineConfig
Retrieves an initialization parameter.
getInitParameterNames() - Method in class org.apache.turbine.util.TurbineConfig
Retrieves an Enumeration of initialization parameter names.
getInputFile() - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
Get the current input file
getInputSource(String) - Method in class org.apache.turbine.services.intake.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.torque.engine.database.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.ScheduledJobLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.PageLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ActionLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.modules.ScreenLoader
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.LayoutLoader
The method through which this class is accessed.
getInstance() - Static method in class org.apache.turbine.services.TurbineServices
The method through which this class is accessed.
getInstance() - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class.
getInstance(Class) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(ClassLoader) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a class using a specified class loader.
getInstance(ClassLoader, Object[], String[]) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a named class using a specified class loader.
getInstance(Class, Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Static method in class org.apache.turbine.services.pool.TurbinePool
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Method in interface org.apache.turbine.services.pool.PoolService
Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
getInstance(Class, Object[], String[]) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Gets an instance of a specified class.
getInstance(Object[], String[]) - Method in interface org.apache.turbine.services.factory.Factory
Gets an instance of a named class.
getInstance(String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.ActionLoader
Pulls out an instance of the object by name.
getInstance(String) - Method in class org.apache.turbine.modules.ScreenLoader
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.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) - Method in interface org.apache.turbine.om.RetrieverFactory
Gets an object capable of retrieving objects of type "className"
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.
getInstance(XmlField, Group) - Method in class org.apache.turbine.services.intake.model.FieldFactory.FieldCtor
 
getInstanceId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
getInstanceId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
getInstanceId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
getInt(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String) - Method in interface org.apache.turbine.util.ValueParser
Return an int for the given name.
getInt(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an int for the given name.
getInt(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return an int.
getInt(String, int) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInt(String, int) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInt(String, int) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
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, 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.parser.BaseValueParser
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, 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.
getInternalPooledConnection() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Gets a pooled database connection.
getInts(String) - Method in interface org.apache.turbine.util.ValueParser
Return an array of ints for the given name.
getInts(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return an array of ints for the given name.
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberValidator
 
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.IntegerValidator
 
getInvalidNumberMessage() - Method in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
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
getJNDIContexts() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets JNDI Contexts.
getJNDIContexts() - Method in interface org.apache.turbine.util.RunData
Gets JNDI Contexts.
getJob(int) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Get a specific Job from Storage.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Get a specific Job from Storage.
getJob(int) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
This method returns the job element from the internal queue.
getJob(int) - Static method in class org.apache.turbine.services.schedule.JobEntryPeer
Retrieve a JobEntry based on its id.
getJob(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Return a specific job.
getJobentry_DayOfMonth() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for day of month column.
getJobentry_Email() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for email column.
getJobentry_Hour() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for hour column.
getJobentry_JobId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for Jobentry id.
getJobentry_Minute() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for minute column.
getJobentry_Property() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for property column.
getJobentry_Second() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for second column.
getJobentry_Task() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for task column.
getJobentry_Weekday() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Fully qualified column name for weekday column.
getJobId() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the id of Jobentry.
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.services.intake.model.Field
Get the key used to identify the field.
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the key used to reference this group in input (form)
getKey() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the parameter key of the property
getKey() - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Get the value of key.
getKeys() - Method in interface org.apache.turbine.services.resources.ResourceService
Get the list of the keys contained in the configuration repository.
getKeys() - Static method in class org.apache.turbine.services.resources.TurbineResources
Get the list of the keys contained in the configuration repository.
getKeys() - Method in class org.apache.turbine.services.resources.TurbineResourceService
Get the list of the keys contained in the configuration repository.
getKeys() - Method in interface org.apache.turbine.util.ValueParser
 
getKeys() - Method in class org.apache.turbine.util.parser.BaseValueParser
 
getKeys(String) - Method in interface org.apache.turbine.services.resources.ResourceService
Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
Get the list of the keys contained in the configuration repository that match the specified prefix.
getLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the last access date for this User.
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.
getLastLogin() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get last login date/time for this user.
getLastLogin() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to record the last login time for visitor.
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.
getLastName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the last name for this user.
getLastName() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the user's last name.
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.
getLayout() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
getLayout() - Method in interface org.apache.turbine.util.RunData
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
getLayout(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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Convenience method for a template info that returns the layout template being used.
getLayoutTemplate() - Method in interface org.apache.turbine.util.RunData
Convenience method for a template info that returns the layout template being used.
getLayoutTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of layout.
getLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
getLayoutTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a layout template.
getLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
getLevel() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getLevel() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getLimit() - Method in class org.apache.turbine.util.db.Query
Get the limit number.
getLimit() - Method in class org.apache.turbine.util.db.Criteria
Get limit.
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.
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.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.DBPostgres
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the locale.
getLocale() - Method in interface org.apache.turbine.util.RunData
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.
getLocaleForLanguage(String) - Static method in class org.apache.turbine.services.localization.LocaleDetector
This method creates a Locale from the language.
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() - Method in class org.apache.turbine.services.TurbineServices
Macro to reduce duplicated code and casting.
getLogger() - Method in interface org.apache.turbine.services.logging.LoggingService
This method returns default logger for Turbine System
getLogger() - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod returns default logger for Turbine System
getLogger() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method returns default logger for Turbine System
getLogger() - Method in class org.apache.turbine.services.logging.LogWriter
This method returns default logger for Turbine System
getLogger() - Static method in class org.apache.turbine.util.Log
This method returns default logger for Turbine System
getLogger(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method returns logger with given name or default logger if the logger of specific name can't be found.
getLogger(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod returns logger with given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method returns logger with given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method returns default logger, ignoring given name.
getLogger(String) - Method in class org.apache.turbine.services.logging.LogWriter
This method returns logger with given name if such logger exsists, or the default logger.
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.
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.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String) - Method in interface org.apache.turbine.util.ValueParser
Return a long for the given name.
getLong(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a long for the given name.
getLong(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a long.
getLong(String, long) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
getLong(String, long) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
getLong(String, long) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
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, 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.
getMailSession() - Method in class org.apache.turbine.util.mail.Email
TODO: Document.
getMajorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMapBroker() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the system's configured MapBrokerService implementation.
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.services.intake.model.Field
Get any error message resulting from invalid input.
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.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.xmlmodel.Rule
Get the error message
getMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the results of an action or another message to be displayed as a string.
getMessage() - Method in class org.apache.turbine.util.TurbineException
Returns the error message of this and any nested Throwable.
getMessage() - Method in interface org.apache.turbine.util.RunData
Gets the results of an action or another message to be displayed as a string.
getMessage() - Method in class org.apache.turbine.util.SecurityCheck
Get the message that should be displayed.
getMessage() - Method in class org.apache.turbine.util.FormMessage
Return the message.
getMessage() - Method in class org.apache.turbine.util.SystemError
Get the message.
getMessage() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Get the message that should be displayed.
getMessageAsHTML() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the results of an action or another message to be displayed as an ECS string element.
getMessageAsHTML() - Method in interface org.apache.turbine.util.RunData
Gets the results of an action or another message to be displayed as an ECS string element.
getMessages() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a FormMessages object where all the messages to the user should be stored.
getMessages() - Method in interface org.apache.turbine.util.RunData
Gets a FormMessages object where all the messages to the user should be stored.
getMethod(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the cached method that is stored in the ServerData object
getMimeContentType(File) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file.
getMimeContentType(File) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file.
getMimeContentType(File) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file.
getMimeContentType(String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a named file.
getMimeContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a named file.
getMimeContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a named file.
getMimeContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a named file.
getMimeContentType(String, String) - Static method in class org.apache.turbine.services.mimetype.TurbineMimeTypes
Gets the MIME content type for a file name extension.
getMimeContentType(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Gets the MIME content type for a file name extension.
getMimeContentType(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Gets the MIME content type for a file name extension.
getMimeContentType(String, String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Gets the MIME content type for a file name extension.
getMimeType(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMinorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMinute() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of minute.
getMinute() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the minute when the job should be run.
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.services.BaseService
Returns the name of this service.
getName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
 
getName() - Method in interface org.apache.turbine.services.logging.Logger
name of the logger
getName() - Method in class org.apache.turbine.services.logging.BaseLogger
Returns logger's name
getName() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getName() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getName() - Method in interface org.apache.turbine.services.intake.validator.Constraint
Get the name of the constraint.
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the name of the parameter
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Get the name that handles this group
getName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the property
getName() - Method in class org.apache.turbine.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.EmailAttachment
Get the name.
getName() - Method in class org.apache.turbine.util.mail.ByteArrayDataSource
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.Database
Get the name of the Database
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.Column
Get the name of the column
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
 
getNamedDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the navigation module to be used with the named navigation template.
getNavigationName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Navigation module.
getNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the navigation module to be used with the named navigation template.
getNavigationTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of navigationTemplate.
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.
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.services.cache.GlobalCacheService
Gets a cached object given its id (a String).
getObject(String) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Gets a cached object given its id (a String).
getObject(String) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Returns an item from the cache.
getObject(String) - Method in 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.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the print writer.
getOut() - Method in interface org.apache.turbine.util.RunData
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the page.
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.
getParameter(String) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the value of a MIME type parameter.
getParameterParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the parameter parser without parsing the parameters.
getParameterParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameter parser without parsing the parameters.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameters.
getParameters() - Method in interface org.apache.turbine.util.RunData
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.services.security.ldap.LDAPUser
Get password for this user.
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.om.security.TurbineUser
Get password for this user.
getPassword() - Method in interface org.apache.turbine.om.security.User
Returns the user's password.
getPath() - Method in class org.apache.turbine.util.mail.EmailAttachment
Get the path.
getPerm(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage.
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, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage; return default if value is null.
getPerm(String, 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.
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) - 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.
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.
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.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissions() - Method in interface org.apache.turbine.om.security.Role
Returns the set of Permissions associated with this Role.
getPermissions() - Method in class org.apache.turbine.om.security.TurbineRole
Returns the set of Permissions associated with this Role.
getPermissions(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.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in class org.apache.turbine.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.
getPool() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This method returns the default pool.
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
getPool(String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This method returns a pool with the specified name.
getPoolBroker() - Static method in class org.apache.turbine.services.db.TurbineDB
Returns the system's configured PoolBrokerService implementation.
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 class org.apache.turbine.torque.engine.database.model.Table
Returns the collection of Columns which make up the single primary key for this table.
getPrimaryKey() - Method in class org.apache.turbine.om.BaseObject
getter for the object primaryKey.
getPrimaryKey() - Method in interface org.apache.turbine.om.Persistent
getter for the object primaryKey.
getPrimaryKey(Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Helper method which returns the primary key contained in the given Criteria object.
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 class org.apache.turbine.services.BaseUnicastRemoteService
 
getProperties() - Method in interface org.apache.turbine.services.Service
Returns the Properties of this Service.
getProperties(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the properites of a specific service.
getProperties(String) - Method in class org.apache.turbine.services.TurbineServices
Returns the properites of a specific service.
getProperties(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the properites of a specific service.
getProperty() - Method in class org.apache.turbine.services.schedule.JobEntry
Get extra job properties
getProperty() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used to store the job schedule property.
getProperty(Object) - Method in class org.apache.turbine.services.intake.model.Field
Loads the valid value from a bean
getProperty(String, String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Returns the string for the specified property of the given database.
getProtocol(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion
getPseudorandomId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns a unique identifier that looks like random data.
getPseudorandomId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returns a unique identifier that looks like random data.
getPseudorandomId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns a unique identifier that looks like random data.
getQuantity(String) - Method in class org.apache.turbine.util.db.IDBroker
This method allows you to get the number of ids that are to be cached in memory.
getQueryKey() - Method in interface org.apache.turbine.om.Retrievable
get an id that differentiates this object from others of its class.
getQueryString(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the query string that is contained in the request URL after the path.
getRandomName() - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Finds random name in the ROOT directory.
getRawName() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the name of the property
getRealPath(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in class org.apache.turbine.util.TurbineConfig
Translates a path relative to the web application root into an absolute path.
getRecycle(String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
Returns a cached recycle method corresponding to the given signature.
getRedirectURI() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the redirect URI.
getRedirectURI() - Method in interface org.apache.turbine.util.RunData
Gets the redirect URI.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the IP address of the client that sent the request.
getRemoteAddr() - Method in interface org.apache.turbine.util.RunData
Gets the IP address of the client that sent the request.
getRemoteAddr(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives remote host address.
getRemoteHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getRemoteHost() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getRemoteHost() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the qualified name of the client that sent the request.
getRemoteHost() - Method in interface org.apache.turbine.util.RunData
Gets the qualified name of the client that sent the request.
getRemoteHost(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives remote host name.
getRemotePort() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getRemotePort() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getRemoteUser(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet request.
getRequest() - Method in interface org.apache.turbine.util.RunData
Gets the servlet request.
getRequest() - Method in interface org.apache.turbine.util.ParameterParser
Gets the parsed servlet request.
getRequest() - Method in class org.apache.turbine.util.parser.DefaultParameterParser
Gets the parsed servlet request.
getRequestDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getResource(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns an URL object for a given URI string.
getResource(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns the resource located at the named path as an InputStream object.
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 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.
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 class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
getResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the resources directory.
getResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the resources directory.
getResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the resources directory.
getResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet response.
getResponse() - Method in interface org.apache.turbine.util.RunData
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) - 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.
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.
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) - 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(HttpServletRequest, HttpServletResponse, ServletConfig) - Static method in class org.apache.turbine.util.RunDataFactory
Open way to get RunData information across Turbine..
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.
getScheme(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the name of the scheme used to make this request, for example, http, https, or ftp.
getScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the screen to execute.
getScreen() - Method in interface org.apache.turbine.util.RunData
Gets the screen to execute.
getScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen module to be used with the named screen template.
getScreenName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Screen module.
getScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen module to be used with the named screen template.
getScreenTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Convenience method for a template info that returns the name of the template being used.
getScreenTemplate() - Method in interface org.apache.turbine.util.RunData
Convenience method for a template info that returns the name of the template being used.
getScreenTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of screen for the RunData parameters.
getScreenTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
getScreenTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a screen template.
getScreenTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
getScriptName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached 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.util.ServerData
Get the script name
getSecond() - Method in class org.apache.turbine.services.schedule.JobEntry
Get the value of second.
getSecond() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the second when the job should be run.
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.Query
Retrieve the modifier buffer in order to add modifiers to this query.
getSelectModifiers() - Method in class org.apache.turbine.util.db.Criteria
Get select modifiers.
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.DB
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.DBOracle
Returns the next key from a sequence.
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.DBMM
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.
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.DBInterbase
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.DBDB2App
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.DBHypersonicSQL
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.
getSequenceUser() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
USER_SEQUENCE.
getServerData() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the server data ofy the request.
getServerData() - Method in class org.apache.turbine.util.DynamicURI
Returns the ServerData used to initialize this DynamicURI.
getServerData() - Method in interface org.apache.turbine.util.RunData
Gets the server data used by the request.
getServerInfo() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getServerName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server name.
getServerName() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server name that this Turbine application is running on.
getServerName() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.util.DynamicURI
Gets the server name.
getServerName() - Method in interface org.apache.turbine.util.RunData
Gets the cached server name.
getServerName() - Method in class org.apache.turbine.util.ServerData
Get the name of the server.
getServerName(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the cached serverName that is stored in the ServerData object
getServerPort() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server port.
getServerPort() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.util.DynamicURI
Gets the server port.
getServerPort() - Method in interface org.apache.turbine.util.RunData
Gets the cached server port.
getServerPort() - Method in class org.apache.turbine.util.ServerData
Get the server port.
getServerPort(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the cached serverPort that is stored in the ServerData object
getServerScheme() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server scheme.
getServerScheme() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server scheme for this Turbine application.
getServerScheme() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.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 class org.apache.turbine.util.ServerData
Get the server scheme.
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.webmacro.TurbineWebMacro
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.upload.TurbineUpload
Retrieves an instance of system's configured implementation of UploadService
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.pull.TurbinePull
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.intake.TurbineIntake
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.pool.TurbinePool
Gets the pool 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.mimetype.TurbineMimeTypes
Gets the MIME type service implementation.
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.xmlrpc.TurbineXmlRpc
Returns system's configured implementation of XmlRpcService.
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.template.TurbineTemplate
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Utility method for accessing the service implementation
getService() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of service.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet configuration used during servlet init.
getServletConfig() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in interface org.apache.turbine.util.RunData
Gets the servlet configuration used during servlet init.
getServletContext() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getServletContext() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getServletContext() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet context used during servlet init.
getServletContext() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in interface org.apache.turbine.util.RunData
Gets the servlet context used during servlet init.
getServletContext() - Method in class org.apache.turbine.util.TurbineConfig
Returns a reference to the object cast onto ServletContext type.
getServletContextName() - Method in class org.apache.turbine.util.TurbineConfig
Returns the context name.
getServletInfo() - Method in class org.apache.turbine.Turbine
Return the servlet info.
getServletName() - Method in class org.apache.turbine.util.TurbineConfig
Returns the servlet name.
getServletNames() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getServlets() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
getSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet session information.
getSession() - Method in interface org.apache.turbine.util.RunData
Gets the servlet session information.
getSessionId(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives a string containing the unique identifier assigned to this session
getShortName(String) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Cuts short name of a file from its fully qualified name.
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 class org.apache.turbine.services.intake.TurbineIntakeService
Gets the current size of the pool for a group.
getSize(String) - Method in interface org.apache.turbine.services.intake.IntakeService
Gets the current size of the pool for a named group.
getSize(String) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Gets the current size of the pool for a named group.
getSize(String) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Gets the current size of the pool for a named class.
getSize(String) - Method in interface org.apache.turbine.services.pool.PoolService
Gets the current size of the pool for a named class.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the stack trace if set.
getStackTrace() - Method in interface org.apache.turbine.util.RunData
Gets the stack trace if set.
getStackTrace() - Method in class org.apache.turbine.util.SystemError
Get the stack trace.
getStackTraceException() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the stack trace exception if set.
getStackTraceException() - Method in interface org.apache.turbine.util.RunData
Gets the stack trace exception if set.
getStale() - Method in class org.apache.turbine.services.cache.CachedObject
Get the stale status for the object.
getStatusCode() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the HTTP status code to return.
getStatusCode() - Method in interface org.apache.turbine.util.RunData
Gets the HTTP status code to return.
getStoreLocation() - Method in class org.apache.turbine.util.upload.FileItem
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.util.upload.FileItem
Returns the contents of the file as a String, using default encoding.
getString() - Method in class org.apache.turbine.om.StringKey
Access the underlying String object.
getString(RunData) - Method in interface org.apache.turbine.services.logging.RunDataFilter
Extracts data from runData, depending on stored format
getString(RunData) - Method in class org.apache.turbine.services.logging.BaseRunDataFilter
For each field in tha pattern looking for method extracting data from RunData, invokes the method, and adds return value to return value.
getString(RunData, String) - Static method in class org.apache.turbine.services.localization.Localization
Pulls a string out of the LocalizationService and attempts to determine the Locale by the Accept-Language header.
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) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string.
getString(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string.
getString(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string.
getString(String) - Method in interface org.apache.turbine.util.ValueParser
Return a String for the given name.
getString(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String from the temp hashtable.
getString(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a String.
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, String) - Static method in class org.apache.turbine.services.localization.Localization
Convenience method that pulls a localized string off the LocalizationService using the default ResourceBundle name defined in the TurbineResources.properties file and the specified language name in ISO format.
getString(String, String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String, String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String, String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string, or a default value.
getString(String, String) - Method in interface org.apache.turbine.util.ValueParser
Return a String for the given name.
getString(String, String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Return a String for the given name.
getString(String, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return a String.
getStringArray(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a string array.
getStringArray(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a string array.
getStringArray(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a string array.
getStringArray(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String[] from the temp hashtable.
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.DBInstantDB
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.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.DBMM
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 '\'').
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.DBInterbase
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.DBDB2App
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.DBHypersonicSQL
Gets the string delimiter (usually '\'').
getStringDelimiter() - Method in class org.apache.turbine.util.db.adapter.DBSapDB
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 class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getSyslogFacility() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSyslogHost() - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
getSyslogHost() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
getSystemErrors() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets an array of system errors.
getSystemErrors() - Method in interface org.apache.turbine.util.RunData
Gets an array of system errors.
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.model.IdMethodParameter
Get the parent Table of the id method
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.Unique
Get the parent Table of the foreign key
getTable() - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Get the parent Table of the foreign key
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.transform.XmlToData.DataRow
 
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() - 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.Index
Returns the Name of the table the index 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.ForeignKey
Returns the Name of the table the foreign key 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() - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.RolePeer
Get the name of this table.
getTableName() - Static method in class org.apache.turbine.om.security.peer.UserGroupRolePeer
Get the name of this table.
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.TorqueCreateDatabase
Get the target database.
getTargetDatabase() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Get the current 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.services.schedule.JobEntry
Return the task for this job.
getTask() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the name of the class that should be run.
getTemp(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
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.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, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage; return default if value is null.
getTemp(String, 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.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.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the character encoding to use for reading template files.
getTemplateEncoding() - Method in interface org.apache.turbine.util.RunData
Gets the character encoding to use for reading template files.
getTemplateEngineService(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
The TemplateEngineService associated with the specified template's file extension.
getTemplateEngineServiceConfiguration() - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
getTemplateEngineServiceConfiguration() - Method in interface org.apache.turbine.services.template.TemplateEngineService
Return the configuration of the template engine in the form of a Hashtable.
getTemplateInfo() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the template info.
getTemplateInfo() - Method in interface org.apache.turbine.util.RunData
Gets the template info.
getTempStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in class org.apache.turbine.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.
getter - Variable in class org.apache.turbine.services.intake.model.Field
 
GETTER - Static variable in class org.apache.turbine.services.intake.TurbineIntakeService
 
getterMap - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
The cache of property getters.
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.
getTime(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives current system time.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the title of the page.
getTitle() - Method in interface org.apache.turbine.util.RunData
Gets the title of the page.
getTitle() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Get the title in 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.
getTools(String) - Method in class org.apache.turbine.services.pull.TurbinePullService
Retrieve the tool names and classes for the tools definied in the properties file with the prefix given.
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.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.
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
getTypes() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Returns an array of supported resource types.
getTypes() - Method in class org.apache.turbine.services.mimetype.util.MimeType
Gets the type and the subtype of the MIME type.
getUnices() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns an Array containing all the UKs in the table
getUniqueId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
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.
getURLRequested(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the url requested by the client
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the user.
getUser() - Method in interface org.apache.turbine.util.RunData
Gets the user.
getUser(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives first and last name of the user making the request.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Get the user agent for the request.
getUserAgent() - Method in interface org.apache.turbine.util.RunData
Get the user agent for the request.
getUserAgent(RunData) - Static method in class org.apache.turbine.services.logging.BaseRunDataFilter
Retrives the user agent name.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the user from the session.
getUserFromSession() - Method in interface org.apache.turbine.util.RunData
Attempts to get the user from the session.
getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the User object from the session.
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.services.security.ldap.LDAPUser
Returns the username for this user.
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.
getUserPeerClass() - Method in class org.apache.turbine.services.security.db.DBSecurityService
Returns the Class object for the implementation of UserPeer interface used by the system (defined in TR.properties)
getUserPeerInstance() - Method in class org.apache.turbine.services.security.db.DBSecurityService
Construct a UserPeer object.
getUsers(Criteria) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of users that meet the specified criteria.
getUsers(Criteria) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of users that meet the specified criteria.
getUsers(Criteria) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a set of users that meet the specified criteria.
getValidator() - Method in class org.apache.turbine.services.intake.model.Field
 
getValidator() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Get the className of the validator
getValue() - Method in class org.apache.turbine.services.intake.model.Field
Get the value of the field.
getValue() - Method in interface org.apache.turbine.services.intake.validator.Constraint
Get the value of the constraint.
getValue() - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Get the value of the parameter
getValue() - Method in class org.apache.turbine.util.db.Criteria.Criterion
Get the value.
getValue() - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Get the parameter value
getValue() - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData.ColumnValue
 
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(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.
getValues(Hashtable, String) - Method in class org.apache.turbine.util.FormMessages
Gets a pair key/value from a table.
getVarDebug() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a table of debug variables.
getVarDebug() - Method in interface org.apache.turbine.util.RunData
Gets a table of debug variables.
getVariable() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
A String which might be used as a variable of this class
getVariable() - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
The name of the field making sure the first letter is lowercase.
getVector(String) - Method in interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a vector.
getVector(String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to return 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 interface org.apache.turbine.services.resources.ResourceService
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getVector(String, Vector) - Static method in class org.apache.turbine.services.resources.TurbineResources
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getVector(String, Vector) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
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.services.schedule.JobEntry
Get the value of weekday.
getWeekday() - Method in class org.apache.turbine.util.db.map.TurbineMapBuilder
Column used for the weekday when the job should be run.
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.TorqueObjectModelTask
Get the current xml file.
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.TorqueDataDTDTask
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.
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.
GG(int, int, int, int, int, int, int) - Static method in class org.apache.java.security.MD5
 
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
GLOBAL_TOOL - Static variable in class org.apache.turbine.services.pull.TurbinePullService
The property tags that are used in conjunction with TurbineResources.getOrderedValues(String) to get our list of tools to instantiate (one tag for each type of tool).
GlobalCacheService - interface org.apache.turbine.services.cache.GlobalCacheService.
GlobalCacheService interface.
globalContext - Variable in class org.apache.turbine.services.pull.TurbinePullService
This is the container for the global web application tools that are used in conjunction with the Turbine Pull Model.
globalContext - Variable in class org.apache.turbine.services.velocity.TurbineVelocityService
The context used to the store the context containing the global application tools.
globalFilesTable - Static variable in class org.apache.turbine.services.logging.FileLogger
global table containing file writers
globalGroup - Static variable in class org.apache.turbine.services.security.BaseSecurityService
The Group object that represents the global group.
globalTools - Variable in class org.apache.turbine.services.pull.TurbinePullService
The lists that store tool data (name and class) for each of the different type of tool.
grant(Permission) - Method in interface org.apache.turbine.om.security.Role
Grants a Permission to this Role.
grant(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Grants a Permission to this Role.
grant(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Grants Permissions from a PermissionSet to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Grants Permissions from a PermissionSet to this Role.
grant(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grants a Role a Permission
grant(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Grants a Role a Permission
grant(Role, Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Grants a Role a Permission
grant(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grants a Role a Permission
grant(User, Group, Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Grant an User a Role in a Group.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grant an User a Role in a Group.
grant(User, Role) - Method in interface org.apache.turbine.om.security.Group
Grants a Role in this Group to an User.
grant(User, Role) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants a Role in this Group to an User.
grant(User, RoleSet) - Method in interface org.apache.turbine.om.security.Group
Grants Roles in this Group to an User.
grant(User, RoleSet) - Method in class org.apache.turbine.om.security.TurbineGroup
Grants Roles in this Group to an User.
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 - class org.apache.turbine.services.intake.model.Group.
Holds a group of Fields
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_ID - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The column name for the Group id field.
GROUP_ID - Static variable in class org.apache.turbine.om.security.peer.UserGroupRolePeer
The column name for the group id field.
Group(XmlGroup) - Constructor for class org.apache.turbine.services.intake.model.Group
Constructs a new Group based on the xml specification.
groupKeyMap - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
The cache of group keys.
groupName - Variable in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
groupName - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
groupNameMap - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
The cache of group names.
groupNames - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
Array of group names.
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
 
groups - Variable in class org.apache.turbine.services.intake.IntakeTool
 
groupSB - Variable in class org.apache.turbine.services.intake.IntakeTool
 
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

H(int, int, int) - Static method in class org.apache.java.security.MD5
 
handleException(RunData, HttpServletResponse, Throwable) - Method in class org.apache.turbine.Turbine
This method is about making sure that we catch and display errors to the screen in one fashion or another.
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) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This allows you to pass in a context and a path to a template file and then grabs an instance of the velocity service and processes the template and returns the results as a String object.
handleRequest(Context, String) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(InputStream) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(InputStream, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(InputStream, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(RunData, String) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Process the request
handleRequest(RunData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Process the request
handleRequest(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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not an action has been defined.
hasAction() - Method in interface org.apache.turbine.util.RunData
Whether or not an action has been defined.
hashCode() - Method in class org.apache.turbine.om.BaseObject
If the primary key is not null, return the hashcode of the primary key.
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.
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.services.security.ldap.LDAPUser
The user is considered logged in if they have not timed out.
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.
hasMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not a message has been defined.
hasMessage() - Method in interface org.apache.turbine.util.RunData
Whether or not a message has been defined.
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.
hasPrefix(String) - Method in class org.apache.turbine.util.db.map.TableMap
Tell me if i have PREFIX in my string.
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Whether or not a screen has been defined.
hasScreen() - Method in interface org.apache.turbine.util.RunData
Whether or not a screen has been defined.
hasTokens() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Check if there is more tokens available for parsing.
head - Variable in class org.apache.turbine.util.upload.MultipartStream
The index of first valid character in the buffer.
HEAD - Static variable in class org.apache.turbine.services.jsp.tags.ScreenTag
One of the valid values for the section parameter
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
 
hexDigits - Static variable in class org.apache.java.lang.Bytes
 
HH(int, int, int, int, int, int, int) - Static method in class org.apache.java.security.MD5
 
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 - Variable in class org.apache.turbine.services.schedule.JobEntry
Valid entry ( 0-23 ).
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.
houseKeeperThread - Variable in class org.apache.turbine.util.db.IDBroker
The houseKeeperThread thread
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.
htmlFilter() - Static method in class org.apache.turbine.modules.Screen
These attributes are supposed to be the default, but they are not, at least in ECS 1.2.
htmlFilter() - Static method in class org.apache.turbine.modules.Navigation
These attributes are supposed to be the default, but they are not, at least in ECS 1.2.
htmlMinFilter() - Static method in class org.apache.turbine.modules.Screen
 
htmlTemplate - Variable in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
The html template to process, relative to WM's template directory.
htmlTemplate - Variable in class org.apache.turbine.util.velocity.VelocityHtmlEmail
The html template to process, relative to VM's template directory.
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.
httpDateFormat - Static variable in class org.apache.turbine.util.HttpUtils
The date format to use for HTTP Dates.
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

I(int, int, int) - Static method in class org.apache.java.security.MD5
 
idBroker - Variable in class org.apache.turbine.util.db.map.DatabaseMap
The IDBroker that goes with the idTable.
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 - Variable in class org.apache.turbine.util.db.map.TableMap
IdGenerator for this tableMap
IdGenerator - interface org.apache.turbine.util.db.IdGenerator.
Interface to be implemented by id generators.
idGenerators - Variable in class org.apache.turbine.util.db.map.DatabaseMap
 
idMethod - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
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
idMethodParameters - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
ids - Variable in class org.apache.turbine.util.db.IDBroker
The cached IDs for each table.
idTable - Variable in class org.apache.turbine.util.db.map.DatabaseMap
A special table used to generate primary keys for the other tables.
ifRequiredMessage - Variable in class org.apache.turbine.services.intake.model.Field
 
ifRequiredMessage - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
IGNORE_CASE - Static variable in class org.apache.turbine.om.peer.BasePeer
 
ignoreCase - Variable in class org.apache.turbine.util.db.Criteria
 
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.DBInstantDB
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.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.DBMM
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.
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.DBInterbase
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.DBDB2App
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.DBHypersonicSQL
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.
ignoreCaseInOrderBy(String) - Method in class org.apache.turbine.util.db.adapter.DB
This method is used to ignore case in an ORDER BY clause.
ignoreCaseInOrderBy(String) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
This method is used to ignore case in an ORDER BY clause.
ignoreStringCase - Variable in class org.apache.turbine.util.db.Criteria.Criterion
flag to ignore case in comparision
II(int, int, int, int, int, int, int) - Static method in class org.apache.java.security.MD5
 
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.
IMAGES_DIRECTORY - Static variable in class org.apache.turbine.services.pull.util.UIManager
The name of the directory where images are stored for this skin.
in - Variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
IN - Static variable in class org.apache.turbine.util.db.Query
 
IN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
incrementAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in class org.apache.turbine.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.
incrementAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.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.
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
indexColumns - Variable in class org.apache.turbine.torque.engine.database.model.Index
 
indexColumns - Variable in class org.apache.turbine.torque.engine.database.model.Unique
 
indexName - Variable in class org.apache.turbine.torque.engine.database.model.Index
 
indexName - Variable in class org.apache.turbine.torque.engine.database.model.Unique
 
indexOf(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the index of the specified key.
indices - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
INFO - Static variable in interface org.apache.turbine.services.logging.Logger
Log level
info(String) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, RunData) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
info(String, 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, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, RunData) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData) - Static method in class org.apache.turbine.util.Log
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, RunData, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the given logger
info(String, String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the given logger
info(String, 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, Throwable) - Method in interface org.apache.turbine.services.logging.Logger
This is a log metod with logLevel == INFO
info(String, Throwable) - Method in interface org.apache.turbine.services.logging.LoggingService
This is a log method with logLevel == INFO,printing is done by the default logger
info(String, Throwable) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This is a log metod with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
This is a log method with logLevel == INFO
info(String, Throwable) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This is a log method with logLevel == INFO, printing is done by the default logger
info(String, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
This is a log metod with logLevel == INFO
info(String, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
This is a log metod with logLevel == INFO
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
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
inheritanceColumn - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
inheritanceList - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
inheritanceType - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
init() - Method in class org.apache.turbine.services.BaseInitable
Performs late initializtion.
init() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init() - Method in interface org.apache.turbine.services.Initable
Performs late initialization of an Initable.
init() - Method in class org.apache.turbine.services.TurbineBaseService
Performs late initialization.
init() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
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.logging.PropertiesLoggingConfig
 
init() - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
init() - Method in class org.apache.turbine.services.pull.TurbinePullService
Called the first time the Service is used.
init() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Initializes the service by setting the pool capacity.
init() - Method in class org.apache.turbine.services.naming.TurbineNamingService
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.localization.TurbineLocalizationService
Called the first time the Service is used.
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.factory.TurbineFactoryService
Initializes the service by loading default class loaders and customized object factories.
init() - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Initialize the TurbineXSLT Service.
init() - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Initializes the service.
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.template.TurbineTemplateService
Called the first time the Service is used.
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.Email
Initializes the mail.
init() - Method in class org.apache.turbine.util.mail.MultiPartEmail
Initialize the multipart email.
init(Configuration) - Method in class org.apache.turbine.services.resources.TurbineResourceService
Initializer method that sets up the configuration resources.
init(Hashtable) - Method in interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Initialize the logger with a Hashtable.
init(Hashtable) - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
init(LoggingConfig) - Method in interface org.apache.turbine.services.logging.Logger
This method sets parameters for the logger implementation.
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.BaseLogger
This method should be reimplemented by user if class use need some objects intialization.
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.ServletLogger
Initialize
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Initialize and create new category (logger handler)
init(LoggingConfig) - Method in class org.apache.turbine.services.logging.FileLogger
Initialize and create the writers
init(Map) - Method in class org.apache.turbine.services.intake.validator.DefaultValidator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in class org.apache.turbine.services.intake.validator.NumberValidator
Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
init(Map) - Method in 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.services.BaseInitable
Performs early initialization.
init(Object) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in interface org.apache.turbine.services.Initable
Performs early initailization of an Initable During the startup of the system, different objects may be passed to your class using this method.
init(Object) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(Object) - Method in interface org.apache.turbine.services.pull.ApplicationTool
Initialize the application tool.
init(Object) - Method in class org.apache.turbine.services.pull.util.UIManager
Initialize the UIManager object.
init(Object) - Method in class org.apache.turbine.services.intake.IntakeTool
Prepares intake for a single request
init(Object) - Method in class org.apache.turbine.services.resources.TurbineResourceService
Performs early initialization.
init(Object) - Method in class org.apache.turbine.util.ContentURI
Initialize this object using the data given (ApplicationTool method).
init(Object) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Initialise this instance with the given RunData object.
init(Object) - Method in class org.apache.turbine.util.template.TemplateLink
This will initialise a TemplateLink object that was constructed with the default constructor (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.om.OMTool
Prepares tool for a single request
init(Properties) - Method in class org.apache.turbine.services.resources.TurbineResourceService
The purpose of this method is to init the configuration resource with a Properties object sent from a different system.
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.Field
Method called when this field or the group it belongs to is pulled from the pool.
init(Retrievable) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the group with properties from an object.
init(RunData) - Method in class org.apache.turbine.Turbine
Initializes the services which need RunData to initialize themselves (post startup).
init(RunData) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(RunData) - Method in class org.apache.turbine.services.intake.model.Field
Method called when this field (the group it belongs to) is pulled from the pool.
init(RunData) - Method in class org.apache.turbine.services.intake.model.Group
Initializes the default Group with parameters from RunData.
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.naming.TurbineNamingService
Places the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
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.util.DynamicURI
Initialize with a RunData object
init(RunData) - Method in class org.apache.turbine.util.ContentURI
Initialize this object using the given RunData object
init(RunData) - Method in class org.apache.turbine.util.TurbineConfig
Initialization requiring a HTTP GET request.
init(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.BaseUnicastRemoteService
 
init(ServletConfig) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
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.webmacro.TurbineWebMacroService
Performs early initialization of this 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.logging.ServletLoggingService
Inits the 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.schedule.TurbineSchedulerService
Called the first time the Service is used.
Load all the jobs from cold storage.
init(ServletConfig) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Called the first time the Service is used.
Load all the jobs from cold storage.
init(ServletConfig) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Called during Turbine.init()
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.xmlrpc.TurbineXmlRpcService
This function initializes the XmlRpcService.
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.jsp.TurbineJspService
Performs early initialization of this Turbine service.
init(String) - Method in interface org.apache.turbine.services.factory.Factory
Initializes the factory.
init(String, Criteria, int) - Method in class org.apache.turbine.util.db.LargeSelect
Called by the constructors to start the query.
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.DB
Performs basic initialization.
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.
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 - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
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.TorqueObjectModelTask
 
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.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.
initControlContext() - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Set up the initialial context for generating the SQL from the XML schema.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.Email
Initialize the mail according to the Criteria.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Uses the criteria to set the fields.
initCriteria(Criteria) - Method in class org.apache.turbine.util.mail.SimpleEmail
Uses the criteria to set the fields.
initCriteriaKeys(String, String[]) - Static method in class org.apache.turbine.om.peer.BasePeer
Convenience method to create a String array of criteria keys.
initFailure - Static variable in class org.apache.turbine.Turbine
Whether init succeeded or not.
initFieldCtors() - Static method in class org.apache.turbine.services.intake.model.FieldFactory
 
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.
initializeBeanProp(String, String, int) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
 
initialized - Variable in class org.apache.turbine.services.intake.model.Field
 
initJsp() - Method in class org.apache.turbine.services.jsp.TurbineJspService
This method sets up the template cache.
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.
initParams - Variable in class org.apache.turbine.util.TurbineConfig
Initialization parameters
initPrimaryServices(ServletConfig) - Method in class org.apache.turbine.services.TurbineServices
Initialize the primary services (Logging and Resources).
initPull() - Method in class org.apache.turbine.services.pull.TurbinePullService
Initialize the pull system
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.
initTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Initialize the template service.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.DataStreamParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.CSVParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
initTokenizer(StreamTokenizer) - Method in class org.apache.turbine.util.TSVParser
Initialize the StreamTokenizer instance used to read the lines from the input reader.
initVelocity() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Setup the velocity runtime by using a subset of the Turbine configuration which relates to velocity.
initWebContext() - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
This method must return a cloneable WebContext which can be cloned for use in responding to individual requests.
initWebMacro() - Method in class org.apache.turbine.services.webmacro.TurbineWebMacroService
This method returns the WebMacro object which will be used to load, access, and manage the Broker.
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.
inputFile - Variable in class org.apache.turbine.torque.TorqueSQLTransformTask
 
inputs - Variable in class org.apache.turbine.services.intake.xmlmodel.AppData
 
inputValidator - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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,
insertOrUpdateRecord(Record, String, Criteria) - Static method in class org.apache.turbine.om.peer.BasePeer
Grouping of code used in both doInsert() and doUpdate() methods.
instance - Static variable in class org.apache.turbine.modules.ScheduledJobLoader
The single instance of this class.
instance - Static variable in class org.apache.turbine.modules.PageLoader
The single instance of this class.
instance - Static variable in class org.apache.turbine.modules.ActionLoader
The single instance of this class.
instance - Static variable in class org.apache.turbine.modules.ScreenLoader
The single instance of this class.
instance - Static variable in class org.apache.turbine.modules.NavigationLoader
The single instance of this class.
instance - Static variable in class org.apache.turbine.modules.LayoutLoader
The single instance of this class.
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.
int2byte(int[], byte[]) - Static method in class org.apache.java.security.MD5
Converts a 4-int array into a 16-byte array.
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.PullHelper(IntakeTool, String) - Constructor for class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
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
 
internalInit() - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method initializes the service.
INVALID_NUMBER - Static variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
INVALID_NUMBER - Static variable in class org.apache.turbine.services.intake.validator.IntegerValidator
 
INVALID_NUMBER - Static variable in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
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
 
is_new - Variable in class org.apache.turbine.om.BaseObject
attribute to determine if this object has previously been saved.
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.actions.WebMacroSiteSecureAction
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.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.
isAutoIncrement - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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 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.
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.
isCascade() - Method in class org.apache.turbine.util.db.Criteria
Is cascade set?
isConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This method reports whether or not the user has been confirmed in the system by checking the CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isConfirmed() - Method in class org.apache.turbine.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.
isConnectionRequired() - Method in class org.apache.turbine.util.db.SequenceIdGenerator
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.AutoIncrementIdGenerator
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.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.
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.om.OMTool
Checks whether the recyclable has been disposed.
isEmpty - Variable in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
 
isEmpty(String) - Static method in class org.apache.turbine.util.StringUtils
Determine whether a (trimmed) string is empty
isEnumeratedClasses - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
isEnumeratedClasses() - Method in class org.apache.turbine.torque.engine.database.model.Column
Determine if possible classes have been enumerated in the xml file.
isExpired(DBConnection) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Helper method which determines whether a connection has expired.
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 - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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 - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
isInitialized - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
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 class org.apache.turbine.om.BaseObject
Returns whether the object has been modified.
isModified() - Method in interface org.apache.turbine.om.Persistent
Returns whether the object has been modified, since it was last retrieved from storage.
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 class org.apache.turbine.om.BaseObject
Returns whether the object has ever been saved.
isNew() - Method in interface org.apache.turbine.om.Persistent
Returns whether the object has ever been saved.
isNotNull - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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 class org.apache.turbine.services.rundata.DefaultTurbineRunData
Checks to see if out is set.
isOutSet() - Method in interface org.apache.turbine.util.RunData
Checks to see if out is set.
isPageSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Checks to see if the page is set.
isPageSet() - Method in interface org.apache.turbine.util.RunData
Checks to see if the page is set.
isPostInsert() - Method in class org.apache.turbine.util.db.SequenceIdGenerator
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.AutoIncrementIdGenerator
A flag to determine the timing of the id generation
isPrimaryKey - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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.SequenceIdGenerator
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.AutoIncrementIdGenerator
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 interface org.apache.turbine.services.logging.jdbc.JDBCLogger
Is the logger ready.
isReady() - Method in class org.apache.turbine.services.logging.jdbc.TurbineLogger
 
isRegistered() - Static method in class org.apache.turbine.services.pull.TurbinePull
Checks whether this service has been registered.
isRegistered(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isRegistered(String) - Method in interface org.apache.turbine.services.ServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isRequired() - Method in class org.apache.turbine.services.intake.model.Field
Flag to determine whether the field has been declared as required.
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 - Variable in class org.apache.turbine.torque.engine.database.model.Index
 
isUnique - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
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(DBConnection) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Determines if a connection is still valid.
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
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
 
iterator() - Method in class org.apache.turbine.util.SequencedHashtable
Returns a key iterator.

J

JavaActionFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory.
An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
 
JavaBaseFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
 
JavaLayoutFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
 
javaName - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
javaName - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
JavaNavigationFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
 
JavaPageFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
 
JavaScheduledJobFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScheduledJobFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
 
JavaScreenFactory - class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory.
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
 
javascriptOK - Variable in class org.apache.turbine.util.BrowserDetector
Whether or not javascript works in this browser.
JDBCAppender - class org.apache.turbine.services.logging.jdbc.JDBCAppender.
The JDBCAppender, writes messages into a database.
JDBCAppender() - Constructor for class org.apache.turbine.services.logging.jdbc.JDBCAppender
 
JDBCDriver - Variable in class org.apache.turbine.util.db.adapter.DB
The JDBC driver.
JDBCLogger - interface org.apache.turbine.services.logging.jdbc.JDBCLogger.
This class encapsulate the logic which is necessary to log into a table.
jdbcToJavaNativeMap - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
jdbcToJavaObjectMap - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
jdbcToPPMethodMap - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
jdbcToVillageMethodMap - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
je - Variable in class org.apache.turbine.services.schedule.WorkerThread
The JobEntry to run.
jndiContexts - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
JNDI Contexts.
JobEntry - class org.apache.turbine.services.schedule.JobEntry.
This is a wrapper for a scheduled job.
JobEntry(int, int, int, int, int, String) - Constructor for class org.apache.turbine.services.schedule.JobEntry
Constuctor.
JobEntryPeer - class org.apache.turbine.services.schedule.JobEntryPeer.
Peer class for JobEntry database access.
JobEntryPeer() - Constructor for class org.apache.turbine.services.schedule.JobEntryPeer
 
jobIsActive - Variable in class org.apache.turbine.services.schedule.JobEntry
indicates if job is currently running
jobProp - Variable in class org.apache.turbine.services.schedule.JobEntry
Storage for additional properties
JobQueue - class org.apache.turbine.services.schedule.JobQueue.
Queue for the scheduler.
JobQueue() - Constructor for class org.apache.turbine.services.schedule.JobQueue
Creates a new instance.
JOIN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
join(String[], String) - Static method in class org.apache.turbine.util.StringUtils
Joins the elements of the provided array into a single string containing a list of CSV elements.
joinL - Variable in class org.apache.turbine.util.db.Criteria
 
joinR - Variable in class org.apache.turbine.util.db.Criteria
 
JServUtils - class org.apache.jserv.JServUtils.
Various utility methods used by the servlet engine.
JServUtils() - Constructor for class org.apache.jserv.JServUtils
 
JspErrorScreen - class org.apache.turbine.modules.screens.JspErrorScreen.
Directs errors at the Jsp error template defined in template.error.
JspErrorScreen() - Constructor for class org.apache.turbine.modules.screens.JspErrorScreen
 
JspLayout - class org.apache.turbine.modules.layouts.JspLayout.
This Layout module allows JSP templates to be used as layouts.
JspLayout() - Constructor for class org.apache.turbine.modules.layouts.JspLayout
 
JspLink - class org.apache.turbine.services.jsp.util.JspLink.
A customized version of the DynamicURI to be used in JSP templates.
JspLink(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspLink
Constructor
JspNavigation - class org.apache.turbine.services.jsp.util.JspNavigation.
Returns output of a Navigation module.
JspNavigation(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspNavigation
Constructor
JspPage - class org.apache.turbine.modules.pages.JspPage.
Extends TemplatePage to add some convenience objects to the request.
JspPage() - Constructor for class org.apache.turbine.modules.pages.JspPage
 
JspScreenPlaceholder - class org.apache.turbine.services.jsp.util.JspScreenPlaceholder.
Returns output of a Navigation module.
JspScreenPlaceholder(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
Constructor
JspService - interface org.apache.turbine.services.jsp.JspService.
Implementations of the JspService interface.

K

keepRegion - Variable in class org.apache.turbine.util.upload.MultipartStream
The amount of data that must be kept in the buffer in order to detect delimiters reliably.
key - Variable in class org.apache.turbine.services.intake.model.Field
 
key - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
key - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
key - Variable in class org.apache.turbine.torque.engine.database.model.Inheritance
 
key - Variable in class org.apache.turbine.om.ObjectKey
The underlying key value.
key - Variable in class org.apache.turbine.om.ComboKey
 
keys() - Method in interface org.apache.turbine.util.ValueParser
 
keys() - Method in class org.apache.turbine.util.parser.BaseValueParser
 
keySequence - Variable in class org.apache.turbine.util.SequencedHashtable
The sequence used to keep track of the hash keys.
killThread - Variable in class org.apache.turbine.util.db.LargeSelect
 
KOI8_R - Static variable in class org.apache.turbine.util.mail.Email
 

L

LargeSelect - class org.apache.turbine.util.db.LargeSelect.
This class can be used to retrieve a large result set from a database query.
LargeSelect(Criteria, int) - Constructor for class org.apache.turbine.util.db.LargeSelect
Creates a LargeSelect whose results are broken up into smaller chunks of approximately 1/100 the maximum number allowed in memory or 100, whichever is smaller.
LargeSelect(Criteria, int, int) - Constructor for class org.apache.turbine.util.db.LargeSelect
Creates a LargeSelect whose results are returned a page at a time.
LargeSelect(String, Criteria, int) - Constructor for class org.apache.turbine.util.db.LargeSelect
Creates a LargeSelect whose results are broken up into smaller chunks of approximately 1/100 the maximum number allowed in memory or 100, whichever is smaller.
LargeSelect(String, Criteria, int, int) - Constructor for class org.apache.turbine.util.db.LargeSelect
Creates a LargeSelect whose results are returned a page at a time.
LAST_LOGIN - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last_login field.
LAST_LOGIN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the last_login field.
LAST_LOGIN_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the last_login field.
LAST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last name.
LAST_NAME - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the last name field.
LAST_NAME_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the last name field.
lastAccess - Variable in class org.apache.turbine.services.cache.RefreshableCachedObject
The last time the Object was accessed from the cache.
lastAccessDate - Variable in class org.apache.turbine.services.security.ldap.LDAPUser
 
lastAccessDate - Variable in class org.apache.turbine.om.security.TurbineUser
 
lastIndexOf(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Returns the last index of the specified key.
lastQueryTime - Variable in class org.apache.turbine.util.db.IDBroker
The last time this IDBroker queried the database for ids.
lastTimeVal - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
layout - Variable in class org.apache.turbine.services.logging.Log4JavaLogger
logging layout
layout - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
This is the layout that the page will use to render the screen.
Layout - class org.apache.turbine.modules.Layout.
This is an interface that defines what a Layout module is.
LAYOUT_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the layout cache if module caching is on.
LAYOUT_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LAYOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default layout.
LAYOUT_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
LAYOUT_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
LAYOUT_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
LAYOUT_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Layout() - Constructor for class org.apache.turbine.modules.Layout
 
LayoutLoader - class org.apache.turbine.modules.LayoutLoader.
The purpose of this class is to allow one to load and execute Layout modules.
LayoutLoader() - Constructor for class org.apache.turbine.modules.LayoutLoader
These ctor's are private to force clients to use getInstance() to access this class.
LayoutLoader(int) - Constructor for class org.apache.turbine.modules.LayoutLoader
These ctor's are private to force clients to use getInstance() to access this class.
LDAP_ADMIN_PASSWRD - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_ADMIN_USRNAME - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_BASE_SERACH - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_DN_ATTR - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_HOST - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_PORT - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_PROVIDER - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAP_SEARCH_FLTR - Static variable in interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAPSecurityConstants - interface org.apache.turbine.services.security.ldap.LDAPSecurityConstants.
This is a static class for defining the default ldap confiquration keys used by core Turbine components.
LDAPSecurityService - class org.apache.turbine.services.security.ldap.LDAPSecurityService.
An implementation of SecurityService that uses LDAP as a backend.
LDAPSecurityService() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
LDAPUser - class org.apache.turbine.services.security.ldap.LDAPUser.
LDAPUser implements User and provides access to a user who accesses the system via LDAP.
LDAPUser() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUser
Constructor.
LDAPUserManager - class org.apache.turbine.services.security.ldap.LDAPUserManager.
A UserManager performs User object related tasks on behalf of the SecurityService.
LDAPUserManager() - Constructor for class org.apache.turbine.services.security.ldap.LDAPUserManager
 
LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the button to look for.
LESS_EQUAL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
LESS_THAN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
level - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
LEVEL - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
LEVELDEBUG - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELERROR - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELINFO - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
LEVELWARN - Static variable in interface org.apache.turbine.services.logging.Logger
String denoting log level
lf - Variable in class org.apache.turbine.services.logging.ServletLogger
 
lf - Variable in class org.apache.turbine.services.logging.FileLogger
line separator
LIKE - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
LIKE - Static variable in class org.apache.turbine.util.db.SqlExpression
 
limit - Variable in class org.apache.turbine.util.db.Query
 
limit - Variable in class org.apache.turbine.util.db.Criteria
To limit the number of rows to return.
LIMIT - Static variable in class org.apache.turbine.util.db.Query
 
LIMIT_STYLE_MYSQL - Static variable in class org.apache.turbine.util.db.adapter.DB
SELECT ...
LIMIT_STYLE_NONE - Static variable in class org.apache.turbine.util.db.adapter.DB
database does not support limiting resultsets
LIMIT_STYLE_POSTGRES - Static variable in class org.apache.turbine.util.db.adapter.DB
SELECT ...
LIMIT_STYLE_SYBASE - Static variable in class org.apache.turbine.util.db.adapter.DB
SET ROWCOUNT SELECT ...
limitLen(int, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Limits 'string' to 'maxlen' characters.
limitLen(int, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Limits 'string' to 'maxlen' character.
line - Variable in class org.apache.turbine.torque.engine.sql.Token
 
line - Variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
lineValues - Variable in class org.apache.turbine.util.DataStreamParser
The parameter parser holding the values of columns for the current line.
LINK - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of JspLink in the request
link(ConnectionPool) - Method in class org.apache.turbine.util.db.pool.DBConnection
Links this DBConnection with a ConnectionPool.
list() - Method in class org.apache.turbine.services.schedule.JobQueue
List jobs in the queue.
listJobs() - Method in interface org.apache.turbine.services.schedule.ScheduleService
List jobs in the queue.
listJobs() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
List jobs in the queue.
loadClass(String) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Loads the named class using the default class loader.
loadClass(String, ClassLoader) - Method in class org.apache.turbine.services.factory.TurbineFactoryService
Loads the named class using a specified class loader.
loadFile(File) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a file.
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Load the input group object from an xml tag.
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Imports the top level element from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Database
Load the database object from an xml tag.
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Imports foreign key from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Index
Imports index from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Imports foreign key from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Column
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Imports foreign key from an XML specification
loadFromXML(Attributes, String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Load the table object from an xml tag.
loadLogger(LoggingConfig) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
Creates instances of the logger, configures it, and adds it to the hashTable.
loadPath(String) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a file path.
loadPath(String) - Static method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Loads mappings from a file path.
loadResource(String) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a resource.
loadResource(String) - Static method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Loads mappings from a resource.
loadSkin() - Method in class org.apache.turbine.services.pull.util.UIManager
Load the specified skin.
loadStream(InputStream) - Static method in class org.apache.turbine.services.mimetype.util.CharSetMap
Loads mappings from a stream.
localColumns - Variable in class org.apache.turbine.torque.engine.database.model.ForeignKey
 
locale - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The locale.
LocaleDetector - class org.apache.turbine.services.localization.LocaleDetector.
This class returns a Locale object based on the HTTP Accept-Language header.
LocaleDetector() - Constructor for class org.apache.turbine.services.localization.LocaleDetector
 
localFilesTable - Variable in class org.apache.turbine.services.logging.FileLogger
instance table containing file writers
Localization - class org.apache.turbine.services.localization.Localization.
Wrapper around the TurbineLocalization Service that makes it easy to grab something from the service and make the code cleaner.
Localization() - Constructor for class org.apache.turbine.services.localization.Localization
 
LocalizationService - interface org.apache.turbine.services.localization.LocalizationService.
Implementations of the LocalizationService interface.
lockExclusive() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire an exclusive lock on the security information repository.
lockShared() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire a shared lock on the security information repository.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DB
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBInstantDB
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBOracle
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBNone
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBInformix
The method is used to lock a table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBMM
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBOdbc
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBDB2Net
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBSybase
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBInterbase
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBPostgres
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBDB2App
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBWeblogic
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
Locks the specified table.
lockTable(Connection, String) - Method in class org.apache.turbine.util.db.adapter.DBSapDB
Locks the specified table.
Log - class org.apache.turbine.util.Log.
A facade class for LoggingService.
Log() - Constructor for class org.apache.turbine.util.Log
 
log(Exception, String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated.  
log(int, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
appends log level to the message
log(int, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.Log4JavaLogger
Creates new loging message form message and RunData, and sends it to the category.
log(int, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
Checks if logging is allowed and appends loglevel message
log(String) - Method in class org.apache.turbine.services.logging.LogWriter
Logs the specified message.
log(String) - Method in class org.apache.turbine.util.TurbineConfig
Logs a message.
log(String, Throwable) - Method in class org.apache.turbine.util.TurbineConfig
Logs an error message.
Log4JavaLogger - class org.apache.turbine.services.logging.Log4JavaLogger.
Class implements the Logger interface using log4java package Messages can be written to following destination: console file rollover file syslog remote server email database
Log4JavaLogger() - Constructor for class org.apache.turbine.services.logging.Log4JavaLogger
 
logAll(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.ServletLogger
log message using context log method.
logAll(String, String, RunData, Throwable) - Method in class org.apache.turbine.services.logging.FileLogger
log message to all open loging files
logger - Variable in class org.apache.turbine.services.logging.Log4JavaLogger
log4java logging interface
logger - Variable in class org.apache.turbine.services.logging.LogWriter
 
logger - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
 
logger - Variable in class org.apache.turbine.services.schedule.WorkerThread
The Logger facility to use.
Logger - interface org.apache.turbine.services.logging.Logger.
Classes that implement the Logger interface allows loging.
LOGGER_CLASS_OPTION - Static variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Logger class option.
LOGGER_OPTION - Static variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
An option to set for the logger, these are name:value pairs that are used to initialize a logger.
loggerClass - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Logger class to instantiate for logging to a database.
loggerOptions - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Hashtable of options that are used to initialize the logger being used.
loggersTable - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
loggers repository
LOGGING_CLASS_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default bootstrap logger implementation
LOGGING_CLASS_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for defining the logging service implementation to use.
loggingConfig - Variable in class org.apache.turbine.services.logging.BaseLogger
The LoggingConfig object for this logger
LoggingConfig - interface org.apache.turbine.services.logging.LoggingConfig.
This is the interface that one must implement if they wish to provide alternative configuration resources for the Logging system.
LOGGINGCONFIG - Static variable in interface org.apache.turbine.services.logging.LoggingConfig
 
loggingConfigClassName - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
Name of the class that is cached for doing the reading of the properties file for logging.
LoggingService - interface org.apache.turbine.services.logging.LoggingService.
A service that provides logging capabilities to Turbine.
LOGIN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user fails to login.
LOGIN_ERROR - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LOGIN_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display upon successful login.
LOGIN_MESSAGE - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LOGIN_MESSAGE_NOSCREEN - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when screens variable invalid.
LOGIN_MESSAGE_NOSCREEN - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LoginUser - class org.apache.turbine.modules.actions.LoginUser.
This is where we authenticate the user logging into the system against a user in the database.
LoginUser() - Constructor for class org.apache.turbine.modules.actions.LoginUser
 
logLevel - Variable in class org.apache.turbine.services.logging.BaseLogger
Current log level for logger
LOGOUT_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user logs out.
LOGOUT_MESSAGE - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
LogoutUser - class org.apache.turbine.modules.actions.LogoutUser.
This action removes a user from the session.
LogoutUser() - Constructor for class org.apache.turbine.modules.actions.LogoutUser
 
logStateChange(String) - Method in class org.apache.turbine.services.schedule.WorkerThread
Macro to log JobEntry status information.
LogWriter - class org.apache.turbine.services.logging.LogWriter.
An adapter for integrating external code (e.g., J2EE) that expects a simple PrintWriter for logging.
LogWriter() - Constructor for class org.apache.turbine.services.logging.LogWriter
Default constructor.
LONGVARBINARY - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARBINARY_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARBINARY_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARBINARY_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARBINARY_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARCHAR - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARCHAR_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARCHAR_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARCHAR_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
LONGVARCHAR_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
looseEquals(Object) - Method in class org.apache.turbine.om.ComboKey
keyObj is equal to this ComboKey if keyObj is a ComboKey, String, ObjectKey[], or String[] that contains the same information this key contains.

M

MACINTOSH - Static variable in class org.apache.turbine.util.BrowserDetector
 
MAIL_HOST - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_SERVER - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_SERVER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
SMTP server Turbine uses to send mail.
MAIL_SERVER_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MAIL_SMTP_FROM - Static variable in class org.apache.turbine.util.mail.Email
 
MAIL_TRANSPORT_PROTOCOL - Static variable in class org.apache.turbine.util.mail.Email
 
MailMessage - class org.apache.turbine.util.mail.MailMessage.
Creates a very simple text/plain message and sends it.
MailMessage() - Constructor for class org.apache.turbine.util.mail.MailMessage
Default constructor.
MailMessage(String, String, String, String, String) - Constructor for class org.apache.turbine.util.mail.MailMessage
Constructor used to specify host, to, from, subject, and body.
MailMessage(String, String, String, String, String, String, String, boolean) - Constructor for class org.apache.turbine.util.mail.MailMessage
Constructor used to specify host, to, cc, bcc, from, subject, body, and debug.
main - Variable in class org.apache.turbine.util.mail.MultiPartEmail
The message container.
main(String[]) - Static method in class org.apache.turbine.util.GenerateUniqueId
Simple test of the functionality.
main(String[]) - Static method in class org.apache.turbine.util.migrator.Migrator
Main hook for the conversion process.
main(String[]) - Static method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Just 4 testing.
main(String[]) - Static method in class org.apache.java.security.MD5
 
mainLoop - Variable in class org.apache.turbine.services.schedule.TurbineSchedulerService
The main loop for starting jobs.
makeAlternator(String, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Makes an alternator object that alternates between two values.
makeAlternator(String, String, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Makes an alternator object that alternates between three values.
makeAlternator(String, String, String, String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroFormatter
Makes an alternator object that alternates between four values.
makeColumnList(List) - Method in class org.apache.turbine.torque.engine.database.model.Index
Creates a list of columns delimited by commas
makeColumnList(List) - Method in class org.apache.turbine.torque.engine.database.model.Unique
Creates a list of columns delimited by commas
makeColumnList(List) - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Creates a list of columns delimited by commas
makeString(String) - Static method in class org.apache.turbine.util.StringUtils
Deal with null strings converting them to "" instead.
MAP_CACHE - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
Priorities of available mappers.
MAP_COM - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
 
MAP_COM - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
MAP_HOME - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
 
MAP_HOME - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
MAP_JAR - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
 
MAP_JAR - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
MAP_PROG - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
 
MAP_PROG - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Priorities of available mappers.
MAP_SYS - Static variable in class org.apache.turbine.services.mimetype.util.CharSetMap
 
MAP_SYS - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
 
MapBrokerService - interface org.apache.turbine.services.db.MapBrokerService.
This service manages DatabaseMap objects used throughout a Turbine application.
mapBuilder - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
Get the MapBuilder.
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
 
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The mapBuilder for this Peer.
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
 
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.RolePeer
 
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.RolePermissionPeer
 
mapBuilder - Static variable in class org.apache.turbine.om.security.peer.UserGroupRolePeer
The map builder for this Peer.
MapBuilder - interface org.apache.turbine.util.db.map.MapBuilder.
MapBuilders are wrappers around DatabaseMaps.
mapBuilders - Static variable in class org.apache.turbine.om.peer.BasePeer
Hashtable that contains the cached mapBuilders.
mappers - Variable in class org.apache.turbine.services.mimetype.util.CharSetMap
An array of available charset mappers.
mappers - Variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
An array of available MIME type mappers.
mapping - Variable in class org.apache.turbine.services.BaseServiceBroker
Mapping of Service names to class names.
MAPS_BUILDER - Static variable in interface org.apache.turbine.TurbineConstants
Map building.
mapTo(Retrievable) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
mapToObject - Variable in class org.apache.turbine.services.intake.model.Field
 
mapToObject - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
mapToObjectFields - Variable in class org.apache.turbine.services.intake.model.Group
Map of the fields by mapToObject
mapToObjects - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
mapToProperty - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
mask - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maskMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
MATCH_SPECIFIC_SUBTYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MATCH_SUBTYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MATCH_TYPE - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
match(MimeType) - Method in class org.apache.turbine.services.mimetype.util.MimeType
Compares the specified MIME type to this one and returns a matching level: NO_MATCH=types do not match, MATCH_TYPE=types match, MATCH_SPECIFIC_TYPE=types match exactly, MATCH_SUBTYPE=types match, subtypes match too, MATCH_SPECIFIC_SUBTYPE=types match, subtypes match exactly.
match(String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer.Recycler
Matches the given signature against that of the recycle method of this recycler.
MAX_FILE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MAX_HEADER_SIZE - Static variable in class org.apache.turbine.services.upload.BaseUploadService
A maximum lenght of a single header line that will be parsed.
maxConnectionAttempts - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The number of times to attempt to obtain a pooled connection before giving up.
maxConnections - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The maximum number of database connections that can be created.
maxdata - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated. Maximum number of bytes accepted, if zero then no limit.
maxLength - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maxLengthMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
maxRandomLen - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
maxSessionLifespanTics - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
maxSize - Variable in class org.apache.turbine.util.BufferCache
The size of the cache.
maxSize - Variable in class org.apache.turbine.util.validation.InputValidator
 
MaxSizeExceededError - Static variable in class org.apache.turbine.util.validation.InputValidator
 
maxValue - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
maxValue - Variable in class org.apache.turbine.services.intake.validator.IntegerValidator
 
maxValue - Variable in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
maxValueMessage - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
MD5 - class org.apache.java.security.MD5.
This class implements the Message Digest 5 algorithm (MD5) as defined in RFC-1321.
MD5() - Constructor for class org.apache.java.security.MD5
Creates the algorithm and reset its state.
memoryLimit - Variable in class org.apache.turbine.util.db.LargeSelect
 
merge(byte[], byte[]) - Static method in class org.apache.java.lang.Bytes
Merges a bytes array into another.
merge(byte[], byte[], int) - Static method in class org.apache.java.lang.Bytes
Merges a bytes array into another starting from the given position.
merge(byte[], byte[], int, int) - Static method in class org.apache.java.lang.Bytes
Merges a bytes array into another starting from the given position.
merge(byte[], byte[], int, int, int) - Static method in class org.apache.java.lang.Bytes
Merges a bytes array into another starting from the given positions.
message - Variable in class org.apache.turbine.services.intake.model.Field
 
message - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
message - Variable in class org.apache.turbine.services.intake.validator.ValidationException
 
message - Variable in class org.apache.turbine.services.intake.xmlmodel.Rule
 
message - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
This is where output messages from actions should go.
message - Variable in class org.apache.turbine.util.SecurityCheck
 
message - Variable in class org.apache.turbine.util.FormMessage
 
message - Variable in class org.apache.turbine.util.SystemError
 
message - Variable in class org.apache.turbine.util.template.TemplateSecurityCheck
 
message - Variable in class org.apache.turbine.util.mail.Email
The email message to send.
MESSAGE_HTTP - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MessageDigest - class org.apache.java.security.MessageDigest.
This interface abstracts a message digest algorithm.
MessageDigest() - Constructor for class org.apache.java.security.MessageDigest
Creates the algorithm and reset its state.
messages - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
This is a dedicated message class where output messages from actions should go.
messages - Static variable in class org.apache.java.security.MD5
Self Test
messages_fields - Variable in class org.apache.turbine.util.FormMessages
 
METHOD_NAME_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the method name.
METHOD_NAME_PREFIX - Static variable in class org.apache.turbine.modules.ActionEvent
The prefix of the method name.
methodNamesMap - Static variable in class org.apache.turbine.services.logging.BaseRunDataFilter
table matching conversion tokens to methods names
migrate(String[]) - Method in class org.apache.turbine.util.migrator.Migrator
Iterate through the set of find/replace regexes that will convert a given source tree from one
Migrator - class org.apache.turbine.util.migrator.Migrator.
This utility class attempts to help Turbine developers migrate their wepapp sources across versions of Turbine by applying a series of regexes and rules to a source tree and creates a new source tree that is compatible with subsequent releases of Turbine.
Migrator() - Constructor for class org.apache.turbine.util.migrator.Migrator
 
MIME_TYPES - Static variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The MIME type file property.
mimeSubtype - Variable in class org.apache.turbine.services.mimetype.util.MimeType
A string representation of the subtype.
mimeType - Variable in class org.apache.turbine.services.mimetype.util.MimeType
A string representation of the main type.
MimeType - class org.apache.turbine.services.mimetype.util.MimeType.
This class is used to represent parsed MIME types.
MIMETYPE_RESOURCE - Static variable in class org.apache.turbine.services.mimetype.util.MimeTypeMap
The name for MIME type mapper resources.
MimeType(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Constructs a new MIME type by parsing a specification string.
MimeType(String, boolean) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Constructs a new MIME type by parsing a specification string.
MimeType(String, String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Contructs a new MIME type from specified types.
MimeType(String, String, String[], String[]) - Constructor for class org.apache.turbine.services.mimetype.util.MimeType
Contructs a new MIME type from specified parameters.
mimeTypeExtensions - Variable in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Mappings between MIME types and file name extensions.
mimeTypeMap - Variable in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
The MIME type map used by the service.
MimeTypeMap - class org.apache.turbine.services.mimetype.util.MimeTypeMap.
This class maintains a set of mappers defining mappings between MIME types and the corresponding file name extensions.
MimeTypeMap() - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Constructs a new MIME type map with default mappers.
MimeTypeMap(File) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a file.
MimeTypeMap(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a stream.
MimeTypeMap(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMap
Contructs a MIME type map read from a file path.
MimeTypeMapper - class org.apache.turbine.services.mimetype.util.MimeTypeMapper.
This class defines mappings between MIME types and the corresponding file name extensions.
MimeTypeMapper() - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs an empty MIME type mapper.
MimeTypeMapper(File) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a file.
MimeTypeMapper(InputStream) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a stream.
MimeTypeMapper(String) - Constructor for class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Constructs a mapper reading from a file path.
MimeTypeService - interface org.apache.turbine.services.mimetype.MimeTypeService.
The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings.
mimeTypeString - Variable in class org.apache.turbine.services.mimetype.util.MimeType
A string representation of the MIME type.
minFilter - Static variable in class org.apache.turbine.modules.Screen
 
miniblock - Variable in class org.apache.turbine.util.db.LargeSelect
 
minLength - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
minLengthMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
minute - Variable in class org.apache.turbine.services.schedule.JobEntry
Valid entry ( 0-59 ).
MINUTE - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
MINUTE - Static variable in class org.apache.turbine.services.schedule.JobEntry
 
MINUTE_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for minute parameter.
minuteInterval - Variable in class org.apache.turbine.util.TimeSelector
 
minValue - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
minValue - Variable in class org.apache.turbine.services.intake.validator.IntegerValidator
 
minValue - Variable in class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
minValueMessage - Variable in class org.apache.turbine.services.intake.validator.NumberValidator
 
MIXED - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type modifier.
modified - Variable in class org.apache.turbine.om.BaseObject
A flag which can be set to indicate that an object has been modified, since it was last retrieved from the persistence mechanism.
MODIFIED - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the modified field.
MODIFIED_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the modified field.
modify(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Modify a job on the queue.
MODULE_CACHE - Static variable in interface org.apache.turbine.TurbineConstants
Property that controls whether Turbine modules are cached or not.
MODULE_CACHE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MODULE_PACKAGES - Static variable in interface org.apache.turbine.TurbineConstants
The packages where Turbine will look for modules.
MODULE_PACKAGES_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
MONTH_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for month parameter.
monthName - Static variable in class org.apache.turbine.util.DateSelector
 
MOZILLA - Static variable in class org.apache.turbine.util.BrowserDetector
 
MSIE - Static variable in class org.apache.turbine.util.BrowserDetector
Constants used by this class.
MULTIPART - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header base type.
MULTIPART - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MULTIPART_FORM_DATA - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
MULTIPART_FORM_DATA - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
 
MULTIPART_MIXED - Static variable in interface org.apache.turbine.services.upload.UploadService
HTTP header.
MultiPartEmail - class org.apache.turbine.util.mail.MultiPartEmail.
A multipart email.
MultiPartEmail() - Constructor for class org.apache.turbine.util.mail.MultiPartEmail
Initialize the multipart email.
MultiPartEmail(Criteria) - Constructor for class org.apache.turbine.util.mail.MultiPartEmail
Constructor used to initialize attributes.
MultipartStream - class org.apache.turbine.util.upload.MultipartStream.
This class can be used to process data streams conforming to MIME 'multipart' format as defined in RFC 1251.
MultipartStream.IllegalBoundaryException - exception org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException.
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.IllegalBoundaryException(MultipartStream) - Constructor for class org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(MultipartStream, String) - Constructor for class org.apache.turbine.util.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartStream.MalformedStreamException - exception org.apache.turbine.util.upload.MultipartStream.MalformedStreamException.
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.MalformedStreamException(MultipartStream) - Constructor for class org.apache.turbine.util.upload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(MultipartStream, String) - Constructor for class org.apache.turbine.util.upload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MultipartStream(InputStream, byte[]) - Constructor for class org.apache.turbine.util.upload.MultipartStream
Constructs a MultipartStream with a defalut size buffer.
MultipartStream(InputStream, byte[], int) - Constructor for class org.apache.turbine.util.upload.MultipartStream
Constructs a MultipartStream with a custom size buffer.
multiValued - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 

N

name - Variable in class org.apache.turbine.services.BaseService
The name of this Service.
name - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
name - Variable in class org.apache.turbine.services.logging.BaseLogger
Name of the logger
name - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
name - Variable in class org.apache.turbine.services.intake.model.Field
 
name - Variable in class org.apache.turbine.services.intake.model.Group
The name used in templates and java code to refer to this group.
name - Variable in class org.apache.turbine.services.intake.xmlmodel.Rule
 
name - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
name - Variable in class org.apache.turbine.util.template.SelectorBox
This is the name= value.
name - Variable in class org.apache.turbine.util.db.LargeSelect
 
name - Variable in class org.apache.turbine.util.db.map.DatabaseMap
Name of the database.
name - Variable in class org.apache.turbine.util.mail.EmailAttachment
The name of this attachment.
name - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
name - Variable in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
 
name - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
name - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
name - Variable in class org.apache.turbine.om.security.SecurityObject
The name of this object.
NAME - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The column name for the name field.
NAME - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the name field.
NAME - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the name field.
names - Variable in class org.apache.turbine.util.template.SelectorBox
This is the value= portion of the option element.
NamingService - interface org.apache.turbine.services.naming.NamingService.
Implementations of the NamingService interface provide JNDI naming contexts.
Navigation - class org.apache.turbine.modules.Navigation.
This is an interface that defines what a Navigation module is.
NAVIGATION_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the navigation cache if module caching is on.
NAVIGATION_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
NAVIGATION_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
NAVIGATION_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
NAVIGATION_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Navigation() - Constructor for class org.apache.turbine.modules.Navigation
 
NavigationLoader - class org.apache.turbine.modules.NavigationLoader.
The purpose of this class is to allow one to load and execute Navigation modules.
NavigationLoader() - Constructor for class org.apache.turbine.modules.NavigationLoader
These ctor's are private to force clients to use getInstance() to access this class.
NavigationLoader(int) - Constructor for class org.apache.turbine.modules.NavigationLoader
These ctor's are private to force clients to use getInstance() to access this class.
NavigationTag - class org.apache.turbine.services.jsp.tags.NavigationTag.
Supporting class for the bodyAttributes tag.
NavigationTag() - Constructor for class org.apache.turbine.services.jsp.tags.NavigationTag
 
nbrFmt - Static variable in class org.apache.turbine.util.TimeSelector
TODO: Add ability to specify Locale.
nested - Variable in class org.apache.turbine.util.TurbineException
Holds the reference to the exception or error that caused this exception to be thrown.
nested - Variable in class org.apache.turbine.util.TurbineRuntimeException
Holds the reference to the exception or error that caused this exception to be thrown.
neverRead - Variable in class org.apache.turbine.util.DataStreamParser
Indicates whether or not the tokenizer has read anything yet.
NEW - Static variable in class org.apache.turbine.services.intake.model.Group
 
NEW_ID - Static variable in class org.apache.turbine.om.BaseObject
 
newForm() - Method in class org.apache.turbine.services.intake.IntakeTool
 
newInstance(String, String, String, int) - Static method in class org.apache.turbine.util.upload.FileItem
Instantiates a FileItem.
NEXT_ID - Static variable in class org.apache.turbine.util.db.IDBroker
Fully qualified Next_ID column name
next() - Method in class org.apache.turbine.util.DataStreamParser
Returns a ValueParser object containing the next row of values.
next() - Method in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
Description of the Method
next() - Method in class org.apache.turbine.torque.engine.database.transform.SQLToAppData
Move to the next token.
nextJob() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Return the next Job to execute, or null if thread is interrupted.
nextRow() - Method in class org.apache.turbine.util.DataStreamParser
Returns a ValueParser object containing the next row of values.
nf - Variable in class org.apache.turbine.util.webmacro.WebMacroFormatter
 
NO_FILE_EXT - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
The default file extension used as a registry key when a template's file extension cannot be determined.
NO_MATCH - Static variable in class org.apache.turbine.services.mimetype.util.MimeType
MIME type matching constants.
NoMaxSize - Static variable in class org.apache.turbine.util.validation.InputValidator
 
NONE - Static variable in class org.apache.turbine.util.db.map.TableMap
Keys are given by the application.
NOT_EQUAL - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
NOT_IN - Static variable in class org.apache.turbine.util.db.Criteria
Comparison type.
note(String) - Static method in class org.apache.turbine.util.Log
Deprecated. You should use info or debug methods instead.
note(String, String) - Static method in class org.apache.turbine.util.Log
Deprecated. You should use info or debug methods instead.
NotEmpty - class org.apache.turbine.util.validation.NotEmpty.
 
NotEmpty() - Constructor for class org.apache.turbine.util.validation.NotEmpty
default Constructor,
notice(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Output a diagnostic notice.
notice(String) - Method in class org.apache.turbine.services.TurbineServices
Output a diagnostic notice.
notNull - Variable in class org.apache.turbine.util.db.map.ColumnMap
Is null value allowed ?
NullInputError - Static variable in class org.apache.turbine.util.validation.InputValidator
 
NumberKey - class org.apache.turbine.om.NumberKey.
This class can be used as an ObjectKey to uniquely identify an object within an application where the id consists of a single entity such a GUID or the value of a db row's primary key.
NumberKey() - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey whose internal representation will be set later, through a set method
NumberKey(BigDecimal) - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey equivalent to key.
NumberKey(int) - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey equivalent to key.
NumberKey(long) - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey equivalent to key.
NumberKey(NumberKey) - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey equivalent to key.
NumberKey(String) - Constructor for class org.apache.turbine.om.NumberKey
Creates a NumberKey equivalent to key.
NumberKeyField - class org.apache.turbine.services.intake.model.NumberKeyField.
 
NumberKeyField(XmlField, Group) - Constructor for class org.apache.turbine.services.intake.model.NumberKeyField
 
NumberKeyValidator - class org.apache.turbine.services.intake.validator.NumberKeyValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberKeyValidator() - Constructor for class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
NumberKeyValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.NumberKeyValidator
 
NumberValidator - class org.apache.turbine.services.intake.validator.NumberValidator.
Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberValidator() - Constructor for class org.apache.turbine.services.intake.validator.NumberValidator
 
NumberValidator(Map) - Constructor for class org.apache.turbine.services.intake.validator.NumberValidator
 
numer - Static variable in class org.apache.turbine.torque.engine.sql.SQLScanner
 
NUMERIC - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
NUMERIC_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
NUMERIC_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
NUMERIC_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
NUMERIC_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 

O

OBJECT_DATA - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the object_data field.
OBJECT_DATA_COLUMN - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The column name for the visitor id field.
OBJECT_FACTORY - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
The property prefix specifying additional object factories.
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The column name for the ObjectData field
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the ObjectData field
OBJECTDATA - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the ObjectData field
objectDataNeedsTrans() - Method in class org.apache.turbine.util.db.adapter.DB
This method is used to chek whether writing large objects to the DB requires a transaction.
objectDataNeedsTrans() - Method in class org.apache.turbine.util.db.adapter.DBPostgres
This method is used to chek whether writing large objects to the DB requires a transaction.
ObjectExpiredException - exception org.apache.turbine.services.cache.ObjectExpiredException.
Exception thrown when an item either does not exist or has expired from the GlobalCache.
ObjectExpiredException() - Constructor for class org.apache.turbine.services.cache.ObjectExpiredException
 
objectFactories - Variable in class org.apache.turbine.services.factory.TurbineFactoryService
Customized object factories.
ObjectInputStreamForContext - class org.apache.turbine.util.pool.ObjectInputStreamForContext.
A deserialization stream for a specific class loader context.
ObjectInputStreamForContext(InputStream, ClassLoader) - Constructor for class org.apache.turbine.util.pool.ObjectInputStreamForContext
Contructs a new object stream for a context.
ObjectKey - class org.apache.turbine.om.ObjectKey.
This class can be used to uniquely identify an object within an application.
ObjectKey() - Constructor for class org.apache.turbine.om.ObjectKey
Initializes the internal key value to null.
ObjectUtils - class org.apache.turbine.util.ObjectUtils.
This is where common Object manipulation routines should go.
ObjectUtils() - Constructor for class org.apache.turbine.util.ObjectUtils
 
offer(Group) - Method in class org.apache.turbine.services.intake.TurbineIntakeService.PoolBuffer
Offers an instance to the pool.
offer(Object) - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
Offers an instance to the pool.
offer(Object) - Method in class org.apache.turbine.util.pool.BoundedBuffer
Puts an item in the buffer only if there is capacity available.
offset - Variable in class org.apache.turbine.util.db.Criteria
To start the results at a row other than the first one.
oid - Variable in class org.apache.turbine.services.intake.model.Group
The object id used to associate this group to a bean for one request cycle
OID - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
omFactory - Variable in class org.apache.turbine.om.OMTool
The Factory responsible for retrieving the objects from storage
omMap - Variable in class org.apache.turbine.om.OMTool
 
omName - Variable in class org.apache.turbine.om.OMTool.PullHelper
 
omTool - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
Keep a OMTool to be able to retrieve objects
OMTool - class org.apache.turbine.om.OMTool.
A Pull tool to make om objects available to a template
OMTool.PullHelper - class org.apache.turbine.om.OMTool.PullHelper.
Inner class to present a nice interface to the template designer
OMTool.PullHelper(OMTool, String) - Constructor for class org.apache.turbine.om.OMTool.PullHelper
 
OMTool() - Constructor for class org.apache.turbine.om.OMTool
 
onChange - Variable in class org.apache.turbine.util.DateSelector
 
onChange - Variable in class org.apache.turbine.util.TimeSelector
 
onChangeSet - Variable in class org.apache.turbine.util.DateSelector
 
onChangeSet - Variable in class org.apache.turbine.util.TimeSelector
 
ONE - Static variable in class org.apache.turbine.util.db.IDBroker
The value of ONE!
ONE_GB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.turbine.util.FileUtils
The number of bytes in a megabyte.
onError - Variable in class org.apache.turbine.services.intake.model.Field
 
onError - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
OPERA - Static variable in class org.apache.turbine.util.BrowserDetector
 
or - Variable in class org.apache.turbine.util.db.Criteria.Criterion
Another Criterion connected to this one by an OR clause.
OR - Static variable in class org.apache.turbine.util.db.Query
 
OR - Static variable in class org.apache.turbine.util.db.Criteria.Criterion
 
or(Criteria.Criterion) - Method in class org.apache.turbine.util.db.Criteria
This method adds a prepared Criterion object to the Criteria.
or(Criteria.Criterion) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Append a Criterion onto this Criterion's OR field.
or(String, boolean) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
or(String, boolean, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a boolean to Criteria.
or(String, double) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a double to Criteria.
or(String, double, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a double to Criteria Equal to
or(String, float) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria.
or(String, float, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a float to Criteria Equal to
or(String, int) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add an int to Criteria.
or(String, int, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add an int to Criteria.
or(String, long) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a long to Criteria.
or(String, long, String) - Method in class org.apache.turbine.util.db.Criteria
Convenience method to add a long to Criteria Equal to
or(String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
or(String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
or(String, String, Object) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
or(String, String, Object, String) - Method in class org.apache.turbine.util.db.Criteria
This method adds a new criterion to the list of criterias.
orDate(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
orDate(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
ORDER_BY - Static variable in class org.apache.turbine.util.db.Query
 
ORDER_BY - Static variable in class org.apache.turbine.om.peer.BasePeer
Constant criteria key to reference ORDER BY columns.
orderByColumns - Variable in class org.apache.turbine.util.db.Query
 
orderByColumns - Variable in class org.apache.turbine.util.db.Criteria
 
OReillyUploadService - class org.apache.turbine.services.upload.OReillyUploadService.
Deprecated. use TurbineUploadService
OReillyUploadService() - Constructor for class org.apache.turbine.services.upload.OReillyUploadService
Deprecated.  
org.apache.java.lang - package org.apache.java.lang
 
org.apache.java.security - package org.apache.java.security
 
org.apache.jserv - package org.apache.jserv
 
org.apache.turbine - package org.apache.turbine
 
org.apache.turbine.modules - package org.apache.turbine.modules
 
org.apache.turbine.modules.actions - package org.apache.turbine.modules.actions
 
org.apache.turbine.modules.actions.sessionvalidator - package org.apache.turbine.modules.actions.sessionvalidator
 
org.apache.turbine.modules.layouts - package org.apache.turbine.modules.layouts
 
org.apache.turbine.modules.navigations - package org.apache.turbine.modules.navigations
 
org.apache.turbine.modules.pages - package org.apache.turbine.modules.pages
 
org.apache.turbine.modules.screens - package org.apache.turbine.modules.screens
 
org.apache.turbine.modules.screens.error - package org.apache.turbine.modules.screens.error
 
org.apache.turbine.om - package org.apache.turbine.om
 
org.apache.turbine.om.peer - package org.apache.turbine.om.peer
 
org.apache.turbine.om.security - package org.apache.turbine.om.security
 
org.apache.turbine.om.security.peer - package org.apache.turbine.om.security.peer
 
org.apache.turbine.services - package org.apache.turbine.services
Contains the Service framework for Turbine.
org.apache.turbine.services.assemblerbroker - package org.apache.turbine.services.assemblerbroker
 
org.apache.turbine.services.assemblerbroker.util - package org.apache.turbine.services.assemblerbroker.util
 
org.apache.turbine.services.assemblerbroker.util.java - package org.apache.turbine.services.assemblerbroker.util.java
 
org.apache.turbine.services.cache - package org.apache.turbine.services.cache
 
org.apache.turbine.services.db - package org.apache.turbine.services.db
 
org.apache.turbine.services.factory - package org.apache.turbine.services.factory
 
org.apache.turbine.services.intake - package org.apache.turbine.services.intake
 
org.apache.turbine.services.intake.model - package org.apache.turbine.services.intake.model
 
org.apache.turbine.services.intake.transform - package org.apache.turbine.services.intake.transform
 
org.apache.turbine.services.intake.validator - package org.apache.turbine.services.intake.validator
 
org.apache.turbine.services.intake.xmlmodel - package org.apache.turbine.services.intake.xmlmodel
 
org.apache.turbine.services.jsp - package org.apache.turbine.services.jsp
 
org.apache.turbine.services.jsp.tags - package org.apache.turbine.services.jsp.tags
 
org.apache.turbine.services.jsp.util - package org.apache.turbine.services.jsp.util
 
org.apache.turbine.services.localization - package org.apache.turbine.services.localization
 
org.apache.turbine.services.logging - package org.apache.turbine.services.logging
 
org.apache.turbine.services.logging.jdbc - package org.apache.turbine.services.logging.jdbc
 
org.apache.turbine.services.mimetype - package org.apache.turbine.services.mimetype
 
org.apache.turbine.services.mimetype.util - package org.apache.turbine.services.mimetype.util
 
org.apache.turbine.services.naming - package org.apache.turbine.services.naming
 
org.apache.turbine.services.pool - package org.apache.turbine.services.pool
 
org.apache.turbine.services.pull - package org.apache.turbine.services.pull
 
org.apache.turbine.services.pull.util - package org.apache.turbine.services.pull.util
 
org.apache.turbine.services.resources - package org.apache.turbine.services.resources
 
org.apache.turbine.services.rundata - package org.apache.turbine.services.rundata
 
org.apache.turbine.services.schedule - package org.apache.turbine.services.schedule
 
org.apache.turbine.services.security - package org.apache.turbine.services.security
 
org.apache.turbine.services.security.db - package org.apache.turbine.services.security.db
 
org.apache.turbine.services.security.ldap - package org.apache.turbine.services.security.ldap
 
org.apache.turbine.services.security.ldap.util - package org.apache.turbine.services.security.ldap.util
 
org.apache.turbine.services.security.passive - package org.apache.turbine.services.security.passive
 
org.apache.turbine.services.servlet - package org.apache.turbine.services.servlet
 
org.apache.turbine.services.template - package org.apache.turbine.services.template
 
org.apache.turbine.services.uniqueid - package org.apache.turbine.services.uniqueid
 
org.apache.turbine.services.upload - package org.apache.turbine.services.upload
 
org.apache.turbine.services.velocity - package org.apache.turbine.services.velocity
 
org.apache.turbine.services.webmacro - package org.apache.turbine.services.webmacro
 
org.apache.turbine.services.xmlrpc - package org.apache.turbine.services.xmlrpc
 
org.apache.turbine.services.xmlrpc.util - package org.apache.turbine.services.xmlrpc.util
 
org.apache.turbine.services.xslt - package org.apache.turbine.services.xslt
 
org.apache.turbine.torque - package org.apache.turbine.torque
 
org.apache.turbine.torque.engine.database.model - package org.apache.turbine.torque.engine.database.model
 
org.apache.turbine.torque.engine.database.transform - package org.apache.turbine.torque.engine.database.transform
 
org.apache.turbine.torque.engine.sql - package org.apache.turbine.torque.engine.sql
 
org.apache.turbine.util - package org.apache.turbine.util
 
org.apache.turbine.util.db - package org.apache.turbine.util.db
 
org.apache.turbine.util.db.adapter - package org.apache.turbine.util.db.adapter
 
org.apache.turbine.util.db.map - package org.apache.turbine.util.db.map
 
org.apache.turbine.util.db.pool - package org.apache.turbine.util.db.pool
 
org.apache.turbine.util.mail - package org.apache.turbine.util.mail
 
org.apache.turbine.util.migrator - package org.apache.turbine.util.migrator
 
org.apache.turbine.util.parser - package org.apache.turbine.util.parser
 
org.apache.turbine.util.pool - package org.apache.turbine.util.pool
 
org.apache.turbine.util.security - package org.apache.turbine.util.security
 
org.apache.turbine.util.template - package org.apache.turbine.util.template
 
org.apache.turbine.util.upload - package org.apache.turbine.util.upload
 
org.apache.turbine.util.validation - package org.apache.turbine.util.validation
 
org.apache.turbine.util.velocity - package org.apache.turbine.util.velocity
 
org.apache.turbine.util.webmacro - package org.apache.turbine.util.webmacro
 
originalSourceFile - Variable in class org.apache.turbine.util.migrator.Migrator
Source file currently being migrated.
orIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an int array.
orIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as an Object array.
orIn(String, Vector) - Method in class org.apache.turbine.util.db.Criteria
Adds an 'IN' clause with the criteria supplied as a Vector.
orNotIn(String, int[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an int array.
orNotIn(String, Object[]) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as an Object array.
orNotIn(String, Vector) - Method in class org.apache.turbine.util.db.Criteria
Adds a 'NOT IN' clause with the criteria supplied as a Vector.
out - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Cache the output stream because it can be used in many different places.
output() - Method in class org.apache.turbine.util.DateSelector
Used to build the popupmenu in HTML.
output() - Method in class org.apache.turbine.util.TimeSelector
Used to build the popupmenu in HTML.
outputFile - Variable in class org.apache.turbine.torque.TorqueSQLTransformTask
 
outSet - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Determines if there is information in the outputstream or not.

P

packages - Static variable in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
A vector of packages
padding - Static variable in class org.apache.java.security.MD5
MD5 Functions
page - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
This creates an ECS Document.
Page - class org.apache.turbine.modules.Page.
This is an interface that defines what a Page module is.
PAGE_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions page if module caching is on.
PAGE_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
PAGE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default page.
PAGE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
The keys of template objects provided by the service.
PAGE_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Page() - Constructor for class org.apache.turbine.modules.Page
 
PageLoader - class org.apache.turbine.modules.PageLoader.
The purpose of this class is to allow one to load and execute Page modules.
PageLoader() - Constructor for class org.apache.turbine.modules.PageLoader
These ctor's are private to force clients to use getInstance() to access this class.
PageLoader(int) - Constructor for class org.apache.turbine.modules.PageLoader
These ctor's are private to force clients to use getInstance() to access this class.
pageSet - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Determines if there is information in the document or not.
PARAMETER_NAME_CONTENT_TYPE - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_ENCODING - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILENAME - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILENAME_SAVED - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_NAME_FILESIZE - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PARAMETER_PARSER - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The property for the implemention of ParameterParser.
parameterNames - Variable in class org.apache.turbine.services.mimetype.util.MimeType
Parameter names.
ParameterParser - interface org.apache.turbine.util.ParameterParser.
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
parameters - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
A reference to the GET/POST data parser.
parameters - Variable in class org.apache.turbine.util.parser.BaseValueParser
Random access storage for parameter data.
parameterValues - Variable in class org.apache.turbine.services.mimetype.util.MimeType
Parameter values.
parent - Variable in class org.apache.turbine.services.intake.xmlmodel.Rule
 
parent - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
parent - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
parent - Variable in class org.apache.turbine.torque.engine.database.model.Inheritance
 
parentTable - Variable in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
 
parentTable - Variable in class org.apache.turbine.torque.engine.database.model.Index
 
parentTable - Variable in class org.apache.turbine.torque.engine.database.model.Unique
 
parentTable - Variable in class org.apache.turbine.torque.engine.database.model.ForeignKey
 
parentTable - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
parse() - Method in class org.apache.turbine.util.BrowserDetector
Helper method to initialize this class.
parse(BufferedReader) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Parses MIME type extensions.
parseAddressField(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an address field.
parseAddressList(String[]) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an address list.
parseCharacterEncoding(String) - Static method in class org.apache.jserv.JServUtils
Parse a content-type header for the character encoding.
parseCookieHeader(String) - Static method in class org.apache.jserv.JServUtils
Parse a cookie header into an array of cookies as per RFC2109 - HTTP Cookies.
ParseException - exception org.apache.turbine.torque.engine.sql.ParseException.
An Exception for parsing SQLToAppData.
ParseException(String) - Constructor for class org.apache.turbine.torque.engine.sql.ParseException
 
ParseExceptionMessage - class org.apache.turbine.services.security.ldap.util.ParseExceptionMessage.
A utility class used to parse the erno out of the message string
ParseExceptionMessage() - Constructor for class org.apache.turbine.services.security.ldap.util.ParseExceptionMessage
 
parseFile(String) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Parse and xml input file and returns a newly created and populated AppData structure
parseFile(String) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
 
parseFile(String) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToAppData
Parse and xml input file and returns a newly created and populated AppData structure
parseFile(String, boolean) - Method in class org.apache.turbine.services.intake.transform.XmlToAppData
Parse and xml input file and returns a newly created and populated AppData structure
parseHeader(String, Hashtable) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header.
parseHeaderField(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header field.
parseHeaderList(String[]) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse a header list.
parseHeaders(String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Parses the header-part and returns as key/value pairs.
parseInternetAddress(String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an Internet address.
parseInternetAddress(String, String) - Static method in class org.apache.turbine.util.mail.MailMessage
Parse an Internet address.
parseMimeTypeExtension(String, Map, Map) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Parses a MIME type extension.
parseObjectKey(String) - Static method in class org.apache.turbine.util.StringUtils
Takes a String of the form substring[substring]subtring and returns the 3 substrings
parseRequest(HttpServletRequest, ParameterParser) - Static method in class org.apache.turbine.services.upload.TurbineUpload
Performs parsing the request and storing files and form fields.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.BaseUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.TurbineUploadService
Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.FileHandlerUploadService
Deprecated. Processes an RFC 1867 compliant multipart/form-data stream.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class org.apache.turbine.services.upload.OReillyUploadService
Deprecated. Initiate the multipartParse in the uploader.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in interface org.apache.turbine.services.upload.UploadService
This method performs parsing the request, and storing the acquired information in apropriate places.
parseRequest(HttpServletRequest, ParameterParser, String) - Static method in class org.apache.turbine.services.upload.TurbineUpload
Performs parsing the request and storing files and form fields.
parseTemplatePath(String, StringBuffer) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Parse the template name collected from URL parameters or template context to a path name.
PassiveUserManager - class org.apache.turbine.services.security.passive.PassiveUserManager.
Void user manager can be used where no data storage is needed by the application.
PassiveUserManager() - Constructor for class org.apache.turbine.services.security.passive.PassiveUserManager
 
password - Variable in class org.apache.turbine.util.db.adapter.DBHypersonicSQL
 
password - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
The password for this pool.
PASSWORD - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the password field.
PASSWORD - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The key name for the password field.
PasswordMismatchException - exception org.apache.turbine.util.security.PasswordMismatchException.
Thrown to indicate that the password supplied by user was incorrect.
PasswordMismatchException(String) - Constructor for class org.apache.turbine.util.security.PasswordMismatchException
Construct an PasswordMismatchException with specified detail message.
path - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Path to style sheets used for tranforming well-formed XML documents.
path - Variable in class org.apache.turbine.util.mail.EmailAttachment
The full path to this attachment (ie c:/path/to/file.jpg).
PATH_INFO - Static variable in class org.apache.turbine.util.DynamicURI
P = 0 for path info.
PATH_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - file path
pathInfo - Variable in class org.apache.turbine.util.DynamicURI
A Vector that contains all the path info if any.
paths - Variable in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Stored paths that are searched by this provider.
pathSeparator - Variable in class org.apache.turbine.util.migrator.Migrator
Path separator property
pattern - Variable in class org.apache.turbine.services.logging.BaseRunDataFilter
parsed format
peek() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Peeks, but does not remove the top item from the buffer.
perform(RunData) - Method in class org.apache.turbine.modules.Action
Subclasses can override this method to add additional functionality.
perform(RunData) - Method in class org.apache.turbine.modules.ActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
perform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteAction
Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!
perform(RunData) - Method in class org.apache.turbine.modules.actions.WebMacroSiteSecureAction
This method overrides the method in WebMacroSiteAction to perform a security check first.
perform(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!
perform(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
This method overrides the method in WebMacroSiteAction to perform a security check first.
perform(RunData) - Method in class org.apache.turbine.util.webmacro.WebMacroActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
perform(RunData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
perl - Variable in class org.apache.turbine.util.migrator.Migrator
Regular expression tool
Permission - interface org.apache.turbine.om.security.Permission.
This class represents the permissions that a Role has to access certain pages/functions within the system.
PERMISSION_ID - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The column name for the permission id field.
PERMISSION_ID - Static variable in class org.apache.turbine.om.security.peer.RolePermissionPeer
The column name for the permission id field.
PermissionPeer - class org.apache.turbine.om.security.peer.PermissionPeer.
This class handles all the database access for the PERMISSION table.
PermissionPeer() - Constructor for class org.apache.turbine.om.security.peer.PermissionPeer
 
permissionSet - Variable in class org.apache.turbine.om.security.TurbineRole
The permissions for this role.
PermissionSet - class org.apache.turbine.util.security.PermissionSet.
This class represents a set of Permissions.
PermissionSet() - Constructor for class org.apache.turbine.util.security.PermissionSet
Constructs an empty PermissionSet
PermissionSet(Collection) - Constructor for class org.apache.turbine.util.security.PermissionSet
Constructs a new PermissionSet with specifed contents.
permissionSets - Variable in class org.apache.turbine.util.security.AccessControlList
The sets of permissions that the user has in different groups
permStorage - Variable in class org.apache.turbine.services.security.ldap.LDAPUser
This is data that will survive a servlet engine restart.
permStorage - Variable in class org.apache.turbine.om.security.TurbineUser
This is data that will survive a servlet engine restart.
Persistent - interface org.apache.turbine.om.Persistent.
This interface defines methods related to saving an object
PERSISTENT_TOOL - Static variable in class org.apache.turbine.services.pull.TurbinePullService
 
persistentTools - Variable in class org.apache.turbine.services.pull.TurbinePullService
 
pk - Variable in class org.apache.turbine.util.db.map.ColumnMap
Is it a primary key?
pkg - Variable in class org.apache.turbine.torque.engine.database.model.Database
 
pkInfo - Variable in class org.apache.turbine.util.db.map.TableMap
Object to store information that is needed if the for generating primary keys.
poll() - Method in class org.apache.turbine.services.intake.TurbineIntakeService.PoolBuffer
Polls for an instance from the pool.
poll() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Polls and removes the top item from the buffer if one is available.
poll(Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
Polls for an instance from the pool.
pollInstance(String) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Polls and recycles an object of the named group from the pool.
pollInstance(String, Object[], String[]) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Polls and recycles an object of the named class from the pool.
pool - Variable in class org.apache.turbine.services.intake.TurbineIntakeService.PoolBuffer
A buffer for class instances.
pool - Variable in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
A buffer for class instances.
pool - Variable in class org.apache.turbine.util.db.pool.ConnectionPool
Pool containing database connections.
pool - Variable in class org.apache.turbine.util.db.pool.DBConnection
The ConnectionPool that this DBConnection came from.
POOL_CAPACITY - Static variable in class org.apache.turbine.services.pool.TurbinePoolService
The property specifying the pool capacity.
PoolBrokerService - interface org.apache.turbine.services.db.PoolBrokerService.
This service provides database connection pooling to Turbine applications.
poolCapacity - Variable in class org.apache.turbine.services.intake.model.Group
The number of Groups with the same name that will be pooled.
poolCapacity - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
 
poolCapacity - Variable in class org.apache.turbine.services.pool.TurbinePoolService
The default capacity of pools.
pooledConnection - Variable in class org.apache.turbine.util.db.pool.DBConnection
The JDBC PooledConnection (if supported by the JDBC driver).
poolRepository - Variable in class org.apache.turbine.services.intake.TurbineIntakeService
The pool repository, one pool for each class.
poolRepository - Variable in class org.apache.turbine.services.pool.TurbinePoolService
The pool repository, one pool for each class.
pools - Variable in class org.apache.turbine.services.db.TurbinePoolBrokerService
The various connection pools this broker contains.
PoolService - interface org.apache.turbine.services.pool.PoolService.
The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
popConnection() - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Helper function that attempts to pop a connection off the pool's stack, handling the case where the popped connection has become invalid by creating a new connection.
populate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
populate() - Method in interface org.apache.turbine.util.RunData
Pulls a user object from the session and increments the access counter and sets the last access date for the object.
populateContext(Context, RunData) - Static method in class org.apache.turbine.services.pull.TurbinePull
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, RunData) - Method in interface org.apache.turbine.services.pull.PullService
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, RunData) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateDefaults() - Static method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
populateObject(Record, int, User) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
 
populateWithGlobalTools(Context) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with the global tools
populateWithRequestTools(Context, RunData) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with the request-scope tools
populateWithSessionTools(List, Context, RunData, boolean) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with the session-scope tools
port - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The port to listen on.
PORT_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination parameter - remote port
position - Variable in class org.apache.turbine.util.db.LargeSelect
 
position - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
pp - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
PP_URL_CASE_FOLDING - Static variable in interface org.apache.turbine.TurbineConstants
Should the PP fold the case of everything.
PPKEY_CLASSNAME - Static variable in class org.apache.turbine.util.StringUtils
 
PPKEY_ID - Static variable in class org.apache.turbine.util.StringUtils
 
PPKEY_PROPERTY - Static variable in class org.apache.turbine.util.StringUtils
 
prefix - Variable in class org.apache.turbine.util.db.map.TableMap
The prefix on the table name.
prepareStatement(String) - Method in class org.apache.turbine.util.db.pool.DBConnection
Create a prepared Java SQL statement for this connection.
prepareText(String) - Static method in class org.apache.turbine.modules.Screen
This function can/should be used in any screen that will output User entered text.
prepareText(String) - Static method in class org.apache.turbine.modules.Navigation
This function can/should be used in any screen that will output User entered text.
prepareTextMinimum(String) - Static method in class org.apache.turbine.modules.Screen
This function can/should be used in any screen that will output User entered text.
primaryKey - Variable in class org.apache.turbine.om.BaseObject
The unique id for the object which can be used for persistence.
primaryKeyMethod - Variable in class org.apache.turbine.util.db.map.TableMap
The primary key generation method.
primaryKeys - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
Hashtable of columns that have primary keys.
primitiveClasses - Static variable in class org.apache.turbine.services.factory.TurbineFactoryService
Primitive classes for reflection of constructors.
print(boolean) - Method in class org.apache.turbine.services.logging.LogWriter
Print a boolean.
print(char) - Method in class org.apache.turbine.services.logging.LogWriter
Print a character.
print(char[]) - Method in class org.apache.turbine.services.logging.LogWriter
Print an array of characters.
print(double) - Method in class org.apache.turbine.services.logging.LogWriter
Print a double-precision floating-point number.
print(float) - Method in class org.apache.turbine.services.logging.LogWriter
Print a floating-point number.
print(int) - Method in class org.apache.turbine.services.logging.LogWriter
Print an integer.
print(long) - Method in class org.apache.turbine.services.logging.LogWriter
Print a long integer.
print(Object) - Method in class org.apache.turbine.services.logging.LogWriter
Print an object.
print(String) - Method in class org.apache.turbine.services.logging.LogWriter
Print a string.
printList(List) - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns the elements of the list, separated by commas.
println() - Method in class org.apache.turbine.services.logging.LogWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.turbine.services.logging.LogWriter
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.turbine.services.logging.LogWriter
Print a character and then terminate the line.
println(char[]) - Method in class org.apache.turbine.services.logging.LogWriter
Print an array of characters and then terminate the line.
println(double) - Method in class org.apache.turbine.services.logging.LogWriter
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class org.apache.turbine.services.logging.LogWriter
Print a floating-point number and then terminate the line.
println(int) - Method in class org.apache.turbine.services.logging.LogWriter
Print an integer and then terminate the line.
println(long) - Method in class org.apache.turbine.services.logging.LogWriter
Print a long integer and then terminate the line.
println(Object) - Method in class org.apache.turbine.services.logging.LogWriter
Print an Object and then terminate the line.
println(String) - Method in class org.apache.turbine.services.logging.LogWriter
Print a String and then terminate the line.
printPrimaryKey() - Method in class org.apache.turbine.torque.engine.database.model.Table
Returns all parts of the primary key, separated by commas.
printPrimaryKeys() - Method in class org.apache.turbine.torque.engine.database.model.Table
Deprecated. Use printPrimaryKey() instead.
printSize() - Method in class org.apache.turbine.torque.engine.database.model.Column
Return the size in brackets for use in an sql schema if the type is String.
printStackTrace() - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception the the standar error stream.
printStackTrace() - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception the the standar error stream.
printStackTrace(PrintStream) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintStream) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintWriter) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception to the specified print writer.
printStackTrace(PrintWriter, int) - Method in class org.apache.turbine.util.TurbineException
Prints the stack trace of this exception skiping a specified number of stack frames.
printStackTrace(PrintWriter, int) - Method in class org.apache.turbine.util.TurbineRuntimeException
Prints the stack trace of this exception skiping a specified number of stack frames.
processInValue(Object, boolean, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Creates an appropriate string for an 'IN' clause from an object.
properties - Variable in class org.apache.turbine.services.BaseService
The properties of this service.
properties - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
PROPERTIES_PATH_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default value of TurbineResources.properties file path (/WEB-INF/conf/TurbineResources.properties).
PROPERTIES_PATH_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for the path to TurbineResources.properties file used by TurbineResourceService (properties).
PropertiesLoggingConfig - class org.apache.turbine.services.logging.PropertiesLoggingConfig.
Small helper class that encapsulates the logging configuration information.
PropertiesLoggingConfig() - Constructor for class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
PROPERTY - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
propertyName - Variable in class org.apache.turbine.services.intake.model.Field
 
props - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
props - Variable in class org.apache.turbine.torque.TorqueJDBCTransformTask
Torque properties.
pullMap - Variable in class org.apache.turbine.services.intake.IntakeTool
The cache of PullHelpers.
pullMap - Static variable in class org.apache.turbine.om.OMTool
The cache of PullHelpers.
pullModelActive - Variable in class org.apache.turbine.services.velocity.TurbineVelocityService
Is the pullModelActive.
PullService - interface org.apache.turbine.services.pull.PullService.
The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.
put(Object, Object) - Method in class org.apache.turbine.util.SequencedHashtable
Stores the provided key/value pair.
put(Object, Object) - Method in class org.apache.turbine.util.BufferCache
Stores the provided key/value pair, freshening its list index if the specified key already exists.
put(Object, Object) - Method in class org.apache.turbine.util.db.Criteria
Overrides Hashtable put, so that this object is returned instead of the value previously in the Criteria object.
putAll(Map) - Method in class org.apache.turbine.util.SequencedHashtable
Stores the provided key/value pairs.
putAll(Map) - Method in class org.apache.turbine.util.db.Criteria
Copies all of the mappings from the specified Map to this Criteria These mappings will replace any mappings that this Criteria had for any of the keys currently in the specified Map.
putInstance(Object) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Puts a used object back to the pool.
putInstance(Object) - Static method in class org.apache.turbine.services.pool.TurbinePool
Puts a used object back to the pool.
putInstance(Object) - Method in interface org.apache.turbine.services.pool.PoolService
Puts a used object back to the pool.
putPtr_ - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
putRunData(RunData) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Puts the used RunData object back to the factory for recycling.
putRunData(RunData) - Method in interface org.apache.turbine.services.rundata.RunDataService
Puts the used RunData object back to the factory for recycling.
putRunData(RunData) - Static method in class org.apache.turbine.util.RunDataFactory
Returns the used RunData object back to the factory for recycling.

Q

qds - Variable in class org.apache.turbine.util.db.LargeSelect
 
QUANTITY - Static variable in class org.apache.turbine.util.db.IDBroker
Fully qualified Quantity column name
quantityStore - Variable in class org.apache.turbine.util.db.IDBroker
The quantity of ids to grab for each table.
query - Variable in class org.apache.turbine.util.db.LargeSelect
 
Query - class org.apache.turbine.util.db.Query.
Used to assemble an SQL SELECT query.
QUERY_DATA - Static variable in class org.apache.turbine.util.DynamicURI
Q = 1 for query data.
Query() - Constructor for class org.apache.turbine.util.db.Query
 
queryData - Variable in class org.apache.turbine.util.DynamicURI
A Vectory that contains all the query data if any.
queue - Variable in class org.apache.turbine.services.schedule.JobQueue
The queue of JobEntry objects.
QuickSort - class org.apache.turbine.util.QuickSort.
QuickSort - adapted from Doug Lea's Public Domain collection library.
QuickSort() - Constructor for class org.apache.turbine.util.QuickSort
 
quickSort(Object[], int, int, Comparable) - Static method in class org.apache.turbine.util.QuickSort
Sort array of Objects using the QuickSort algorithm.
quoteAndEscapeText(String) - Static method in class org.apache.turbine.util.db.SqlExpression
Deprecated. Use quoteAndEscapeText(String rawText, DB db) instead. the quoteAndEscapeText rules depend on the database.
quoteAndEscapeText(String, DB) - Static method in class org.apache.turbine.util.db.SqlExpression
Quotes and escapes raw text for placement in a SQL expression.

R

randomSource - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
RawScreen - class org.apache.turbine.modules.screens.RawScreen.
Base class for writing Screens that output binary data.
RawScreen() - Constructor for class org.apache.turbine.modules.screens.RawScreen
 
readBodyData(OutputStream) - Method in class org.apache.turbine.util.upload.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.turbine.util.upload.MultipartStream
Skips a boundary token, and checks wether more encapsulations are contained in the stream.
readbuffer - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
readbuffersize - Static variable in class org.apache.turbine.util.upload.FileHandler
Deprecated. Buffer for reading/writing data and buffer for storing all data.
readByte() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads a byte from the buffer, and refills it as neccessary.
readChar() - Method in class org.apache.turbine.torque.engine.sql.SQLScanner
Reads the next character and increments the line and column counters.
readColumnNames() - Method in class org.apache.turbine.util.DataStreamParser
Read the list of column names from the input reader using the tokenizer.
readerCount - Variable in class org.apache.turbine.services.security.BaseSecurityService
The number of threads concurrently reading security information
readFileContents(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Return the content of file encoded for transfer
readHeaders() - Method in class org.apache.turbine.util.upload.MultipartStream
Reads header-part of the current encapsulation
readObject(ObjectInputStream) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
readToStoreBuffer(InputStream) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Reads the data from the given inputstream to StoreBuffer.
ready - Variable in class org.apache.turbine.services.logging.jdbc.JDBCAppender
 
REAL - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
REAL_NATIVE_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
REAL_OBJECT_TYPE - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
REAL_PP_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
REAL_VILLAGE_METHOD - Static variable in class org.apache.turbine.torque.engine.database.model.TypeMap
 
RECEIVER_EMAIL - Static variable in class org.apache.turbine.util.mail.Email
 
RECEIVER_NAME - Static variable in class org.apache.turbine.util.mail.Email
 
Recyclable - interface org.apache.turbine.util.pool.Recyclable.
An interface for objects that can be pooled and recycled several times by different clients.
Recyclable() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Constructs a new recyclable support and calls the default recycle method.
RecyclableSupport - class org.apache.turbine.util.pool.RecyclableSupport.
A support class for recyclable objects implementing default methods.
RecyclableSupport() - Constructor for class org.apache.turbine.util.pool.RecyclableSupport
 
recycle - Variable in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer.Recycler
The method.
recycle() - Method in class org.apache.turbine.services.intake.IntakeTool
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.services.intake.model.Group
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Recycles a run data object.
recycle() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Recycles the object by removing its disposed flag.
recycle() - Method in interface org.apache.turbine.util.pool.Recyclable
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.util.parser.BaseValueParser
Recycles the parser.
recycle() - Method in class org.apache.turbine.om.OMTool
Recycles the object for a new client.
recycle(Object[]) - Method in interface org.apache.turbine.util.pool.ArrayCtorRecyclable
Recycles the object for a new client.
recycle(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Recycles the parser with a character encoding.
recyclers - Variable in class org.apache.turbine.services.intake.TurbineIntakeService.PoolBuffer
A cache for recycling methods.
recyclers - Variable in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
A cache for recycling methods.
redirect - Variable in class org.apache.turbine.util.DynamicURI
Whether we want to redirect or not.
REDIRECTED_PATHINFO_NAME - Static variable in class org.apache.turbine.Turbine
Name of path info parameter used to indicate the redirected stage of a given user's initial Turbine request
redirectURI - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
If this is set, also set the status code to 302.
referrers - Variable in class org.apache.turbine.torque.engine.database.model.Table
 
referrers - Variable in class org.apache.turbine.torque.engine.database.model.Column
 
refresh() - Method in interface org.apache.turbine.services.cache.Refreshable
Refreshes the object.
refresh() - Method in class org.apache.turbine.services.cache.RefreshableCachedObject
Refresh the object and the created time.
refresh() - Method in interface org.apache.turbine.services.pull.ApplicationTool
Refresh the application tool.
refresh() - Method in class org.apache.turbine.services.pull.util.UIManager
This lets the tool know that it should be refreshed.
refresh() - Method in class org.apache.turbine.services.intake.IntakeTool
Implementation of ApplicationTool interface is not needed for this tool as it is request scoped
refresh() - Method in class org.apache.turbine.util.ContentURI
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.TemplateLink
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.om.OMTool
Implementation of ApplicationTool interface is not needed for this method as the tool is request scoped
Refreshable - interface org.apache.turbine.services.cache.Refreshable.
This is the interface for objects you want to refresh themselves from the cache.
RefreshableCachedObject - class org.apache.turbine.services.cache.RefreshableCachedObject.
The idea of the RefreshableCachedObject is that, rather than removing items from the cache when they become stale, we'll tell them to refresh themselves instead.
RefreshableCachedObject(Refreshable) - Constructor for class org.apache.turbine.services.cache.RefreshableCachedObject
Constructor; sets the object to expire in the default time (30 minutes).
RefreshableCachedObject(Refreshable, long) - Constructor for class org.apache.turbine.services.cache.RefreshableCachedObject
Constructor.
refreshGlobalTools() - Static method in class org.apache.turbine.services.pull.TurbinePull
Refresh the global tools.
refreshGlobalTools() - Method in interface org.apache.turbine.services.pull.PullService
Refresh the global tools .
refreshGlobalTools() - Method in class org.apache.turbine.services.pull.TurbinePullService
Refresh the global tools.
refreshToolsPerRequest - Static variable in class org.apache.turbine.services.pull.TurbinePullService
Should we refresh the application tools on a per request basis.
refreshToolsPerRequest - Variable in class org.apache.turbine.services.velocity.TurbineVelocityService
Should we refresh the tools on a per request basis.
refreshToolsPerRequest() - Static method in class org.apache.turbine.services.pull.TurbinePull
Shoud we refresh the tools on each request.
refreshToolsPerRequest() - Method in interface org.apache.turbine.services.pull.PullService
Shoud we refresh the tools on each request.
refreshToolsPerRequest() - Method in class org.apache.turbine.services.pull.TurbinePullService
Should we refresh the ToolBox on a per request basis.
registerConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
registerConfiguration(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
Initializes file extension associations and registers with the template service.
registerDriver(String, Class) - Static method in class org.apache.turbine.util.db.adapter.DBFactory
Try to register the class of a database driver at the factory.
registerFactories(String) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Utiltiy method to register all factories for a given type.
registerFactory(String, AssemblerFactory) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Register an AssemblerFactory class for a given type
registerFactory(String, AssemblerFactory) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Register a new AssemblerFactory under a certain type
registerHandler(Object) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Register an object as a the default handler for the XmlRpc Server part.
registerHandler(Object) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Register an Object as a default handler for the service.
registerHandler(Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a the default handler for the XmlRpc Server part.
registerHandler(String, Object) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Register an object as a handler for the XmlRpc Server part.
registerHandler(String, Object) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Register an Object as a handler for the service.
registerHandler(String, Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a handler for the XmlRpc Server part.
registerHandler(String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
A helper method that tries to initialize a handler and register it.
registerPool(String, String, String, String, String) - Method in interface org.apache.turbine.services.db.PoolBrokerService
This method registers a new pool using the given parameters.
registerPool(String, String, String, String, String) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This method registers a new pool using the given parameters.
registerPool(String, String, String, String, String) - Static method in class org.apache.turbine.services.db.TurbineDB
This method registers a new pool using the given parameters.
registerPool(String, String, String, String, String, int, long) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
This thread-safe method registers a new pool using the given parameters.
registerTemplateEngineService(TemplateEngineService) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Registers the provided template engine for use by the TemplateService.
registerTemplateEngineService(TemplateEngineService) - Static method in class org.apache.turbine.services.template.TurbineTemplate
 
registerTemplateEngineService(TemplateEngineService) - Method in interface org.apache.turbine.services.template.TemplateService
Registers the provided template engine for use by the TemplateService.
relatedColumnName - Variable in class org.apache.turbine.util.db.map.ColumnMap
Name of the column that this column is related to.
relatedTableName - Variable in class org.apache.turbine.util.db.map.ColumnMap
Name of the table that this column is related to.
RelativeDynamicURI - class org.apache.turbine.util.RelativeDynamicURI.
This creates a Dynamic URI for use within the Turbine system
RelativeDynamicURI(RunData) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Constructor sets up some variables.
RelativeDynamicURI(ServerData) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
RelativeDynamicURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.RelativeDynamicURI
Main constructor for RelativeDynamicURI.
relativeTemplatePaths - Variable in class org.apache.turbine.services.jsp.TurbineJspService
The relative path[s] prepended to filenames
releaseConnection(DBConnection) - Method in interface org.apache.turbine.services.db.PoolBrokerService
Release a connection back to the database pool.
releaseConnection(DBConnection) - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService
Release a connection back to the database pool.
releaseConnection(DBConnection) - Static method in class org.apache.turbine.services.db.TurbineDB
Release a connection back to the database pool.
releaseConnection(DBConnection) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
This method returns a connection to the pool, and must be called by the requestor when finished with the connection.
releaseGroup(Group) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Puts a Group back to the pool.
releaseGroup(Group) - Method in interface org.apache.turbine.services.intake.IntakeService
Puts a group back to the pool.
releaseGroup(Group) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Puts a group back to the pool.
releaseTools(Context) - Static method in class org.apache.turbine.services.pull.TurbinePull
Release tool instances from the given context to the object pool
releaseTools(Context) - Method in interface org.apache.turbine.services.pull.PullService
Release tool instances from the given context to the object pool
releaseTools(Context) - Method in class org.apache.turbine.services.pull.TurbinePullService
Release the request-scope tool instances in the given Context back to the pool
releaseTools(Context, PoolService, List) - Method in class org.apache.turbine.services.pull.TurbinePullService
Release the given list of tools from the context back to the pool
reload - Variable in class org.apache.turbine.modules.GenericLoader
 
reload() - Method in class org.apache.turbine.modules.GenericLoader
Returns whether or not this external action is reload itself.
reminder - Variable in class org.apache.java.security.MD5
 
REMOTE_KEY - Static variable in interface org.apache.turbine.services.logging.Logger
Destination type - remote server
remoteAddr - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
 
remoteHost - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
remoteHost - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
 
remotePort - Variable in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
remove() - Method in class org.apache.turbine.util.DataStreamParser
The optional Iterator.remove method is not supported.
remove() - Method in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
Description of the Method
remove() - Method in interface org.apache.turbine.om.security.Group
Removes a group from the system.
remove() - Method in class org.apache.turbine.om.security.TurbineGroup
Removes a group from the system.
remove() - Method in class org.apache.turbine.om.security.TurbinePermission
Removes a permission from the system.
remove() - Method in interface org.apache.turbine.om.security.Permission
Removes a permission from the system.
remove() - Method in interface org.apache.turbine.om.security.Role
Removes a role from the system.
remove() - Method in class org.apache.turbine.om.security.TurbineRole
Removes a role from the system.
remove(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
Removes group.
remove(Group) - Method in class org.apache.turbine.util.security.GroupSet
Removes a Group from this GroupSet.
remove(int) - Method in class org.apache.turbine.util.SequencedHashtable
Removes the element at the specified index.
remove(int, Object) - Method in class org.apache.turbine.util.SequencedHashtable
Removes the element with the specified key or index.
remove(int, String) - Method in class org.apache.turbine.util.DynamicURI
If the type is P (0), then remove name/value from the pathInfo hashtable.
remove(JobEntry) - Method in class org.apache.turbine.services.schedule.JobQueue
Remove a job from the queue.
remove(Object) - Method in class org.apache.turbine.util.SequencedHashtable
Removes the element with the specified key.
remove(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Removes a Permission from this PermissionSet.
remove(Role) - Method in class org.apache.turbine.util.security.RoleSet
Removes a Role from this RoleSet.
remove(String) - Method in interface org.apache.turbine.util.ValueParser
Removes the named parameter from the contained hashtable.
remove(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Removes the named parameter from the contained hashtable.
remove(String) - Method in class org.apache.turbine.util.db.Criteria
Remove an object from the criteria.
remove(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Method to allow a client to remove a file from the server
remove(String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to remove a file from the server
remove(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to remove a file from the server
remove(String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to remove a file from the server
remove(String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to remove a file from the server
removeAccount(User) - Method in interface org.apache.turbine.services.security.UserManager
Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.db.DBUserManager
Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented Removes an user account from the system.
removeAccount(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Removes an user account from the system.
removeAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.apache.turbine.util.db.pool.DBConnection
Remove an event listener.
removeFromRequest() - Method in class org.apache.turbine.services.intake.model.Field
Removes references to this group and its fields from the query parameters
removeFromRequest() - Method in class org.apache.turbine.services.intake.model.Group
Removes references to this group and its fields from the query parameters
removeGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Group from the system.
removeGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Group from the system.
removeGroup(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Group from the system.
removeGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Group from the system.
removeJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Remove a job from the queue.
removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Remove a job from the queue.
removeJob(JobEntry) - Method in class org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService
Remove a job from the queue.
removeObject(String) - Method in interface org.apache.turbine.services.cache.GlobalCacheService
Removes an object from the cache.
removeObject(String) - Static method in class org.apache.turbine.services.cache.TurbineGlobalCache
Removes an object from the cache.
removeObject(String) - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Removes an object from the cache.
removePathInfo() - Method in class org.apache.turbine.util.DynamicURI
Removes all the path info elements.
removePathInfo(String) - Method in class org.apache.turbine.util.DynamicURI
Removes a name=value pair from the path info.
removePermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Permission from the system.
removePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Permission from the system.
removePermission(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Permission from the system.
removePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Permission from the system.
removePrefix(String) - Method in class org.apache.turbine.util.db.map.TableMap
Removes the PREFIX.
removeQueryData() - Method in class org.apache.turbine.util.DynamicURI
Removes all the query string elements.
removeQueryData(String) - Method in class org.apache.turbine.util.DynamicURI
Removes a name=value pair from the query string.
removeRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Role from the system.
removeRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Removes a Role from the system.
removeRole(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Removes a Role from the system.
removeRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Removes a Role from the system.
removeTemp(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Remove an object from the temporary storage.
removeTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in interface org.apache.turbine.om.security.User
Remove an object from temporary storage and return the object.
removeUnderScores(String) - Static method in class org.apache.turbine.util.StringUtils
Remove Underscores from a string and replaces first Letters with Capitals.
removeUnderScores(String) - Method in class org.apache.turbine.util.db.map.TableMap
Removes the PREFIX, removes the underscores and makes first letter caps.
removeUser(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes an user account from the system.
removeUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
Removes an user account from the system.
removeUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Removes an user account from the system.
removeUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Allows one to invalidate the user in the default session.
removeUserFromSession() - Method in interface org.apache.turbine.util.RunData
Allows one to invalidate the user in the default session.
removeUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Allows one to invalidate the user in a session.
rename(String) - Method in interface org.apache.turbine.om.security.Group
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbineGroup
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbinePermission
Renames the permission.
rename(String) - Method in interface org.apache.turbine.om.security.Permission
Renames the permission.
rename(String) - Method in interface org.apache.turbine.om.security.Role
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbineRole
Renames the role.
renameGroup(Group, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Group.
renameGroup(Group, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Group.
renameGroup(Group, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Group.
renameGroup(Group, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Group.
renamePermission(Permission, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Permission.
renamePermission(Permission, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Permission.
renameRole(Role, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Role.
renameRole(Role, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Role.
renameRole(Role, String) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Renames an existing Role.
renameRole(Role, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Role.
renderingError(String, Exception) - Static method in class org.apache.turbine.services.velocity.TurbineVelocityService
Macro to handle rendering errors.
renderPathInfo(Vector) - Method in class org.apache.turbine.util.DynamicURI
This method takes a Vector of key/value arrays and converts it into a URL encoded querystring format.
renderQueryString(Vector) - Method in class org.apache.turbine.util.DynamicURI
This method takes a Vector of key/value arrays and converts it into a URL encoded querystring format.
replyList - Variable in class org.apache.turbine.util.mail.Email
 
replyTo - Variable in class org.apache.turbine.util.mail.MailMessage
The email address used for replies to this message.
REPOSITORY_DEFAULT - Static variable in interface org.apache.turbine.services.upload.UploadService
The default value of 'repository' property (.).
REPOSITORY_KEY - Static variable in interface org.apache.turbine.services.upload.UploadService
The key in UploadService properties in TurbineResources.properties 'repository' property.
REPOSITORY_PARAMETER - Static variable in interface org.apache.turbine.services.upload.UploadService
The request parameter name for overriding 'repository' property (path).
req - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The servlet request interface.
req - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
request - Variable in class org.apache.turbine.util.parser.DefaultParameterParser
The servlet request to parse.
REQUEST_TOOL - Static variable in class org.apache.turbine.services.pull.TurbinePullService
 
requestFinished(Context) - Method in interface org.apache.turbine.services.velocity.VelocityService
Performs post-request actions (releases context tools back to the object pool).
requestFinished(Context) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Performs post-request actions (releases context tools back to the object pool).
requestFinished(Context) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Performs post-request actions (releases context tools back to the object pool).
requestTools - Variable in class org.apache.turbine.services.pull.TurbinePullService
 
required - Variable in class org.apache.turbine.services.intake.model.Field
 
required - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
requiredMessage - Variable in class org.apache.turbine.services.intake.validator.DefaultValidator
 
requiresLayout() - Method in class org.apache.turbine.services.logging.jdbc.JDBCAppender
Internal method.
requiresNewSession(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
Inform whether we require a new session in order to allow people to access the system.
requiresNewSession(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
By default, this is true.
requiresNewSession(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
By default, this is true.
requiresNewSession(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
By default, this is true.
res - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The servlet response interface.
res - Variable in class org.apache.turbine.util.DynamicURI
Servlet response interface.
res - Variable in class org.apache.turbine.util.migrator.Migrator
 
res - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
reset() - Method in class org.apache.turbine.util.template.SelectorBox
Resets the internal state of the SelectorBox.
reset() - Method in class org.apache.java.security.MessageDigest
Resets the state of the class.
reset() - Method in class org.apache.java.security.MD5
Resets the state of the class.
resetDeclared() - Method in class org.apache.turbine.services.intake.model.Group
To be used in the event this group is used within multiple forms within the same template.
resetModified() - Method in class org.apache.turbine.om.BaseObject
Sets the modified state for the object to be false.
resolveClass(ObjectStreamClass) - Method in class org.apache.turbine.util.pool.ObjectInputStreamForContext
 
resolveEntity(String, String) - Method in class org.apache.turbine.services.intake.transform.DTDResolver
called by the XML parser
resolveEntity(String, String) - Method in class org.apache.turbine.torque.engine.database.transform.XmlToData
called by the XML parser
resolveEntity(String, String) - Method in class org.apache.turbine.torque.engine.database.transform.DTDResolver
called by the XML parser
resourceCreate(CreateResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Creates a new resource (not implemented).
resourceDelete(ResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Deletes a resource (not implemented).
resourceExpireTime() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Returns expiration time of the provided resources.
resourceRequest(RequestResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Retrieves a resource.
resources - Variable in class org.apache.turbine.services.logging.TurbineLoggingService
Resources for this Service
RESOURCES_CLASS_DEFAULT - Static variable in class org.apache.turbine.services.TurbineServices
Default resources service implementation to use when none explicitly specified ( org.apache.turbine.services.resources.TurbineResourceService)
RESOURCES_CLASS_KEY - Static variable in class org.apache.turbine.services.TurbineServices
Servlet initialization parameter name for defining the resources service implementation to use (resources).
resourceSave(ResourceEvent) - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Saves a resource to permanet storage (not implemented).
resourcesDirectory - Static variable in class org.apache.turbine.services.pull.TurbinePullService
Directory where application tool resources are stored.
resourcesDirectory - Static variable in class org.apache.turbine.services.pull.util.UIManager
This the resources directory relative to the webapp context.
ResourceService - interface org.apache.turbine.services.resources.ResourceService.
This service define a resource interface for accessing the configuration information of the application.
resourceThreads() - Method in class org.apache.turbine.services.webmacro.TurbineTemplateProvider
Returns the number of additional worker threads to be used by the provider
restart() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService
Start (or restart) a thread to process commands, or wake up an existing thread if one is already running.
results - Variable in class org.apache.turbine.util.db.LargeSelect
 
retrievable - Variable in class org.apache.turbine.services.intake.model.Field
 
Retrievable - interface org.apache.turbine.om.Retrievable.
This interface specifies methods for uniquely identifying an object.
retrieve(Criteria) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a set of users that meet the specified criteria.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a set of users that meet the specified criteria.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This is currently not implemented to behave as expected.
retrieve(Criteria) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a set of users that meet the specified criteria.
retrieve(String) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(String) - Method in interface org.apache.turbine.om.Retriever
Gets an object of the same type as the object implementing this method according to the key.
retrieve(String, String) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.db.DBUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
retrieve(String, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a user from persistent storage using username as the key, and authenticate the user.
Retriever - interface org.apache.turbine.om.Retriever.
This interface marks a class that has a retrieve(String) method.
RetrieverFactory - interface org.apache.turbine.om.RetrieverFactory.
 
retrieveSet() - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Retrieves/assembles a GroupSet of all of the Groups.
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.GroupPeer
Retrieves/assembles a GroupSet based on the Criteria passed in
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Retrieves/assembles a PermissionSet
retrieveSet(Criteria) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Retrieves/assembles a RoleSet based on the Criteria passed in
retrieveSet(Role) - Static method in class org.apache.turbine.om.security.peer.PermissionPeer
Retrieves a set of Permissions associated with a particular Role.
retrieveSet(User, Group) - Static method in class org.apache.turbine.om.security.peer.RolePeer
Retrieves a set of Roles that an User was assigned in a Group
revoke(Permission) - Method in interface org.apache.turbine.om.security.Role
Revokes a Permission from this Role.
revoke(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes a Permission from this Role.
revoke(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Revokes Permissions from a PermissionSet from this Role.
revoke(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes Permissions from a PermissionSet from this Role.
revoke(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes a Permission from a Role.
revoke(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revokes a Permission from a Role.
revoke(User, Group, Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revoke a Role in a Group from an User.
revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke a Role in a Group from an User.
revoke(User, Role) - Method in interface org.apache.turbine.om.security.Group
Revokes a Role in this Group from an User.
revoke(User, Role) - Method in class org.apache.turbine.om.security.TurbineGroup
Revokes a Role in this Group from an User.
revoke(User, RoleSet) - Method in interface org.apache.turbine.om.security.Group
Revokes Roles in this group from an User.
revoke(User, RoleSet) - Method in class org.apache.turbine.om.security.TurbineGroup
Revokes Roles in this group from an User.
revokeAll(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
revokeAll(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all permissions from a Role.
revokeAll(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all permissions from a Role.
revokeAll(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes all permissions from a Role.
revokeAll(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
revokeAll(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all roles from an User.
revokeAll(User) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all roles from an User.
revokeAll(User) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Revokes all roles from an User.
revokeAll(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
Role - interface org.apache.turbine.om.security.Role.
This class represents a role played by the User associated with the current Session.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The column name for the role id field.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.RolePermissionPeer
The column name for the role id field.
ROLE_ID - Static variable in class org.apache.turbine.om.security.peer.UserGroupRolePeer
The column name for the role id field.
RolePeer - class org.apache.turbine.om.security.peer.RolePeer.
This class handles all the database access for the ROLE table.
RolePeer() - Constructor for class org.apache.turbine.om.security.peer.RolePeer
 
RolePermissionPeer - class org.apache.turbine.om.security.peer.RolePermissionPeer.
This class handles all database access for the ROLE_PERMISSION table.
RolePermissionPeer() - Constructor for class org.apache.turbine.om.security.peer.RolePermissionPeer
 
RoleSet - class org.apache.turbine.util.security.RoleSet.
This class represents a set of Roles.
RoleSet() - Constructor for class org.apache.turbine.util.security.RoleSet
Constructs an empty RoleSet
RoleSet(Collection) - Constructor for class org.apache.turbine.util.security.RoleSet
Constructs a new RoleSet with specifed contents.
roleSets - Variable in class org.apache.turbine.util.security.AccessControlList
The sets of roles that the user has in different groups
rollback() - Method in class org.apache.turbine.util.db.pool.DBConnection
Roll back the connection.
rollBackTransaction(DBConnection) - Static method in class org.apache.turbine.om.peer.BasePeer
Roll back a transaction in databases that support transactions.
root - Variable in class org.apache.turbine.util.TurbineConfig
Filenames are looked up in this directory.
root - Variable in class org.apache.turbine.util.upload.FileHandler
Deprecated.  
row2Object(Record, int, Class) - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Implementss torque peers' method.
rowcount - Variable in class org.apache.turbine.util.db.Query
 
ROWCOUNT - Static variable in class org.apache.turbine.util.db.Query
 
rs - Variable in class org.apache.turbine.torque.TorqueDataDumpTask.TableTool
 
Rule - class org.apache.turbine.services.intake.xmlmodel.Rule.
A Class for holding data about a constraint on a property.
Rule() - Constructor for class org.apache.turbine.services.intake.xmlmodel.Rule
Default Constructor
ruleMap - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
rules - Variable in class org.apache.turbine.services.intake.xmlmodel.XmlField
 
RUN_DATA - Static variable in class org.apache.turbine.services.rundata.TurbineRunDataService
The property for the implemention of RunData.
run() - Method in class org.apache.turbine.services.cache.TurbineGlobalCacheService
Circle through the cache and remove stale objects.
run() - Method in class org.apache.turbine.services.schedule.WorkerThread
Run the job.
run() - Method in class org.apache.turbine.services.schedule.TurbineSchedulerService.MainLoop
Method to run the class.
run() - Method in class org.apache.turbine.services.db.TurbinePoolBrokerService.Monitor
 
run() - Method in class org.apache.turbine.util.db.IDBroker
A background thread that tries to ensure that when someone asks for ids, that there are already some loaded and that the database is not accessed.
run() - Method in class org.apache.turbine.util.db.LargeSelect
A background thread that retrieves the rows.
run(JobEntry) - Method in class org.apache.turbine.modules.ScheduledJob
Run the Jobentry from the scheduler queue.
RunData - interface org.apache.turbine.util.RunData.
RunData is an interface to run-rime information that is passed within Turbine.
RUNDATA - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of RunData in the request
RunDataFactory - class org.apache.turbine.util.RunDataFactory.
Creates instances of RunData for use within Turbine or 3rd party applications.
RunDataFactory() - Constructor for class org.apache.turbine.util.RunDataFactory
 
runDataFilter - Variable in class org.apache.turbine.services.logging.BaseLogger
Extracts data from RunData
RunDataFilter - interface org.apache.turbine.services.logging.RunDataFilter.
Classes that implement this interface extracts data from RunData object.
RunDataService - interface org.apache.turbine.services.rundata.RunDataService.
The RunData Service provides the implementations for RunData and related interfaces required by request processing.
runtime - Variable in class org.apache.turbine.services.schedule.JobEntry
Next runtime.

S

safeAddToHashtable(Hashtable, Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Nice method for adding data to a Hashtable in such a way as to not get NPE's.
safetyMargin - Static variable in class org.apache.turbine.util.db.IDBroker
The safety Margin
save() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Saves this object to the data store.
save() - Method in class org.apache.turbine.services.schedule.JobEntry
Self-preservation.
save() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Saves a user object into the session.
save() - Method in interface org.apache.turbine.util.RunData
Saves a user object into the session.
save() - Method in class org.apache.turbine.om.BaseObject
 
save() - Method in interface org.apache.turbine.om.Persistent
Saves the object.
save() - Method in interface org.apache.turbine.om.security.Group
Makes changes made to the Group attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineGroup
Makes changes made to the Group attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbinePermission
Makes changes made to the Permission attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineUser
Saves this object to the data store.
save() - Method in interface org.apache.turbine.om.security.Permission
Makes changes made to the Permission attributes permanent.
save() - Method in interface org.apache.turbine.om.security.Role
Makes changes made to the Role attributes permanent.
save() - Method in class org.apache.turbine.om.security.TurbineRole
Makes changes made to the Role attributes permanent.
saveGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Group's attributes.
saveGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Group's attributes.
saveGroup(Group) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Group's attributes.
saveGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Group's attributes.
savePermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Permission's attributes.
savePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Permission's attributes.
savePermission(Permission) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Permission's attributes.
savePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Permission's attributes.
saveRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Role's attributes.
saveRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Role's attributes.
saveRole(Role) - Method in class org.apache.turbine.services.security.db.DBSecurityService
Stores Role's attributes.
saveRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Role's attributes.
saveStream() - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
saveUser(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Saves User's data in the permanent storage.
saveUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
Saves User's data in the permanent storage.
saveUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Saves User's data in the permanent storage.
sbuf - Variable in class org.apache.turbine.om.ComboKey
 
scan() - Method in class org.apache.turbine.torque.engine.sql.SQLScanner
Scan the input Reader and returns a list of tokens.
scanIdentifier() - Method in class org.apache.turbine.torque.engine.sql.SQLScanner
Scans an identifier.
SCHEDULED_JOB_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions cache if module caching is on.
ScheduledJob - class org.apache.turbine.modules.ScheduledJob.
All Scheduled jobs should extend this.
SCHEDULEDJOB_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
ScheduledJob() - Constructor for class org.apache.turbine.modules.ScheduledJob
 
ScheduledJobLoader - class org.apache.turbine.modules.ScheduledJobLoader.
ScheduledJobs loader class.
ScheduledJobLoader() - Constructor for class org.apache.turbine.modules.ScheduledJobLoader
These constructor's are private to force clients to use getInstance() to access this class.
ScheduledJobLoader(int) - Constructor for class org.apache.turbine.modules.ScheduledJobLoader
These constructor's are private to force clients to use getInstance() to access this class.
scheduleQueue - Variable in class org.apache.turbine.services.schedule.TurbineSchedulerService
The queue.
SCHEDULER_LOG_FACILITY - Static variable in interface org.apache.turbine.TurbineConstants
The logging facility which captures output from the SchedulerService.
ScheduleService - interface org.apache.turbine.services.schedule.ScheduleService.
ScheduleService interface.
schema - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The schema.
screen - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Cached screen name to execute for this request.
Screen - class org.apache.turbine.modules.Screen.
This is an interface that defines the Screen modules.
SCREEN_CACHE_SIZE - Static variable in interface org.apache.turbine.TurbineConstants
The size of the actions cache if module caching is on.
SCREEN_CACHE_SIZE_KEY - Static variable in class org.apache.turbine.services.resources.TurbineResources
 
SCREEN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
Login error screen.
SCREEN_HOMEPAGE - Static variable in interface org.apache.turbine.TurbineConstants
Home page screen.
SCREEN_INVALID_STATE - Static variable in interface org.apache.turbine.TurbineConstants
 
SCREEN_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
SCREEN_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
Login screen.
SCREEN_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
 
SCREEN_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
Screen() - Constructor for class org.apache.turbine.modules.Screen
 
ScreenLoader - class org.apache.turbine.modules.ScreenLoader.
The purpose of this class is to allow one to load and execute Screen modules.
ScreenLoader() - Constructor for class org.apache.turbine.modules.ScreenLoader
These ctor's are private to force clients to use getInstance() to access this class.
ScreenLoader(int) - Constructor for class org.apache.turbine.modules.ScreenLoader
These ctor's are private to force clients to use getInstance() to access this class.
ScreenTag - class org.apache.turbine.services.jsp.tags.ScreenTag.
Supporting class for the screen tag.
ScreenTag() - Constructor for class org.apache.turbine.services.jsp.tags.ScreenTag
 
scriptName - Variable in class org.apache.turbine.util.DynamicURI
/foo/Turbine.
scriptName - Variable in class org.apache.turbine.util.ServerData
Cached script name.
sd - Variable in class org.apache.turbine.util.DynamicURI
The ServerData object.
searchCharSet(String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Searches for a charset for a specified key.
searchCharSet(String[]) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Searches for a charset for a specified locale.
searchCharSet(String[], StringBuffer, int) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Searches recursively for a charset for a specified locale.
second - Variable in class org.apache.turbine.services.schedule.JobEntry
Valid entry ( 0-60 ).
SECOND - Static variable in class org.apache.turbine.services.schedule.JobEntryPeer
 
SECOND - Static variable in class org.apache.turbine.services.schedule.JobEntry
schedule types
SECOND_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for second parameter.
secondInterval - Variable in class org.apache.turbine.util.TimeSelector
 
section - Variable in class org.apache.turbine.services.jsp.tags.ScreenTag
section attribute.
SECTION_KEY - Static variable in class org.apache.turbine.services.jsp.tags.ScreenTag
Key used to access the section parameter in the request.
SECURE_PASSWORDS_ALGORITHM_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the default algorithm for password encryption (SHA)
SECURE_PASSWORDS_ALGORITHM_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords algorithm (secure.passwords.algorithm)
SECURE_PASSWORDS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the value of secure passwords flag (false)
SECURE_PASSWORDS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords flag (secure.passwords)
SecurityCheck - class org.apache.turbine.util.SecurityCheck.
Utility for doing security checks in Screens and Actions.
SecurityCheck(RunData, String, String) - Constructor for class org.apache.turbine.util.SecurityCheck
Constructor.
SecurityEntity - interface org.apache.turbine.om.security.SecurityEntity.
This class represents a Group of Users in the system that are associated with specific entity or resource.
SecurityObject - class org.apache.turbine.om.security.SecurityObject.
This class represents a generic object used in the Access Control Lists.
SecurityObject() - Constructor for class org.apache.turbine.om.security.SecurityObject
Constructs a new SecurityObject
SecurityObject(String) - Constructor for class org.apache.turbine.om.security.SecurityObject
Constructs a new SecurityObject with the specified name.
SecurityService - interface org.apache.turbine.services.security.SecurityService.
The Security Service manages Users, Groups Roles and Permissions in the system.
sel - Variable in class org.apache.turbine.util.template.SelectorBox
This is the Select ECS element.
SELECT - Static variable in class org.apache.turbine.util.db.Query
 
selectAllConfirmedUsers() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns a vector of all confirmed User objects.
selectAllUsers() - Static method in class org.apache.turbine.om.security.peer.TurbineUserPeer
Returns a vector of all User objects.
selectColumns - Variable in class org.apache.turbine.util.db.Query
 
selectColumns - Variable in class org.apache.turbine.util.db.Criteria
 
selected - Variable in class org.apache.turbine.util.template.SelectorBox
This is an array of which items are selected.
selectModifiers - Variable in class org.apache.turbine.util.db.Query
 
selectModifiers - Variable in class org.apache.turbine.util.db.Criteria
 
SelectorBox - class org.apache.turbine.util.template.SelectorBox.
This class is for generating a SelectorBox.
SelectorBox(String, Object[], Object[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor, builds a select box with a default size of 1 and no selected items.
SelectorBox(String, Object[], Object[], boolean[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor builds a select box.
SelectorBox(String, Object[], Object[], int) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor builds a select box.
SelectorBox(String, Object[], Object[], int, boolean[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Primary constructor for everything.
selectRow(Connection, String) - Method in class org.apache.turbine.util.db.IDBroker
Helper method to select a row in the ID_TABLE.
selName - Variable in class org.apache.turbine.util.DateSelector
 
selName - Variable in class org.apache.turbine.util.TimeSelector
 
send() - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
This method sends the email.
send() - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Actually send the mail.
send() - Method in class org.apache.turbine.util.mail.Email
Does the work of actually sending the email.
send() - Method in class org.apache.turbine.util.mail.HtmlEmail
Does the work of actually sending the email.
send() - Method in class org.apache.turbine.util.mail.MailMessage
Send the message.
send() - Method in class org.apache.turbine.util.velocity.VelocityEmail
This method sends the email.
send() - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Actually send the mail.
send(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
The client has indicated that it would like to send a file to the server and have it stored in a certain location on the server.
send(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Method to allow a client to send a file to a server.
send(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Method to allow a client to send a file to a server.
SENDER_EMAIL - Static variable in class org.apache.turbine.util.mail.Email
Constants used to Email classes.
SENDER_NAME - Static variable in class org.apache.turbine.util.mail.Email
 
SEPARATOR - Static variable in class org.apache.turbine.om.ComboKey
The single character used to separate key values in a string.
SEPARATOR_STRING - Static variable in class org.apache.turbine.om.ComboKey
The single character used to separate key values in a string.
SEQUENCE - Static variable in class org.apache.turbine.util.db.map.TableMap
Key generation through sequences.
SEQUENCE_NAME - Static variable in class org.apache.turbine.om.security.peer.GroupPeer
The Oracle sequence name for this peer.
SEQUENCE_NAME - Static variable in class org.apache.turbine.om.security.peer.TurbineUserPeer
The Oracle sequence name for this peer.
SEQUENCE_NAME - Static variable in class org.apache.turbine.om.security.peer.PermissionPeer
The Oracle sequence name for this peer.
SEQUENCE_NAME - Static variable in class org.apache.turbine.om.security.peer.RolePeer
The Oracle sequence name for this peer.
SequencedHashtable - class org.apache.turbine.util.SequencedHashtable.
A Hashtable whose keys are sequenced.
SequencedHashtable() - Constructor for class org.apache.turbine.util.SequencedHashtable
Creates a new instance with default storage.
SequencedHashtable(int) - Constructor for class org.apache.turbine.util.SequencedHashtable
Creates a new instance with the specified storage.
SequenceIdGenerator - class org.apache.turbine.util.db.SequenceIdGenerator.
This generator works with databases that have an sql syntax for getting an id prior to inserting a row into the database.
SequenceIdGenerator(DB) - Constructor for class org.apache.turbine.util.db.SequenceIdGenerator
Creates an IdGenerator which will work with the specified database.
server - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The encapsulated xmlrpc server.
serverData - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Holds ServerData (basic properties) about this RunData object.
ServerData - class org.apache.turbine.util.ServerData.
Holds basic server information under which Turbine is running.
ServerData(String, int, String, String, String) - Constructor for class org.apache.turbine.util.ServerData
Constructor.
serverName - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
serverName - Variable in class org.apache.turbine.util.DynamicURI
ie: www.foo.com.
serverName - Variable in class org.apache.turbine.util.ServerData
Cached serverName,
serverPort - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
serverPort - Variable in class org.apache.turbine.util.DynamicURI
ie: 80 or 443.
serverPort - Variable in class org.apache.turbine.util.ServerData
Cached serverPort.
serverScheme - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
serverScheme - Variable in class org.apache.turbine.util.DynamicURI
ie: http or https.
serverScheme - Variable in class org.apache.turbine.util.ServerData
Cached serverScheme.
Service - interface org.apache.turbine.services.Service.
Services are Initables that have a name, and a set of properties.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.Service
The name of this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.security.SecurityService
The name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.webmacro.WebMacroService
The name of this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.cache.GlobalCacheService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.upload.UploadService
The key in the TurbineResources.properties that references this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.logging.LoggingService
The name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.pull.PullService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.intake.IntakeService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.servlet.ServletService
The service identifier
SERVICE_NAME - Static variable in interface org.apache.turbine.services.naming.NamingService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.localization.LocalizationService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.pool.PoolService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.factory.FactoryService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xslt.XSLTService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.mimetype.MimeTypeService
The name of the service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.resources.ResourceService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xmlrpc.XmlRpcService
TurbineXmlRpcService.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.db.PoolBrokerService
the name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.db.MapBrokerService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.uniqueid.UniqueIdService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.template.TemplateService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.velocity.VelocityService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.jsp.JspService
The name used to specify this service in TurbineResources.properties
SERVICE_NAME - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
SERVICE_PREFIX - Static variable in class org.apache.turbine.services.TurbineServices
A prefix for Service properties in TurbineResource.properties.
serviceBroker - Variable in class org.apache.turbine.services.BaseService
A reference to the ServiceBroker that instantiated this object.
serviceBroker - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
ServiceBroker - interface org.apache.turbine.services.ServiceBroker.
Classes that implement this interface can act as a broker for Service classes.
services - Variable in class org.apache.turbine.services.BaseServiceBroker
A repository of Service instances.
servletConfig - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
servletContext - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The servlet context information.
servletContext - Variable in class org.apache.turbine.services.servlet.TurbineServletService
 
ServletLogger - class org.apache.turbine.services.logging.ServletLogger.
This class implements Logger interface using log method from ServletContext.
ServletLogger() - Constructor for class org.apache.turbine.services.logging.ServletLogger
 
ServletLoggingService - class org.apache.turbine.services.logging.ServletLoggingService.
This service functions as a simple logger provider (with only one logger).
ServletLoggingService() - Constructor for class org.apache.turbine.services.logging.ServletLoggingService
 
ServletService - interface org.apache.turbine.services.servlet.ServletService.
This interface exposes methods of the runner context in order resolve or get access to external resources
ServletUtils - class org.apache.turbine.util.ServletUtils.
This is where common Servlet manipulation routines should go.
ServletUtils() - Constructor for class org.apache.turbine.util.ServletUtils
 
session - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
The servlet session information.
SESSION_ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'temp storage' key name for the session access counter
session_count - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
SESSION_KEY - Static variable in class org.apache.turbine.util.security.AccessControlList
 
SESSION_KEY - Static variable in interface org.apache.turbine.om.security.User
The session key for the User object.
SESSION_TOOL - Static variable in class org.apache.turbine.services.pull.TurbinePullService
 
sessionTools - Variable in class org.apache.turbine.services.pull.TurbinePullService
 
SessionValidator - class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator.
The SessionValidator attempts to retrive the User object from the Servlet API session that is associated with the request.
SessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
 
set - Variable in class org.apache.turbine.util.security.RoleSet
Set to hold the Role Set
set - Variable in class org.apache.turbine.util.security.GroupSet
Set to hold the Group Set
set - Variable in class org.apache.turbine.util.security.PermissionSet
Set to hold the Permission Set
set_flag - Variable in class org.apache.turbine.services.intake.model.Field
 
set(String, String) - Method in interface org.apache.turbine.util.CookieParser
Set a cookie that will be stored on the client for the duration of the session.
set(String, String) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set a cookie that will be stored on the client for the duration of the session.
set(String, String, int) - Method in interface org.apache.turbine.util.CookieParser
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
set(String, String, int) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
setAbstract(boolean) - 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.
setAccessCounter(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in interface org.apache.turbine.om.security.User
Sets the access counter for a user, saved in perm storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in interface org.apache.turbine.om.security.User
Sets the session access counter for a user, saved in temp storage.
setACL(AccessControlList) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the access control list.
setACL(AccessControlList) - Method in interface org.apache.turbine.util.RunData
Sets the access control list.
setAction(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the action for the request.
setAction(String) - Method in class org.apache.turbine.services.jsp.tags.TemplateLinkTag
The setter for screen parameter
setAction(String) - Method in class org.apache.turbine.util.DynamicURI
Sets the action= value for this URL.
setAction(String) - Method in interface org.apache.turbine.util.RunData
Sets the action for the request.
setActive(boolean) - Method in class org.apache.turbine.services.schedule.JobEntry
Sets whether the job is running.
setAlias(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set whether this table specified in the schema or is there just a foreign key reference to it.
setAll() - Method in class org.apache.turbine.util.db.Criteria
Adds "ALL " to the SQL statement.
setAllowNullInput(boolean) - Method in class org.apache.turbine.util.validation.InputValidator
 
setAncestor(String) - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Set the value of ancestor.
setAppData(AppData) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the parent of the group
setAppData(AppData) - Method in class org.apache.turbine.torque.engine.database.model.Database
Set the parent of the database
setArgv(String) - Method in class org.apache.turbine.util.validation.InputValidator
 
setArrayCtorRecyclable(boolean) - Method in class org.apache.turbine.services.pool.TurbinePoolService.PoolBuffer
Tells pool that it contains objects which can be initialized using an Object array.
setAttribute(String, Object) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
setAttribute(String, Object) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the value of specific attribute of this object.
setAttributes(Map) - Method in class org.apache.turbine.om.security.SecurityObject
Replaces this object's attributes with the specified Map.
setAttributes(String) - Method in class org.apache.turbine.services.jsp.tags.BodyTag
The setter for body tag attributes relevant to the screen containing this tag.
setAutoCommit(boolean) - Method in class org.apache.turbine.util.db.pool.DBConnection
Set the autocommit flag for the connection.
setAutoIncrement(boolean) - Method in class org.apache.turbine.torque.engine.database.model.Column
Set the auto increment value Use isAutoIncrement() to find out if it is set or not.
setBackground(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the background image for the BODY tag.
setBackupFiles(int) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setBackupFiles(int) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setBaseClass(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the base class of the field
setBaseClass(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Set the value of baseClass.
setBaseClass(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set the value of baseClass.
setBasePackage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.AppData
Get the base package String that will be appended to any mapToObjects
setBasePeer(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Set the value of basePeer.
setBasePeer(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set the value of basePeer.
setBcc(InternetAddress[]) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being blind-carbon-copied to.
setBcc(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being blind-carbon-copied to.
setBgColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the background color for the BODY tag.
setBody(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the body of the email message.
setBoundary(byte[]) - Method in class org.apache.turbine.util.upload.MultipartStream
Changes the boundary token used for partitioning the stream.
setBundle(String) - Method in interface org.apache.turbine.services.localization.LocalizationService
This method sets the name of the defaultBundle.
setBundle(String) - Static method in class org.apache.turbine.services.localization.Localization
This method sets the name of the defaultBundle.
setBundle(String) - Method in class org.apache.turbine.services.localization.TurbineLocalizationService
This method sets the name of the defaultBundle.
setCacheHeaders(RunData, int) - Static method in class org.apache.turbine.util.HttpUtils
This method sets the required expiration headers in the response for a given RunData object.
setCapacity(String, int) - Method in class org.apache.turbine.services.intake.TurbineIntakeService
Sets the capacity of the pool for a group.
setCapacity(String, int) - Method in interface org.apache.turbine.services.intake.IntakeService
Sets the capacity of the pool for a named group.
setCapacity(String, int) - Static method in class org.apache.turbine.services.intake.TurbineIntake
Sets the capacity of the pool for a named group.
setCapacity(String, int) - Method in class org.apache.turbine.services.pool.TurbinePoolService
Sets the capacity of the pool for a named class.
setCapacity(String, int) - Method in interface org.apache.turbine.services.pool.PoolService
Sets the capacity of the pool for a named class.
setCascade(boolean) - Method in class org.apache.turbine.util.db.Criteria
Set cascade.
setCc(InternetAddress[]) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent to.
setCc(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being carbon-copied to.
setCharacterEncoding(String) - Method in interface org.apache.turbine.util.ValueParser
Set the character encoding that will be used by this ValueParser.
setCharacterEncoding(String) - Method in class org.apache.turbine.util.parser.BaseValueParser
Set the character encoding that will be used by this ValueParser.
setCharset(String) - Method in class org.apache.turbine.util.mail.Email
Set the charset of the message.
setCharSet(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the charset.
setCharSet(String) - Method in interface org.apache.turbine.util.RunData
Sets the charset.
setCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Sets a locale-charset mapping.
setCharSet(String, String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Sets a locale-charset mapping.
setCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Sets a locale-charset mapping.
setClassName(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setClassName(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setClassName(String) - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Set the value of className.
setColumn(Column) - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Set the value of parent.
setColumnNames(List) - Method in class org.apache.turbine.util.DataStreamParser
Set the list of column names explicitly.
setCommonCharSet(String, String) - Method in class org.apache.turbine.services.mimetype.util.CharSetMap
Sets a common locale-charset mapping.
setCommonContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Sets a common MIME content type mapping to extensions.
setConfirmed(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users confirmed variable
setConfirmed(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the confirmation value.
setConfirmed(String) - Method in interface org.apache.turbine.om.security.User
Sets the confirmation value.
setConsole(boolean) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setConsole(boolean) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setContainsForeignPK(boolean) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set whether this table contains a foreign PK
setContentType(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the HTTP content type to return.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.TurbineMimeTypeService
Sets a MIME content type mapping to extensions to the map.
setContentType(String) - Method in interface org.apache.turbine.services.mimetype.MimeTypeService
Sets a MIME content type mapping to extensions to the map.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMapper
Sets a MIME content type mapping to extensions.
setContentType(String) - Method in class org.apache.turbine.services.mimetype.util.MimeTypeMap
Sets a MIME content type mapping to extensions.
setContentType(String) - Method in interface org.apache.turbine.util.RunData
Sets the HTTP content type to return.
setContext(Context) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Set the context object that will be merged with the template.
setContext(WebContext) - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
Set the context object that will be merged with the template.
setContext(WebContext) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Set the context object that will be merged with the template.
setContextPath(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached context path that is stored in the server data.
setContextPath(String) - Method in class org.apache.turbine.util.ServerData
Set the context path.
setCookieParser(CookieParser) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the cookie parser.
setCookieParser(CookieParser) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cookie parser.
setCookiePath(DynamicURI) - Method in interface org.apache.turbine.util.CookieParser
Set the path for cookie storage
setCookiePath(DynamicURI) - Method in class org.apache.turbine.util.parser.DefaultCookieParser
Set the path for cookie storage
setCreateDate(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the create date for this User.
setCreateDate(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the create date for this User.
setCreateDate(Date) - Method in interface org.apache.turbine.om.security.User
Sets the creation date for this user.
setDatabase(Database) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set the parent of the table
setDatabaseDriver(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Set the database driver name
setDatabaseHost(String) - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Set the database host.
setDatabaseName(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Set the database name
setDatabaseName(String) - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Set the database name.
setDatabaseName(String) - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Sets the DatabaseName attribute of the TorqueDataSQLTask object
setDatabasePassword(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Set the database password
setDatabasePassword(String) - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Set the databasePassword
setDatabaseUrl(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Set the database url
setDatabaseUser(String) - Method in class org.apache.turbine.torque.TorqueDataDumpTask
Set the database user
setDatabaseUser(String) - Method in class org.apache.turbine.torque.TorqueCreateDatabase
Set the database user.
setDataDTD(String) - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Sets the DataDTD attribute of the TorqueDataSQLTask object
setDataXmlFile(String) - Method in class org.apache.turbine.torque.TorqueDataSQLTask
Sets the DataXmlFile attribute of the TorqueDataSQLTask object
setDay - Variable in class org.apache.turbine.util.DateSelector
 
setDay_of_month(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of day_of_month.
setDay(int) - Method in class org.apache.turbine.util.DateSelector
Select the day to be selected if the showDays(false) behavior is used.
setDB(DB) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Set the value of db.
setDbDriver(String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
 
setDbLogger(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setDbLogger(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setDbName(String) - Method in class org.apache.turbine.util.db.Criteria
Set the DatabaseMap name.
setDbPassword(String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
 
setDbPool(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setDbPool(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setDbUrl(String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
 
setDbUser(String) - Method in class org.apache.turbine.torque.TorqueJDBCTransformTask
 
setDebug(boolean) - Method in class org.apache.turbine.util.mail.MailMessage
Setting to true will enable the display of debug information.
setDebug(String) - Method in class org.apache.turbine.util.mail.MailMessage
Setting to true will enable the display of debug information.
setDefault(String) - Method in class org.apache.turbine.services.jsp.tags.BodyAttributesTag
The setter for the default body tag attributes.
setDefaultDoctype(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Set the default Doctype.
setDefaultIdMethod(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Set the value of defaultIdMethod.
setDefaultValue(String) - Method in class org.apache.turbine.torque.engine.database.model.Column
Set a string that will give this column a default value.
setDescription(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Add a description META tag to the HEAD of the page.
setDescription(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the description.
setDisposition(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the disposition.
setDistinct() - Method in class org.apache.turbine.util.db.Criteria
Adds "DISTINCT " to the SQL statement.
setEmail(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Email
setEmail(String) - Method in class org.apache.turbine.services.schedule.JobEntry
The address to send mail notifications to.
setEmail(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the email address.
setEmail(String) - Method in interface org.apache.turbine.om.security.User
Sets the email address.
setEmailBufferSize(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailBufferSize(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailFrom(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailFrom(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailSubject(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailSubject(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEmailTo(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setEmailTo(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setEncodeURLOff() - Method in class org.apache.turbine.util.template.TemplateLink
This will turn off the execution of res.encodeURL() by making res == null.
setException(Exception) - Method in class org.apache.turbine.util.SystemError
Set the exception.
setFailScreen(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the value of failScreen.
setFailTemplate(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the value of failTemplate.
setField(XmlField) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the parent Field of the rule
setFieldName(String) - Method in class org.apache.turbine.util.FormMessage
Adds one field name.
setFileRepository(String) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
setFiles(Vector) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFiles(Vector) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFileSize(long) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFileSize(long) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFirstName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users First Name
setFirstName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the first name for this user.
setFirstName(String) - Method in interface org.apache.turbine.om.security.User
Sets the first name for this user.
setForeignKey(String) - Method in class org.apache.turbine.util.db.map.ColumnMap
Set the foreign key for this column.
setForeignKey(String, String) - Method in class org.apache.turbine.util.db.map.ColumnMap
Set the foreign key for this column.
setForeignTableName(String) - Method in class org.apache.turbine.torque.engine.database.model.ForeignKey
Set the foreignTableName of the FK
setFormat(String) - Method in interface org.apache.turbine.services.logging.Logger
Sets format style for extracting data from RunData
setFormat(String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets format style of the default logger
setFormat(String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets format style of the default logger
setFormat(String) - Method in interface org.apache.turbine.services.logging.RunDataFilter
Configure filter depending on the format parameter.
setFormat(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets format output of the Rundata.
setFormat(String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets format style of the default logger
setFormat(String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets format style of the default logger
setFormat(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setFormat(String) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets format style of the default logger.
setFormat(String) - Method in class org.apache.turbine.services.logging.BaseRunDataFilter
parses format string
setFormat(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setFormat(String) - Static method in class org.apache.turbine.util.Log
This method sets format style of the default logger.
setFormat(String, String) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets format style of the given logger.
setFormat(String, String) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets format style of the given logger.
setFormat(String, String) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets format style of the given logger.
setFormat(String, String) - Static method in class org.apache.turbine.util.Log
This method sets format style of the given logger.
setFormName(String) - Method in class org.apache.turbine.util.FormMessage
Set the form name.
setFrom(InternetAddress) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent from.
setFrom(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the email address that the mail is being sent from.
setFrom(String, String) - Method in class org.apache.turbine.util.webmacro.WebMacroEmail
From: name, email.
setFrom(String, String) - Method in class org.apache.turbine.util.mail.Email
Set the FROM field of the email.
setFrom(String, String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
From: name, email.
setGroup(XmlGroup) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the parent XmlGroup of the property
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.om.security.TurbineUser
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in interface org.apache.turbine.om.security.User
This sets whether or not someone has logged in.
setHeaders(Hashtable) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail headers.
setHeaders(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail headers.
setHost(String) - Method in class org.apache.turbine.util.mail.MailMessage
Used to specify the mail server host.
setHour(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of hour.
setHtmlMsg(Document) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the HTML content based on an ECS document.
setHtmlMsg(String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the HTML content.
setHtmlTemplate(String) - Method in class org.apache.turbine.util.webmacro.WebMacroHtmlEmail
Set the HTML template for the mail.
setHtmlTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Set the HTML template for the mail.
setHttpEquiv(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
setIdMethod(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set the method for generating pk's
setIdTable(String) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Set the ID table for this database.
setIdTable(TableMap) - Method in class org.apache.turbine.util.db.map.DatabaseMap
Set the ID table for this database.
setIfRequiredMessage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the value of ifRequiredMessage.
setIgnoreCase(boolean) - Method in class org.apache.turbine.util.db.Criteria
Sets ignore case.
setIgnoreCase(boolean) - Method in class org.apache.turbine.util.db.Criteria.Criterion
Sets ignore case.
setIndexName(String) - Method in class org.apache.turbine.torque.engine.database.model.Index
Set the name of the index
setInit(boolean) - Method in class org.apache.turbine.services.BaseInitable
Sets initailization status.
setInit(boolean) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseInitable
Saves InitableBroker reference for later use.
setInitableBroker(InitableBroker) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setInitableBroker(InitableBroker) - Method in interface org.apache.turbine.services.Initable
Provides an Initable with a reference to the InitableBroker that instantiated this object, so that it can access other Initables.
setInitialValue(Object) - Method in class org.apache.turbine.services.intake.model.Field
Set the value used as a default, in the event the field has not been set yet.
setInitResource(Object) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setInitResource(Object) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setInput(Reader) - Method in class org.apache.turbine.torque.engine.sql.SQLScanner
Set the Input
setInputFile(String) - Method in class org.apache.turbine.torque.TorqueSQLTransformTask
Set the sql input file.
setJavaName(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set name to use in Java sources
setJavaName(String) - Method in class org.apache.turbine.torque.engine.database.model.Column
Set name to use in Java sources
setJDBCDriver(String) - Method in class org.apache.turbine.util.db.adapter.DB
Sets the JDBC driver used by this adapter.
setJNDIContexts(Hashtable) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets JNDI Contexts.
setJNDIContexts(Hashtable) - Method in interface org.apache.turbine.util.RunData
Sets JNDI Contexts.
setKey(String) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
setKey(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the key used to reference this group in input (form)
setKey(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the parameter key of the property
setKey(String) - Method in class org.apache.turbine.torque.engine.database.model.Inheritance
Set the value of key.
setKey(String) - Method in class org.apache.turbine.om.OMTool.PullHelper
 
setKey(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
setKeywords(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set a keywords META tag in the HEAD of the page.
setLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the last access date for this User.
setLastAccessDate() - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last access date for this User.
setLastAccessDate() - Method in interface org.apache.turbine.om.security.User
Sets the last access date for this User.
setLastLogin(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set last login date/time.
setLastLogin(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Set last login date/time.
setLastLogin(Date) - Method in interface org.apache.turbine.om.security.User
Set last login date/time.
setLastName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Last Name Sets the last name for this user.
setLastName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last name for this user.
setLastName(String) - Method in interface org.apache.turbine.om.security.User
Sets the last name for this user.
setLayout(RunData, String) - Method in class org.apache.turbine.modules.Screen
Set the layout for a Screen.
setLayout(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Set the layout for the request.
setLayout(String) - Method in interface org.apache.turbine.util.RunData
Set the layout for the request.
setLayoutTemplate(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Modifies the layout template for the screen.
setLayoutTemplate(String) - Method in interface org.apache.turbine.util.RunData
Modifies the layout template for the screen.
setLayoutTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of layout.
setLevel(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setLevel(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setLimit(int) - Method in class org.apache.turbine.util.db.Criteria
Set limit.
setLimit(String) - Method in class org.apache.turbine.util.db.Query
Set the limit number.
setLinkColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Set the link color for the BODY tag.
setLocale(Locale) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the locale.
setLocale(Locale) - Method in interface org.apache.turbine.util.RunData
Sets the locale.
setLoginTimeout(int) - Method in class org.apache.turbine.util.db.pool.ConnectionPool
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogLevel(int) - Method in interface org.apache.turbine.services.logging.Logger
Sets log level for the logger
setLogLevel(int) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets the log level in default logger
setLogLevel(int) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets the log level in default logger
setLogLevel(int) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the logging level based on the numeric level passed in.
setLogLevel(int) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets the log level of the default logger.
setLogLevel(int) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets the log level in default logger
setLogLevel(int) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets the log level in default logger
setLogLevel(int) - Static method in class org.apache.turbine.util.Log
This method sets the log level in default logger
setLogLevel(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the logging level based on the text passed in.
setLogLevel(String, int) - Method in interface org.apache.turbine.services.logging.LoggingService
This method sets the log level in the logger of given name
setLogLevel(String, int) - Static method in class org.apache.turbine.services.logging.TurbineLogging
This metod sets the log level in the logger of given name
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.TurbineLoggingService
This method sets the log level of the logger of given name.
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.ServletLoggingService
This method sets the log level in the default logger ignoring given name
setLogLevel(String, int) - Method in class org.apache.turbine.services.logging.LogWriter
This method sets the log level in the logger of given name
setLogLevel(String, int) - Static method in class org.apache.turbine.util.Log
This method sets the log level in the logger of given name
setLogWriter(PrintWriter) - 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.
setMapToObject(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the name of the object that takes this input
setMapToProperty(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the property method that takes this input
setMaxSize(int) - Method in class org.apache.turbine.util.validation.InputValidator
 
setMaxSize(long) - Method in class org.apache.turbine.util.upload.FileHandler
Deprecated. Use TurbineUploadService counterpart FileItem.
setMessage(Element) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as an ECS element.
setMessage(Element) - Method in interface org.apache.turbine.util.RunData
Sets the message for the request as an ECS element.
setMessage(String) - Method in class org.apache.turbine.services.intake.model.Field
Sets an error message.
setMessage(String) - Method in class org.apache.turbine.services.intake.validator.ValidationException
Set the value of message.
setMessage(String) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the error message
setMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as a string.
setMessage(String) - Method in interface org.apache.turbine.util.RunData
Sets the message for the request as a string.
setMessage(String) - Method in class org.apache.turbine.util.FormMessage
Set the message.
setMessage(String) - Method in class org.apache.turbine.util.SystemError
Set the message.
setMessage(String) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Set the message that should be displayed.
setMessage(String, String, long) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessage(String, String, String) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessages(FormMessages) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the FormMessages object for the request.
setMessages(FormMessages) - Method in interface org.apache.turbine.util.RunData
Sets the FormMessages object for the request.
setMinute(int) - Method in class org.apache.turbine.services.schedule.JobEntry
Set the value of minute.
setMinuteInterval(int) - Method in class org.apache.turbine.util.TimeSelector
Set the interval between options in the minute select box.
setModified(boolean) - Method in class org.apache.turbine.om.BaseObject
Sets the modified state for the object.
setModified(boolean) - Method in interface org.apache.turbine.om.Persistent
Sets the modified state for the object.
setMsg(String) - Method in class org.apache.turbine.util.mail.Email
Define the content of the mail.
setMsg(String) - Method in class org.apache.turbine.util.mail.MultiPartEmail
Set the message of the email.
setMsg(String) - Method in class org.apache.turbine.util.mail.HtmlEmail
Set the message.
setMsg(String) - Method in class org.apache.turbine.util.mail.SimpleEmail
Set the content of the mail
setMultiple(boolean) - Method in class org.apache.turbine.util.template.SelectorBox
This allows you to set the multiple attribute to the select element.
setMultiValued(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set whether this class can have multiple values
setName() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setName(String) - Method in class org.apache.turbine.services.BaseService
ServiceBroker uses this method to pass a Service its name.
setName(String) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setName(String) - Method in interface org.apache.turbine.services.Service
ServiceBroker uses this method to pass a Service its name.
setName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
 
setName(String) - Method in interface org.apache.turbine.services.logging.Logger
Setings the name
setName(String) - Method in class org.apache.turbine.services.logging.BaseLogger
Sets the name of the logger
setName(String) - Method in class org.apache.turbine.services.logging.PropertiesLoggingConfig
 
setName(String) - Method in interface org.apache.turbine.services.logging.LoggingConfig
 
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.Rule
Set the name of the parameter
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlGroup
Set the name that handles this group
setName(String) - Method in class org.apache.turbine.services.intake.xmlmodel.XmlField
Set the name of the property
setName(String) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set the name= attribute to the select element.
setName(String) - Method in class org.apache.turbine.util.mail.EmailAttachment
Set the name.
setName(String) - Method in class org.apache.turbine.torque.engine.database.model.Database
Set the name of the Database
setName(String) - Method in class org.apache.turbine.torque.engine.database.model.IdMethodParameter
Set the parameter name
setName(String) - Method in class org.apache.turbine.torque.engine.database.model.Table
Set the name of the Table
setName(String) - Method in class org.apache.turbine.torque.engine.database.model.Column
Set the name of the column
setName(String) - Method in interface org.apache.turbine.om.security.Group
Sets the name of this object.
setName(String) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the name of this object.
setName(String) - Method in interface org.apache.turbine.om.security.SecurityEntity
 
setNavigationTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of navigationTemplate.
setNew(boolean) - Method in class org.apache.turbine.om.BaseObject
Setter for the isNew attribute.
setNew(boolean) - Method in interface org.apache.turbine.om.Persistent
Setter for the isNew attribute.
setNotNull(boolean) - Method in class org.apache.turbine.util.db.map.ColumnMap
Set if this column may be null.
setNotNull(boolean) - Method in class org.apache.turbine.torque.engine.database.model.Column
Set the isNotNull property of the column
setOffset(int) - Method in class org.apache.turbine.util.db.Criteria
Set offset.
setOnChange(String) - Method in class org.apache.turbine.util.DateSelector
Adds the onChange to all of