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

A

AbstractValve - Class in org.apache.turbine.pipeline
Valve that can be used as the basis of Valve implementations.
AbstractValve() - Constructor for class org.apache.turbine.pipeline.AbstractValve
 
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 in org.apache.turbine.util.security
Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
AccessControlException(String) - Constructor for exception org.apache.turbine.util.security.AccessControlException
Construct an AccessControlException with specified detail message.
AccessController - Class in org.apache.turbine.modules.actions
This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
AccessController() - Constructor for class org.apache.turbine.modules.actions.AccessController
 
accessController - Variable in class org.apache.turbine.pipeline.DefaultACLCreationValve
 
AccessControlList - Interface in org.apache.turbine.util.security
This interface describes a control class that makes it easy to find out if a particular User has a given Permission.
accountExists(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Check whether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Check whether a specified user's account exists.
accountExists(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Check wether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Check wether a specified user's account exists.
accountExists(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Check whether a specified user's account exists.
accountExists(String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Check whether a specified user's account exists.
accountExists(String) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(User) - Method in interface org.apache.turbine.services.security.SecurityService
Check whether a specified user's account exists.
accountExists(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Check whether a specified user's account exists.
accountExists(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Check whether a specified user's account exists.
accountExists(User) - Method in interface org.apache.turbine.services.security.UserManager
Check whether a specified user's account exists.
accountExists(String) - Method in interface org.apache.turbine.services.security.UserManager
Check whether a specified user's account exists.
ACL_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Acl Interface (org.apache.turbine.util.security.TurbineAccessControlList)
ACL_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the ACL implementation classname (acl.class)
Action - Class in org.apache.turbine.modules
Generic Action class.
Action() - Constructor for class org.apache.turbine.modules.Action
 
ACTION_ACCESS_CONTROLLER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for the access controller.
ACTION_ACCESS_CONTROLLER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Action that performs Access control
ACTION_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the action cache
ACTION_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the action cache if caching is on
ACTION_EVENT_BUBBLE_EXCEPTION_UP - Static variable in interface org.apache.turbine.TurbineConstants
Select whether an exception in an Action method is bubbled up to Turbine.handleException()
ACTION_EVENT_BUBBLE_EXCEPTION_UP_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for action.event.bubbleexception
ACTION_EVENTSUBMIT_NEEDSVALUE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for action.eventsubmit.needsvalue
ACTION_EVENTSUBMIT_NEEDSVALUE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Select whether an Action Event must have a non-zero value
ACTION_LOGIN_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Value for login Action
ACTION_LOGIN_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Action to perform when a user logs in.
ACTION_LOGOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Value for ACTION_LOGOUT
ACTION_LOGOUT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Action to perform when a user logs out.
ACTION_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for action related classes and templates
ACTION_SESSION_VALIDATOR_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for the session validator.
ACTION_SESSION_VALIDATOR_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Actions that performs session validation.
ACTION_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Actions
ActionEvent - Class in org.apache.turbine.modules
This is an alternative to the Action class that allows you to do event based actions.
ActionEvent() - Constructor for class org.apache.turbine.modules.ActionEvent
C'tor
ActionLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Action modules.
add(Group) - Method in class org.apache.turbine.util.security.GroupSet
Adds a Group to this GroupSet.
add(Collection) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in a Collection to this GroupSet.
add(GroupSet) - Method in class org.apache.turbine.util.security.GroupSet
Adds the Groups in another GroupSet to this GroupSet.
add(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Adds a Permission to this PermissionSet.
add(Collection) - Method in class org.apache.turbine.util.security.PermissionSet
Adds the Permissions in a Collection to this PermissionSet.
add(PermissionSet) - Method in class org.apache.turbine.util.security.PermissionSet
Adds the Permissions in another PermissionSet to this PermissionSet.
add(Role) - Method in class org.apache.turbine.util.security.RoleSet
Adds a Role to this RoleSet.
add(Collection) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in a Collection to this RoleSet.
add(RoleSet) - Method in class org.apache.turbine.util.security.RoleSet
Adds the Roles in another RoleSet to this RoleSet.
add(int, ParameterParser) - Method in class org.apache.turbine.util.uri.TemplateURI
Method for a quick way to add all the parameters in a ParameterParser.
add(int, String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
If the type is PATH_INFO, then add name/value to the pathInfo hashtable.
add(int, ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
Method for a quick way to add all the parameters in a ParameterParser.
add(int, List) - Method in class org.apache.turbine.util.uri.TurbineURI
Method for a quick way to add all the parameters in a List with URIParam objects.
addAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. Use addBodyAttribute instead.
addAttribute(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds an attribute to the BODY tag.
addBodyAttribute(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds an attribute to the BODY tag.
addDefaultObjects(RunData) - Method in interface org.apache.turbine.services.jsp.JspService
Adds some convenience objects to the request.
addDefaultObjects(RunData) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
addDefaultObjects(PipelineData) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Adds some convenience objects to the request.
addDefaultObjects(RunData) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Adds some convenience objects to the request.
addGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new group with specified attributes.
addGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new group with specified attributes.
addGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new group with specified attributes.
addGroupsToParameters(ValueParser) - Method in class org.apache.turbine.services.intake.IntakeTool
 
addJob(JobEntry) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Add a new job to the queue.
addJob(JobEntry) - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Add a new job to the queue.
addMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the string to message.
addMessage(Element) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds the ECS element to message.
addMessage(String) - Method in interface org.apache.turbine.util.RunData
Adds the string to message.
addMessage(Element) - Method in interface org.apache.turbine.util.RunData
Adds the ECS element to message.
addOnce(List, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. No replacement
addPathInfo(ParameterParser) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
addPathInfo(String, Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
addPathInfo(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
addPathInfo(String, double) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
addPathInfo(String, int) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
addPathInfo(String, long) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the path_info string.
addPathInfo(ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
addPathInfo(List) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds an existing List of URIParam objects to the path_info string.
addPathInfo(String, Object) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the path_info string.
addPathInfo(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the path_info string.
addPathInfo(String, double) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the path_info string.
addPathInfo(String, int) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the path_info string.
addPathInfo(String, long) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the path_info string.
addPermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new permission with specified attributes.
addPermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new permission with specified attributes.
addQueryData(String, Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(String, double) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(String, int) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(String, long) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair to the query string.
addQueryData(ParameterParser) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Adds a name=value pair for every entry in a ParameterParser object to the query string.
addQueryData(String, Object) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the query string.
addQueryData(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the query string.
addQueryData(String, double) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the query string.
addQueryData(String, int) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the query string.
addQueryData(String, long) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair to the query string.
addQueryData(ParameterParser) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds a name=value pair for every entry in a ParameterParser object to the query string.
addQueryData(List) - Method in class org.apache.turbine.util.uri.TurbineURI
Adds an existing List of URIParam objects to the query data.
addRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Creates a new role with specified attributes.
addRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Creates a new role with specified attributes.
addRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new role with specified attributes.
addScript(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds a script reference
addSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
Adds a session to the current list.
addSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
Adds a session to the current list.
addSession(HttpSession) - Static method in class org.apache.turbine.services.session.TurbineSession
Adds a session to the current list.
addSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
Adds a session to the current list.
addStyle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds a STYLE element to the HEAD of the page with the provided content.
addStyleSheet(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds a style sheet reference
addStyleSheet(String, String, String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Adds a style sheet reference
addUser(User, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Creates new user account with specified attributes.
addUser(User, String) - Method in interface org.apache.turbine.services.security.SecurityService
Creates new user account with specified attributes.
addUser(User, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates new user account with specified attributes.
addValve(Valve) - Method in interface org.apache.turbine.pipeline.Pipeline
Add a new Valve to the end of the pipeline.
addValve(Valve) - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
AMPM_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for am/pm parameter.
APPLICATION_ROOT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Value for the Path to the TurbineResources.properties File
APPLICATION_ROOT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Key for the Path to the TurbineResources.properties File
ApplicationTool - Interface in org.apache.turbine.services.pull
Tools that go into the Toolbox should implement this interface.
ArrayCtorRecyclable - Interface in org.apache.turbine.util.pool
An interface for objects that can be pooled and recycled several times by different clients.
Assembler - Class in org.apache.turbine.modules
This is an interface that defines what an Assembler is.
Assembler() - Constructor for class org.apache.turbine.modules.Assembler
 
AssemblerBrokerService - Interface in org.apache.turbine.services.assemblerbroker
An interface the Turbine Assembler service.
AssemblerFactory - Interface in org.apache.turbine.services.assemblerbroker.util
Interface for AssemblerFactory's
attributes - Variable in class org.apache.turbine.util.TurbineConfig
Servlet container (or emulator) attributes.
authenticate(User, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Authenticate a User with the specified password.
authenticate(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Authenticate an User with the specified password.
authenticate(User, String) - Method in interface org.apache.turbine.services.security.UserManager
Authenticate an User with the specified password.
AuthenticatedFileHandler - Class in org.apache.turbine.services.xmlrpc.util
Deprecated. This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application.
AuthenticatedFileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
Deprecated. Default Constructor
AUTHORIZED_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the authorized tools
AVALON_LOG_CATEGORY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
Where we write the Avalon Logger messages
AvalonComponentService - Interface in org.apache.turbine.services.avaloncomponent
This service allows access to avalon components.

B

BASEDIR_KEY - Static variable in class org.apache.turbine.Turbine
The base directory key
BaseInitable - Class in org.apache.turbine.services
This class provides a generic implementation of Initable.
BaseInitable() - Constructor for class org.apache.turbine.services.BaseInitable
Default constructor of BaseInitable.
BaseInitableBroker - Class in org.apache.turbine.services
A generic implementation of InitableBroker.
BaseInitableBroker() - Constructor for class org.apache.turbine.services.BaseInitableBroker
Default constructor of InitableBroker.
BaseJspNavigation - Class in org.apache.turbine.modules.navigations
Base JSP navigation that should be subclassed by Navigation that want to use JSP.
BaseJspNavigation() - Constructor for class org.apache.turbine.modules.navigations.BaseJspNavigation
 
BaseJspScreen - Class in org.apache.turbine.modules.screens
Base JSP Screen that should be subclassed by screens that want to use JSP.
BaseJspScreen() - Constructor for class org.apache.turbine.modules.screens.BaseJspScreen
 
BaseMapper - Class in org.apache.turbine.services.template.mapper
A base class for the various mappers which contains common code.
BaseMapper() - Constructor for class org.apache.turbine.services.template.mapper.BaseMapper
Default C'tor.
BaseSecurityService - Class in org.apache.turbine.services.security
This is a common subset of SecurityService implementation.
BaseSecurityService() - Constructor for class org.apache.turbine.services.security.BaseSecurityService
 
BaseService - Class in org.apache.turbine.services
This class is a generic implementation of Service.
BaseService() - Constructor for class org.apache.turbine.services.BaseService
 
BaseServiceBroker - Class in org.apache.turbine.services
A generic implementation of a ServiceBroker which provides: Maintaining service name to class name mapping, allowing plugable service implementations. Providing Services with a configuration based on system wide configuration mechanism. Integration of TurbineServiceProviders for looking up non-local services
BaseServiceBroker() - Constructor for class org.apache.turbine.services.BaseServiceBroker
Default constructor, protected as to only be useable by subclasses.
BaseTemplateEngineService - Class in org.apache.turbine.services.template
The base implementation of Turbine TemplateEngineService.
BaseTemplateEngineService() - Constructor for class org.apache.turbine.services.template.BaseTemplateEngineService
 
BaseTemplateMapper - Class in org.apache.turbine.services.template.mapper
This is a mapper like the BaseMapper but it returns its results with the extension of the template names passed or (if no extension is passed), the default extension.
BaseTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.BaseTemplateMapper
Default C'tor.
BaseUnicastRemoteService - Class in org.apache.turbine.services
A base implementation of an UnicastRemoteObject as a Turbine Service.
BaseUnicastRemoteService() - Constructor for class org.apache.turbine.services.BaseUnicastRemoteService
 
BaseURI - Class in org.apache.turbine.util.uri
This is the base class for all dynamic URIs in the Turbine System.
BaseURI() - Constructor for class org.apache.turbine.util.uri.BaseURI
Empty C'tor.
BaseURI(RunData) - Constructor for class org.apache.turbine.util.uri.BaseURI
Constructor with a RunData object
BaseURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.BaseURI
Constructor, set explicit redirection
BaseURI(ServerData) - Constructor for class org.apache.turbine.util.uri.BaseURI
Constructor with a ServerData object
BaseURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.BaseURI
Constructor, set explicit redirection
bind(String, String) - Static method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Creates an initial context.
bindAsAdmin() - Static method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Bind as the admin user.
BoundedBuffer - Class in org.apache.turbine.util.pool
Efficient array-based bounded buffer class.
BoundedBuffer(int) - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the given capacity.
BoundedBuffer() - Constructor for class org.apache.turbine.util.pool.BoundedBuffer
Creates a buffer with the default capacity
BrowserDetector - Class in org.apache.turbine.util
This class parses the user agent string and sets javasciptOK and cssOK following the rules described below.
BrowserDetector(String) - Constructor for class org.apache.turbine.util.BrowserDetector
Constructor used to initialize this class.
BrowserDetector(RunData) - Constructor for class org.apache.turbine.util.BrowserDetector
Constructor used to initialize this class.
bubbleUpException - Variable in class org.apache.turbine.modules.ActionEvent
If true, then exceptions raised in eventSubmit_do methods as well as in doPerform methods are bubbled up to the Turbine servlet's handleException method.
buffer - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
BUFFER_SIZE_DEFAULT - Static variable in interface org.apache.turbine.services.jsp.JspService
Default Value for Jsp Page Buffer Size
BUFFER_SIZE_KEY - Static variable in interface org.apache.turbine.services.jsp.JspService
Property for Jsp Page Buffer Size
build(RunData) - Method in class org.apache.turbine.modules.Layout
Deprecated. Use PipelineData version instead
build(PipelineData) - Method in class org.apache.turbine.modules.Layout
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Navigation
Deprecated. Use PipelineData version instead
build(PipelineData) - Method in class org.apache.turbine.modules.Navigation
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Page
Deprecated. Use build(PipelineData) instead.
build(PipelineData) - Method in class org.apache.turbine.modules.Page
Subclasses can override this method to add additional functionality.
build(PipelineData) - Method in class org.apache.turbine.modules.Screen
Subclasses can override this method to add additional functionality.
build(RunData) - Method in class org.apache.turbine.modules.Screen
Deprecated. Use PipelineData version instead.
buildBooleans(Object[], Object[]) - Method in class org.apache.turbine.util.template.SelectorBox
Pass in an array of selected items and the entire set of items and it will determine which items in the selected set are also in the entireset and then build a boolean[] up that is the same size as the entireSet with markings to tell whether or not the items are marked or not.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Deprecated. Use PipelineData version
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
This Builds the WebMacro/FreeMarker/etc template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
This Builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Method that sets up beans and forward the request to the JSP.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be implemented by Base template classes.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityDirectScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityDirectScreen
This builds the Velocity template.
buildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
buildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
This builds the Velocity template.
BUTTON - Static variable in class org.apache.turbine.modules.ActionEvent
The name of the button to look for.
BUTTON_LENGTH - Static variable in class org.apache.turbine.modules.ActionEvent
The length of the button to look for.

C

cache() - Method in class org.apache.turbine.modules.GenericLoader
If set to true, then cache the Loader objects.
cache - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Cache of compiled StyleSheetRoots.
caching - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Property to control the caching of StyleSheetRoots.
calcRunTime() - Method in interface org.apache.turbine.services.schedule.JobEntry
Calculate how long before the next runtime.
capacity() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Returns the capacity of the buffer.
CATCH_ERRORS_DEFAULT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Default: Yes
CATCH_ERRORS_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Shall we catch Velocity Errors and report them?
CGI_ACTION_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for action name
CGI_PASSWORD - Static variable in class org.apache.turbine.modules.actions.LoginUser
Deprecated. CGI Parameter for the password
CGI_SCREEN_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for screen name
CGI_TEMPLATE_PARAM - Static variable in interface org.apache.turbine.util.uri.URIConstants
CGI parameter for template name
CGI_USERNAME - Static variable in class org.apache.turbine.modules.actions.LoginUser
Deprecated. CGI Parameter for the user name
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Change the password for an User.
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented Change the password for an User.
changePassword(User, String, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Change the password for an User.
changePassword(User, String, String) - Method in interface org.apache.turbine.services.security.SecurityService
Change the password for an User.
changePassword(User, String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Change the password for an User.
changePassword(User, String, String) - Method in interface org.apache.turbine.services.security.UserManager
Change the password for an User.
checkExists(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Role exists in the security system.
checkExists(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Group exists in the security system.
checkExists(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Determines if the Permission exists in the security system.
checkLogin() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Check that the user has logged in.
checkPassword(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Checks if a supplied password matches the encrypted password
checkPassword(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
Checks if a supplied password matches the encrypted password when using the current encryption algorithm
checkPassword(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Checks if a supplied password matches the encrypted password
CLASSIC_PIPELINE - Static variable in class org.apache.turbine.pipeline.TurbinePipeline
The "Turbine Classic" pipeline.
ClassMapper - Class in org.apache.turbine.services.template.mapper
This mapper tries to map Template names to class names.
ClassMapper() - Constructor for class org.apache.turbine.services.template.mapper.ClassMapper
Default C'tor.
CLASSNAME_SUFFIX - Static variable in class org.apache.turbine.services.BaseServiceBroker
A Service property determining its implementing class name .
cleanUp(PipelineData) - Method in class org.apache.turbine.pipeline.CleanUpValve
Perform clean up after processing the request.
CleanUpValve - Class in org.apache.turbine.pipeline
Implements the RunData target portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
CleanUpValve() - Constructor for class org.apache.turbine.pipeline.CleanUpValve
Creates a new instance.
clear() - Method in class org.apache.turbine.services.pull.util.SessionData
Clears all data
clear() - Method in class org.apache.turbine.util.security.SecuritySet
Removes all Objects from this Set.
clearAction() - Method in class org.apache.turbine.util.uri.TurbineURI
Clears the action= value for this URL.
clearResponse() - Method in class org.apache.turbine.util.uri.DataURI
Content Tool wants to be able to turn the encoding of the servlet container off.
clearResponse() - Method in class org.apache.turbine.util.uri.TurbineURI
Template Link and friends want to be able to turn the encoding of the servlet container off.
clearScreen() - Method in class org.apache.turbine.util.uri.TurbineURI
Clears the screen= value for this URL.
clearTemplate() - Method in class org.apache.turbine.util.uri.TemplateURI
Clears the template= value for this URL.
clone() - Method in class org.apache.turbine.util.ServerData
generates a new Object with the same values as this one.
compareTo(Object) - Method in class org.apache.turbine.om.security.SecurityObject
Used for ordering SecurityObjects.
compareTo(Object) - Method in interface org.apache.turbine.services.schedule.JobEntry
Used for ordering Jobentries Note: this comparator imposes orderings that are inconsistent with equals.
compileTemplates(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Compile Templates from an input file.
COMPONENT_APP_ROOT - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
Key used in the context for defining the application root
COMPONENT_CONFIG_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
property specifing file name of the component config file
COMPONENT_CONFIG_VALUE - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
property specifing file name of the component config file
COMPONENT_LOOKUP_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
property for the Components to look up
COMPONENT_PARAMETERS_KEY - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
property to lookup the properties file
COMPONENT_PARAMETERS_VALUE - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
the default value for the parameter file
COMPONENT_ROLE_KEY - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
property specifing file name of the component role file
COMPONENT_ROLE_VALUE - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
property specifing file name of the component role file
CONFIG_NAMESPACE - Static variable in interface org.apache.turbine.TurbineConstants
The prefix used to denote the namespace reserved for and used by Turbine-specific configuration parameters (such as those passed in via servlet container's config file (server.xml), or the web app deployment descriptor (web.xml).
configuration - Variable in class org.apache.turbine.services.BaseService
The configuration for this service
configuration - Variable in class org.apache.turbine.services.BaseUnicastRemoteService
 
CONFIGURATION_PATH_KEY - Static variable in class org.apache.turbine.util.TurbineConfig
Servlet initialization parameter name for the path to TurbineConfiguration.xml file used by Turbine
CONFIRM_DATA - Static variable in interface org.apache.turbine.om.security.User
This is the value that is stored in the database for confirmed users
CONFIRM_VALUE - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key for the confirm_value field.
considerKey(String, ParameterParser) - Method in class org.apache.turbine.modules.ActionEvent
Checks whether the selected key really is a valid event.
CONTAINER_CONFIGURATION_KEY - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
property to lookup the container configuration file
CONTAINER_CONFIGURATION_VALUE - Static variable in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
the default value for the container configuration file
contains(Group) - Method in class org.apache.turbine.util.security.GroupSet
Checks whether this GroupSet contains a Group.
contains(Permission) - Method in class org.apache.turbine.util.security.PermissionSet
Checks whether this PermissionSet contains a Permission.
contains(Role) - Method in class org.apache.turbine.util.security.RoleSet
Checks whether this RoleSet contains a Role.
contains(String) - Method in class org.apache.turbine.util.security.SecuritySet
Deprecated. Use containsName(groupName) instead.
containsId(int) - Method in class org.apache.turbine.util.security.SecuritySet
Searches if an Object with a given Id is in the Set
containsKey(String) - Method in class org.apache.turbine.services.pull.util.SessionData
Determines is a given key is stored.
containsName(String) - Method in class org.apache.turbine.util.security.SecuritySet
Searches if an Object with a given name is in the Set
CONTENT_TOOL_ENCODING_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
Default Value for CONTENT_TOOL_ENCODING_KEY
CONTENT_TOOL_ENCODING_KEY - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
Should this tool add Container Encoding to the URIs returned? True might cause trouble e.g.
CONTENT_TOOL_PREFIX - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
Prefix for Parameters for this tool
CONTENT_TOOL_RELATIVE_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
Default Value for CONTENT_TOOL_RELATIVE_KEY
CONTENT_TOOL_RELATIVE_KEY - Static variable in class org.apache.turbine.services.pull.tools.ContentTool
Should this tool return relative URIs or absolute? Default: Absolute.
ContentTool - Class in org.apache.turbine.services.pull.tools
Terribly simple tool to translate URIs into Turbine Links.
ContentTool() - Constructor for class org.apache.turbine.services.pull.tools.ContentTool
C'tor
CONTEXT - Static variable in interface org.apache.turbine.services.velocity.VelocityService
Key for storing the Context in the RunData object
convertAndTrim(String) - Static method in class org.apache.turbine.util.parser.ParserUtils
Convert a String value according to the url.case.folding property.
convertAndTrim(String, int) - Static method in class org.apache.turbine.util.parser.ParserUtils
A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
COOKIE_PARSER_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The property for the implemention of the CookieParser.
cookies - Variable in class org.apache.turbine.services.rundata.DefaultTurbineRunData
A reference to a cookie parser.
counter - Static variable in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
 
create(String) - Method in 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 class org.apache.turbine.services.security.ldap.LDAPUserManager
Creates new user account with specified attributes.
createAccount(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Creates new user account with specified attributes.
createAccount(User, String) - Method in interface org.apache.turbine.services.security.UserManager
Creates new user account with specified attributes.
createAvalonLogger() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Create the Avalon logger to be passed to YAAFI
createGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Group in the system.
createPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Permission in the system.
createRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Creates a new Role in the system.
createServiceContainerConfiguration(Configuration) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Create a ServiceContainerConfiguration based on the Turbine configuration
createVelocityProperties(Configuration) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
This method generates the Extended Properties object necessary for the initialization of Velocity.

D

DataBackendException - Exception in org.apache.turbine.util.security
Thrown to indicate that there was an error accessing the data backend of the SecurityService.
DataBackendException(String) - Constructor for exception org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message.
DataBackendException(String, Throwable) - Constructor for exception org.apache.turbine.util.security.DataBackendException
Construct an DataBackendException with specified detail message and nested Throwable.
DataURI - Class in org.apache.turbine.util.uri
This class can convert a simple link into a turbine relative URL.
DataURI() - Constructor for class org.apache.turbine.util.uri.DataURI
Empty C'tor.
DataURI(RunData) - Constructor for class org.apache.turbine.util.uri.DataURI
Constructor with a RunData object
DataURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.DataURI
Constructor, set explicit redirection
DataURI(ServerData) - Constructor for class org.apache.turbine.util.uri.DataURI
Constructor with a ServerData object
DataURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.DataURI
Constructor, set explicit redirection
DateFormatter - Class in org.apache.turbine.services.pull.util
This pull tool is used to format date objects into strings.
DateFormatter() - Constructor for class org.apache.turbine.services.pull.util.DateFormatter
 
DateSelector - Class in org.apache.turbine.util
DateSelector is a utility class to handle the creation of a set of date popup menus.
DateSelector() - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date and uses the default prefix:
DateSelector(String, Calendar) - Constructor for class org.apache.turbine.util.DateSelector
Constructor, uses the date set in a calendar that has been already passed in (with the date set correctly).
DateSelector(String) - Constructor for class org.apache.turbine.util.DateSelector
Constructor defaults to current date.
DAY_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for day parameter.
declareDirectResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Declares that output will be direct to the response stream, even though getOut() may never be called.
declareDirectResponse() - Method in interface org.apache.turbine.util.RunData
Declares that output will be direct to the response stream, even though getOut() may never be called.
declareGroup(Group) - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the group.
declareGroup(Group, StringBuffer) - Method in class org.apache.turbine.services.intake.IntakeTool
xhtml valid hidden input field(s) that notifies intake of the group's presence.
declareGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
A convenience method to write out the hidden form fields that notify intake of the relevant groups.
DEFAULT_CAPACITY - Static variable in class org.apache.turbine.util.pool.BoundedBuffer
The default capacity.
DEFAULT_CONFIG - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The default parser configuration key.
DEFAULT_DOCUMENT_TYPE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default document type.
DEFAULT_ERROR_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_EXTENSION_KEY - Static variable in interface org.apache.turbine.services.template.TemplateService
Default Extension for the template names.
DEFAULT_EXTENSION_VALUE - Static variable in interface org.apache.turbine.services.template.TemplateService
Default value of the Turbine Module Caching
DEFAULT_HTML_DOCTYPE_IDENTIFIER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Doctype dtd value
DEFAULT_HTML_DOCTYPE_IDENTIFIER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default doctype dtd.
DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for the doctype root element
DEFAULT_HTML_DOCTYPE_ROOT_ELEMENT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default doctype root element.
DEFAULT_HTML_DOCTYPE_URI_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default doctype url value.
DEFAULT_HTML_DOCTYPE_URI_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default doctype url.
DEFAULT_KEY - Static variable in class org.apache.turbine.services.intake.IntakeTool
Constant for default key
DEFAULT_LAYOUT - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_LAYOUT_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_LOGGER - Static variable in interface org.apache.turbine.