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.TurbineConstants
This is the default log file to be used for logging
DEFAULT_NAME - Static variable in interface org.apache.turbine.services.template.TemplateService
"Default" name for Classes and Templates
DEFAULT_NAVIGATION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_NAVIGATION_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_PAGE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.DateSelector
Prefix for date names.
DEFAULT_PREFIX - Static variable in class org.apache.turbine.util.TimeSelector
Prefix for time names.
DEFAULT_SCREEN - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_SCREEN_TEMPLATE - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
DEFAULT_TEMPLATE_KEY - Static variable in interface org.apache.turbine.services.template.TemplateService
Default Template Name.
DEFAULT_TEMPLATE_VALUE - Static variable in interface org.apache.turbine.services.template.TemplateService
Default value for the Template Name
DefaultACLCreationValve - Class in org.apache.turbine.pipeline
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
DefaultACLCreationValve() - Constructor for class org.apache.turbine.pipeline.DefaultACLCreationValve
Here we can setup objects that are thread safe and can be reused.
DefaultAction - Class in org.apache.turbine.modules.actions
This is a Default Action module that doesn't do much.
DefaultAction() - Constructor for class org.apache.turbine.modules.actions.DefaultAction
 
DefaultLoginValve - Class in org.apache.turbine.pipeline
Handles the Login and Logout actions in the request process cycle.
DefaultLoginValve() - Constructor for class org.apache.turbine.pipeline.DefaultLoginValve
Here we can setup objects that are thread safe and can be reused.
DefaultPage - Class in org.apache.turbine.modules.pages
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
 
DefaultPipelineData - Class in org.apache.turbine.pipeline
A PipelineData is a holder for data being passed from one Valve to the next.
DefaultPipelineData() - Constructor for class org.apache.turbine.pipeline.DefaultPipelineData
 
defaultProperty - Variable in class org.apache.turbine.services.template.mapper.BaseMapper
The name of the default property to pull from the Template Engine Service if the default is requested
DefaultSessionTimeoutValve - Class in org.apache.turbine.pipeline
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
DefaultSessionTimeoutValve() - Constructor for class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
Here we can setup objects that are thread safe and can be reused, so we get the timeout from the configuration..
DefaultSessionValidationValve - Class in org.apache.turbine.pipeline
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
DefaultSessionValidationValve() - Constructor for class org.apache.turbine.pipeline.DefaultSessionValidationValve
 
DefaultSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
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
 
DefaultTurbineRunData - Class in org.apache.turbine.services.rundata
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.
denyClient(String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Add an IP address to the list of denied clients.
denyClient(String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Add an IP address to the list of denied clients.
denyClient(String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Add an IP address to the list of denied clients.
deserialize(byte[]) - Static method in class org.apache.turbine.util.ObjectUtils
Deserializes a single object from an array of bytes.
destroy() - Method in class org.apache.turbine.Turbine
The Servlet destroy method.
DetermineActionValve - Class in org.apache.turbine.pipeline
This valve is responsible for setting the 'action' property of RunData based on request parameter.
DetermineActionValve() - Constructor for class org.apache.turbine.pipeline.DetermineActionValve
 
DetermineRedirectRequestedValve - Class in org.apache.turbine.pipeline
Implements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
DetermineRedirectRequestedValve() - Constructor for class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
Creates a new instance.
DetermineTargetValve - Class in org.apache.turbine.pipeline
This valve is responsible for setting the 'target' property of the RunData.
DetermineTargetValve() - Constructor for class org.apache.turbine.pipeline.DetermineTargetValve
 
DirectMapper - Class in org.apache.turbine.services.template.mapper
The most primitive mapper.
DirectMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectMapper
Default C'tor.
DirectResponseLayout - Class in org.apache.turbine.modules.layouts
This layout allows an action to manipulate the ServletOutputStream directly.
DirectResponseLayout() - Constructor for class org.apache.turbine.modules.layouts.DirectResponseLayout
 
DirectTemplateMapper - Class in org.apache.turbine.services.template.mapper
The most primitive templating mapper.
DirectTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.DirectTemplateMapper
Default C'tor.
dispose() - Method in class org.apache.turbine.om.OMTool
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Disposes of the container and releases resources
dispose() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Disposes of the container and releases resources
dispose() - Method in class org.apache.turbine.services.intake.IntakeTool
Disposes the object after use.
dispose() - Method in class org.apache.turbine.services.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 class org.apache.turbine.util.TurbineConfig
Shutdown the Turbine System, lifecycle style
doBuild(RunData) - Method in class org.apache.turbine.modules.Layout
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.Layout
A subclass must override this method to perform itself.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.DirectResponseLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.DirectResponseLayout
Ensures that a direct response has been declared.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.JspLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.JspLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
Deprecated. Use the PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityDirectLayout
Method called by LayoutLoader.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Deprecated. Use PipelineData version
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityOnlyLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.layouts.VelocityXslLayout
Build the layout.
doBuild(RunData) - Method in class org.apache.turbine.modules.Navigation
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - 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.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Calls doBuildTemplate() and then buildTemplate().
doBuild(RunData) - Method in class org.apache.turbine.modules.Page
Deprecated. Use doBuild(PipelineData pipelineData) instead
doBuild(PipelineData) - 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.pages.DefaultPage
Deprecated. Use PipelineData version instead
doBuild(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Builds the Page.
doBuild(PipelineData) - 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.Screen
Deprecated. Use PipelineData version instead.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.Error
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.Error
Build screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.error.InvalidState
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Build the Screen.
doBuild(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
doBuild(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method is called by the Screenloader to construct the Screen.
doBuildAfterAction(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
doBuildAfterAction(PipelineData) - 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.
doBuildAfterAction(PipelineData) - 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
Deprecated. Use PipelineData version instead
doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Can be used by template Pages to stuff the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.JspPage
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.JspPage
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module
doBuildBeforeAction(RunData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Deprecated. Use PipelineData version instead.
doBuildBeforeAction(PipelineData) - Method in class org.apache.turbine.modules.pages.VelocityPage
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext().
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.BaseJspNavigation
Method to be overidden by subclasses to include data in beans, etc.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.TemplateNavigation
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Velocity Navigations extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.navigations.VelocityNavigation
Needs to be implemented to make TemplateNavigation like us.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.BaseJspScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - 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
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.JspErrorScreen
 
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method should be overidden by subclasses that wish to add specific business logic.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityErrorScreen
Implement this to add information to the context.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Velocity Screens extending this class should overide this method to perform any particular business logic and add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocityScreen
Needs to be implemented to make TemplateScreen like us.
doBuildTemplate(RunData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData, Context) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this to add information to the context.
doBuildTemplate(RunData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Deprecated. Use PipelineData version instead.
doBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
This method overrides the method in VelocityScreen to perform a security check first.
DOCUMENT_TYPE_HTML40FRAMESET - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Frameset
DOCUMENT_TYPE_HTML40STRICT - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Strict
DOCUMENT_TYPE_HTML40TRANSITIONAL - Static variable in interface org.apache.turbine.TurbineConstants
Html 4.0 Transitional
doDispose() - Method in class org.apache.turbine.util.pool.RecyclableSupport
A convenience method allowing a clever recyclable object to put itself into a pool for recycling.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
The primary method invoked when the Turbine servlet is executed.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
The actual mapping implementation class.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ClassMapper
Strip off a possible extension, replace all "," with "." Look through the given package path until a match is found.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectMapper
Strip off a possible extension, replace all "," with "." about,directions,Driving.vm --> about.directions.Driving
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.DirectTemplateMapper
Replace all "," with ".", but keep the extension.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.LayoutTemplateMapper
Look for a given Template, then try the defaults until we hit the root.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ScreenDefaultTemplateMapper
Look for a given Template, then try the default.
doMapping(String) - Method in class org.apache.turbine.services.template.mapper.ScreenTemplateMapper
Check, whether the provided name exists.
doOutput(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
doOutput(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Actually output the dynamic content.
doPerform(RunData) - Method in class org.apache.turbine.modules.Action
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - 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
Deprecated. use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.ActionEvent
You need to implement this in your classes that extend this class.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.AccessController
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.AccessController
If there is a user and the user is logged in, doPerform will set the RunData ACL.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.DefaultAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.DefaultAction
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.InitContextsAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.InitContextsAction
This action will place the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LoginUser
Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LoginUser
Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.LogoutUser
Deprecated. Use PipelineData version instead
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.LogoutUser
Clears the RunData user object back to an anonymous status not logged in, and with a null ACL.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
doPerform is virtually identical to DefaultSessionValidator except that it calls template methods instead of bare screen methods.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
Execute the action.
doPerform(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocityAction
You SHOULD NOT override this method and implement it in your action.
doPerform(RunData, Context) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
doPerform(PipelineData, 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
Deprecated. Use the PipelineData version instead.
doPerform(PipelineData, Context) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Implement this to add information to the context.
doPerform(RunData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
Deprecated. Use PipelineData version instead.
doPerform(PipelineData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
You need to implement this in your classes that extend this class.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.turbine.Turbine
In this application doGet and doPost are the same thing.
doPostBuild(RunData) - Method in class org.apache.turbine.modules.pages.DefaultPage
Deprecated. Use PipelineData version instead
doPostBuild(PipelineData) - 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.
doPostBuild(PipelineData) - 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
Deprecated. Use PipelineData version instead.
doPostBuildTemplate(PipelineData) - Method in class org.apache.turbine.modules.screens.TemplateScreen
This method can be overridden to write code that executes when the template has been built (called from a finally clause, so executes regardless of whether an exception is thrown or not)
doRedirect(RunData, String, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
doRedirect(PipelineData, String, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
You can call this within a Screen to cause an internal redirect to happen.
doRedirect(RunData, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
doRedirect(PipelineData, String) - Method in class org.apache.turbine.modules.screens.TemplateScreen
You can call this within a Screen to cause an internal redirect to happen.

E

ecsOutput() - Method in class org.apache.turbine.util.DateSelector
 
ecsOutput() - Method in class org.apache.turbine.util.TimeSelector
Return an ECS container with the select objects inside.
elements() - Method in class org.apache.turbine.util.security.SecuritySet
Deprecated. Use iterator() instead.
EMAIL - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key for the email field.
embed(String, String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Embed a file in the mail.
emptySlots - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
encodeResponse(String) - Method in class org.apache.turbine.util.uri.BaseURI
Encodes a Response Uri according to the Servlet Container.
encryptPassword(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
This method provides client-side encryption of passwords.
encryptPassword(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
This method provides client-side encryption of passwords.
encryptPassword(String) - Method in interface org.apache.turbine.services.security.SecurityService
This method provides client-side encryption mechanism for passwords.
encryptPassword(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
This method provides client-side encryption mechanism for passwords.
encryptPassword(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
This method provides client-side encryption of passwords.
encryptPassword(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
This method provides client-side encryption of passwords.
EntityExistsException - Exception in org.apache.turbine.util.security
Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
EntityExistsException(String) - Constructor for exception org.apache.turbine.util.security.EntityExistsException
Construct an EntityExistsException with specified detail message.
equals(Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. Use org.apache.commons.lang.ObjectUtils.equals()
Error - Class in org.apache.turbine.modules.screens
This is a sample Error Screen module.
Error() - Constructor for class org.apache.turbine.modules.screens.Error
 
eval(RunData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Deprecated. Use PipelineData version instead.
eval(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Attempts to load and execute the external Navigation.
eval(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Deprecated. Use PipelineData version instead.
eval(PipelineData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the external Screen.
EVENT_PREFIX - Static variable in interface org.apache.turbine.util.uri.URIConstants
prefix for event names
exec(RunData, String) - Method in class org.apache.turbine.modules.ActionLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.ActionLoader
Attempts to load and execute the external action.
exec(PipelineData, 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.GenericLoader
Deprecated. Use of this method should be avoided. Use exec(PipelineData data, String name) instead.
exec(RunData, String) - Method in class org.apache.turbine.modules.LayoutLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.LayoutLoader
Attempts to load and execute the external layout.
exec(RunData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.NavigationLoader
Attempts to load and execute the external Navigation.
exec(RunData, String) - Method in class org.apache.turbine.modules.PageLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.PageLoader
Attempts to load and execute the external page.
exec(JobEntry, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Attempts to load and execute the external ScheduledJob.
exec(RunData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Deprecated. Use PipelineData version instead.
exec(PipelineData, String) - Method in class org.apache.turbine.modules.ScreenLoader
Attempts to load and execute the Screen.
exec() - Method in class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
builds the output of the navigation template
execute(String, Vector, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
Deprecated. Handles all requests for an Authenticated file transfer.
executeAuthenticatedRpc(URL, String, String, String, Vector) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Execute a remote procedure call taht requires authentication
executeAuthenticatedRpc(URL, String, String, String, Vector) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Client's Authenticated interface to XML-RPC.
executeAuthenticatedRpc(URL, String, String, String, Vector) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Execute a remote procedure call taht requires authentication.
executeEvents(RunData) - Method in class org.apache.turbine.modules.ActionEvent
Deprecated. Use PipelineData version instead.
executeEvents(PipelineData) - 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
Deprecated. Use PipelineData version instead.
executeEvents(PipelineData, Context) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
This method should be called to execute the event based system.
executePage(PipelineData) - Method in class org.apache.turbine.pipeline.ExecutePageValve
execute the page generation.
ExecutePageValve - Class in org.apache.turbine.pipeline
Implements the Page Generation portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
ExecutePageValve() - Constructor for class org.apache.turbine.pipeline.ExecutePageValve
Creates a new instance.
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.
exists(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 
exists(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
 
exists(String) - Method in interface org.apache.turbine.services.TurbineServiceProvider
Is the service known to the service container?
expandRelative(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Expands a string that points to a relative path or path list, leaving it as an absolute path based on the servlet context.
expandRelative(ServletConfig, String) - Static method in class org.apache.turbine.util.ServletUtils
Expands a string that points to a relative path or path list, leaving it as an absolute path based on the servlet context.
EXTENSION_SEPARATOR - Static variable in interface org.apache.turbine.services.template.TemplateService
Character that separates a Template Name from the Extension

F

FileHandler - 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.
FileHandler() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. Default Constructor
FileTransfer - 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.
FileTransfer() - Constructor for class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated.  
findInitParameter(ServletContext, ServletConfig, String, String) - Static method in class org.apache.turbine.Turbine
Finds the specified servlet configuration/initialization parameter, looking first for a servlet-specific parameter, then for a global parameter, and using the provided default if not found.
FIRST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the first name.
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.ldap.LDAPUserManager
This method is not yet implemented Forcibly sets new password for an User.
forcePassword(User, String) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Forcibly sets new password for an User.
forcePassword(User, String) - Method in interface org.apache.turbine.services.security.SecurityService
Forcibly sets new password for an User.
forcePassword(User, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Forcibly sets new password for an User.
forcePassword(User, String) - Method in interface org.apache.turbine.services.security.UserManager
Forcibly sets new password for an User.
format(String, Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
Formats a localized value using the provided object.
format(String, Object, Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
Formats a localized value using the provided objects.
format(String, Object[]) - Method in class org.apache.turbine.services.localization.LocalizationTool
Formats a localized value using the provided objects.
format(Date) - Method in class org.apache.turbine.services.pull.util.DateFormatter
Formats the given date as a String using the default date format.
format(Date, String) - Method in class org.apache.turbine.services.pull.util.DateFormatter
Formats the given date as a String.
formatHttpDate(Date) - Static method in class org.apache.turbine.util.HttpUtils
Formats a java Date according to rfc 1123, the rfc standard for dates in http.
formatString(String) - Method in class org.apache.turbine.modules.ActionEvent
This method does the conversion of the lowercase method name into the proper case.
FormMessage - Class in org.apache.turbine.util
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 in org.apache.turbine.util
Used for adding and accessing messages that relate to a specific form and field.
FormMessages() - Constructor for class org.apache.turbine.util.FormMessages
Constructor.
FTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
Deprecated. use URIConstants.FTP_PORT
FTP_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
FTP Default Control Port

G

GenerateUniqueId - Class in org.apache.turbine.util
This class generates a unique 10+ character id.
GenerateUniqueId() - Constructor for class org.apache.turbine.util.GenerateUniqueId
 
GenericLoader - Class in org.apache.turbine.modules
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(String) - Method in class org.apache.turbine.om.OMTool
 
get(String, String) - Method in class org.apache.turbine.om.OMTool
 
get(Class) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
 
get(Class, Object) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
 
get(Class) - Method in interface org.apache.turbine.pipeline.PipelineData
 
get(Class, Object) - Method in interface org.apache.turbine.pipeline.PipelineData
 
get(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 
get(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
 
get(String) - Method in class org.apache.turbine.services.intake.IntakeTool
get a specific group
get(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group
get(String, String) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group by name and key.
get(String, String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool
Get a specific group by name and key.
get(String) - Method in class org.apache.turbine.services.localization.LocalizationTool
Performs text lookups for localization.
get(String) - Method in class org.apache.turbine.services.pull.util.SessionData
Gets the data stored under the key.
get(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve a property from the properties held within the properties file for this skin.
get(String) - Method in interface org.apache.turbine.services.TurbineServiceProvider
Returns an instance of the requested service.
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. The client has indicated that it would like to get a file from the server.
get(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to get a file to a server.
get(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to get a file from a server that requires a user name and password.
get(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
get(String, String, String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
getAbsoluteLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getAbsoluteLink() - Method in class org.apache.turbine.util.uri.DataURI
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getAbsoluteLink() - Method in class org.apache.turbine.util.uri.TurbineURI
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getAbsoluteLink(String) - Static method in class org.apache.turbine.util.uri.URIUtils
Convert a given Path into a Turbine Data URI.
getAbsolutePathToResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the absolute path of the resources directory used by application tools.
getAbsolutePathToResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the absolute path of the resources directory used by application tools.
getAbsolutePathToResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the absolute path to the resources directory used by the application tools.
getAbsoluteURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path.
getAbsoluteURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the absolute URI leaving the source intact.
getAccessCounter() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the access counter for a user from perm storage.
getAccessCounter() - Method in interface org.apache.turbine.om.security.User
Gets the access counter for a user from perm storage.
getAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user from perm storage.
getAccessCounterForSession() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the access counter for a user during a session.
getAccessCounterForSession() - Method in interface org.apache.turbine.om.security.User
Gets the access counter for a user during a session.
getAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the access counter for a user during a session.
getACL() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the access control list.
getACL(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an AccessControlList for a specific user.
getACL() - Method in interface org.apache.turbine.util.RunData
Gets the access control list.
getAclClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of ACL interface.
getAclClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of AccessControlList interface used by the system.
getAclInstance(Map, Map) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a new ACL object.
getAclInstance(Map, Map) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a new ACL object.
getAction() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the action.
getAction() - Method in interface org.apache.turbine.util.RunData
Gets the action.
getActiveSessions() - Method in interface org.apache.turbine.services.session.SessionService
Gets all active sessions
getActiveSessions() - Method in class org.apache.turbine.services.session.SessionTool
Gets a list of the active sessions
getActiveSessions() - Static method in class org.apache.turbine.services.session.TurbineSession
Gets a list of the active sessions
getActiveSessions() - Method in class org.apache.turbine.services.session.TurbineSessionService
Gets a list of the active sessions.
getActiveUsers() - Method in interface org.apache.turbine.services.session.SessionService
Gets a collection of all user objects representing the users currently logged in.
getActiveUsers() - Method in class org.apache.turbine.services.session.SessionTool
Gets a collection of all user objects representing the users currently logged in.
getActiveUsers() - Static method in class org.apache.turbine.services.session.TurbineSession
Gets a collection of all user objects representing the users currently logged in.
getActiveUsers() - Method in class org.apache.turbine.services.session.TurbineSessionService
Gets a collection of all user objects representing the users currently logged in.
getAdminPassword() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the administration password.
getAdminUsername() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the administration username.
getAllGroups() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all groups defined in the system.
getAllGroups() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllGroups() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all groups defined in the system.
getAllGroups() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all groups defined in the system.
getAllGroups() - Method in interface org.apache.turbine.util.security.AccessControlList
Returns all groups definded in the system.
getAllGroups() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Returns all groups definded in the system.
getAllPermissions() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all permissions defined in the system.
getAllPermissions() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllPermissions() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all permissions defined in the system.
getAllPermissions() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all permissions defined in the system.
getAllRoles() - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieves all roles defined in the system.
getAllRoles() - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getAllRoles() - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all roles defined in the system.
getAllRoles() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all roles defined in the system.
getAMPMSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAMPMSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return an am/pm selector.
getAnonymousUser() - Method in class org.apache.turbine.services.security.BaseSecurityService
Constructs an User object to represent an anonymous user of the application.
getAnonymousUser() - Method in interface org.apache.turbine.services.security.SecurityService
Constructs an User object to represent an anonymous user of the application.
getAnonymousUser() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an User object to represent an anonymous user of the application.
getApplicationRoot() - Method in class org.apache.turbine.services.BaseServiceBroker
Get the application root as set by the parent application.
getApplicationRoot() - Static method in class org.apache.turbine.Turbine
Get the application root for this Turbine webapp.
getAssembler(String) - Method in class org.apache.turbine.modules.LayoutLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in interface org.apache.turbine.modules.Loader
Pulls out an instance of an Assembler Object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.NavigationLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the object by name.
getAssembler(String) - Method in class org.apache.turbine.modules.ScreenLoader
Pulls out an instance of the object by name.
getAssembler(String, String) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Attempts to load an Assembler of a type with a given name
getAssembler(String, String) - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Return an Assembler for a given type and object name.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Attempt to retrieve an Assembler of a given type with a name.
getAssembler(String) - Method in interface org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaActionFactory
Get an Assembler.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaNavigationFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaPageFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScheduledJobFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.java.JavaScreenFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
Get an Assembler.
getAssembler(String, String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
Get an Assembler.
getAssembler(String) - Method in class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
Get an Assembler.
getAssociatedFileExtensions() - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
getAssociatedFileExtensions() - Method in interface org.apache.turbine.services.template.TemplateEngineService
Supplies the file extension to key this engine in TemplateService's registry with.
getAttribute(String) - Method in class org.apache.turbine.om.security.SecurityObject
Retrieves the value of specific attribute of this object.
getAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttributeNames() - Method in class org.apache.turbine.util.TurbineConfig
Returns an Enumeration containing the attribute names available within this servlet context.
getAttributes() - Method in class org.apache.turbine.om.security.SecurityObject
Returns a Map containing this object's attributes.
getAuthenticatedUser(String, String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Authenticates an user, and constructs an User object to represent him/her.
getAuthenticatedUser(String, String) - Method in interface org.apache.turbine.services.security.SecurityService
Authenticates an user, and constructs an User object to represent him/her.
getAuthenticatedUser(String, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Authenticates an user, and constructs an User object to represent him/her.
getBasePackage() - Static method in class org.apache.turbine.modules.GenericLoader
Gets the base package where Turbine should find its default modules.
getBaseSearch() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get value of the property for the Base Search.
getBodyAttributes() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns the map of body attributes
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.
getBundleName(Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
The return value of this method is used to set the name of the bundle used by this tool.
getCacheSize() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Get the CacheSize value.
getCacheSize() - Method in interface org.apache.turbine.services.template.mapper.Mapper
Get the CacheSize value.
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.
getCid(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Get the cid of an embedded file.
getConfiguration() - Method in class org.apache.turbine.services.BaseService
Returns the configuration of this Service.
getConfiguration() - Method in class org.apache.turbine.services.BaseServiceBroker
Get the configuration for this service manager.
getConfiguration(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns the configuration for the specified service.
getConfiguration() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
Returns the configuration of this service.
getConfiguration() - Method in interface org.apache.turbine.services.Service
Returns the Configuration of this Service.
getConfiguration(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns the configuration of a specific service.
getConfiguration() - Method in interface org.apache.turbine.services.ServiceManager
Get the configuration for this service manager.
getConfiguration() - Static method in class org.apache.turbine.Turbine
Return the current configuration with all keys included
getConfirmed() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the confirmation value.
getConfirmed() - Method in interface org.apache.turbine.om.security.User
Gets the confirmation value.
getConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the value of Confirmed variable
getContentType(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
getContentType(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
Set the content type.
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.
getContext(RunData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
getContext(PipelineData) - Method in class org.apache.turbine.modules.actions.VelocityAction
Return the Context needed by Velocity.
getContext(RunData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use TurbineVelocity.getContext(data)
getContext(PipelineData) - Static method in class org.apache.turbine.modules.screens.VelocityScreen
Deprecated. Use TurbineVelocity.getContext(pipelineData)
getContext(String) - Method in interface org.apache.turbine.services.naming.NamingService
Return the Context with the specified name.
getContext(String) - Method in class org.apache.turbine.services.naming.TurbineNamingService
Return the Context with the specified name.
getContext(RunData) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Deprecated. Use the PipelineData version instead.
getContext(PipelineData) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This returns a Context that you can pass into handleRequest once you have populated it with information that the template will know about.
getContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a blank Context object, which also contains the global context object.
getContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context object that also contains the globalContext.
getContext(RunData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the RunData object.
getContext(PipelineData) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Create a Context from the PipelineData object.
getContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
Create an empty WebContext object.
getContext(RunData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
getContext(PipelineData) - Method in interface org.apache.turbine.services.velocity.VelocityService
Create a Context from the RunData object.
getContext(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getContext() - Method in class org.apache.turbine.util.velocity.VelocityEmail
Get the context object that will be merged with the template.
getContextAndScript(StringBuffer) - Method in class org.apache.turbine.util.uri.BaseURI
Append the Context Path and Script Name to the passed String Buffer.
getContextPath() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached context path.
getContextPath() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the context path for this Turbine application.
getContextPath() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the context path for this Turbine application.
getContextPath() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the context path for this Turbine application.
getContextPath() - Static method in class org.apache.turbine.Turbine
Return the context path.
getContextPath() - Method in interface org.apache.turbine.util.RunData
Gets the cached context path.
getContextPath() - Method in class org.apache.turbine.util.ServerData
Get the context path.
getContextPath() - Method in class org.apache.turbine.util.uri.BaseURI
Gets the context path.
getContextPath() - Method in interface org.apache.turbine.util.uri.URI
Gets the context path.
getCookieParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookie parser without parsing the cookies.
getCookieParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the cookie parser without parsing the cookies.
getCookies() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cookies.
getCookies() - Method in interface org.apache.turbine.util.RunData
Gets the cookies.
getCreateDate() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the create date for this User.
getCreateDate() - Method in interface org.apache.turbine.om.security.User
Gets the create date for this User.
getCreateDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the create date for this User.
getDaySelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a day selector.
getDaySelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a day selector.
getDebugVariables() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a Map of debug variables.
getDebugVariables() - Method in interface org.apache.turbine.util.RunData
Gets a Map of debug variables.
getDefault() - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
Populates the object with the default values from the XML File
getDefaultBufferSize() - Method in interface org.apache.turbine.services.jsp.JspService
Returns the default buffer size of the JspService
getDefaultBufferSize() - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Returns the default buffer size of the JspService
getDefaultBufferSize() - Method in class org.apache.turbine.services.jsp.TurbineJspService
Returns the default buffer size of the JspService
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.
getDefaultDoctype() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Retrieve the default Doctype as configured by the TurbineResources.peoperties default.doctype.root.element, default.doctype.identifier and default.doctype.url properties (defaults are "HTML", "-//W3C//DTD HTML 4.01 Transitional//EN" and "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd" respectively).
getDefaultExtension() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default template name extension specified in the template service properties.
getDefaultExtension() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default extension given in the properties file.
getDefaultExtension() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default template name extension specified in the template service properties.
getDefaultLayout() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout module name of the template engine service corresponding to the default template name extension.
getDefaultLayout() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout module name of the template engine service corresponding to the default template name extension.
getDefaultLayout() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout module name of the template engine service corresponding to the default template name extension.
getDefaultLayoutName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default layout module name for the given request.
getDefaultLayoutName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Find the default layout module name for the given request.
getDefaultLayoutName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout module name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default layout module name for the given request.
getDefaultLayoutTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout template name of the template engine service corresponding to the default template name extension.
getDefaultLayoutTemplate() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template given in the properties file.
getDefaultLayoutTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout template name of the template engine service corresponding to the default template name extension.
getDefaultLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
getDefaultLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default layout template name of the template engine service corresponding to the template name extension of the named template.
getDefaultLocale() - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the default locale defined by properties named "locale.default.lang" and "locale.default.country".
getDefaultName(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Returns the default name for the passed Template.
getDefaultName(String) - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
Returns the default name for the passed Template.
getDefaultName(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Returns the default name for the supplied template name.
getDefaultNavigation() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default navigation module name of the template engine service corresponding to the default template name extension.
getDefaultNavigation() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default Navigation given in the properties file.
getDefaultNavigation() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default navigation module name of the template engine service corresponding to the default template name extension.
getDefaultNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
getDefaultNavigationName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
getDefaultNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default navigation module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPage() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default page module name of the template engine service corresponding to the default template name extension.
getDefaultPage() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default page module name of the template engine service corresponding to the default template name extension.
getDefaultPage() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default page module name of the template engine service corresponding to the default template name extension.
getDefaultPageName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPageName(RunData) - Method in interface org.apache.turbine.services.template.TemplateService
Find the default page module name for the given request.
getDefaultPageName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPageName(RunData) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Find the default page module name for the given request.
getDefaultPageName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default page module name of the template engine service corresponding to the template name extension of the named template.
getDefaultPageName(RunData) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Find the default page module name for the given request.
getDefaultProperty() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Get the DefaultProperty value.
getDefaultProperty() - Method in interface org.apache.turbine.services.template.mapper.Mapper
Get the DefaultProperty value.
getDefaultScreen() - Method in interface org.apache.turbine.services.template.TemplateService
Get the default screen module name of the template engine service corresponding to the default template name extension.
getDefaultScreen() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the Screen template given in the properties file.
getDefaultScreen() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default screen module name of the template engine service corresponding to the default template name extension.
getDefaultScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
getDefaultScreenName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
getDefaultScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Get the default screen module name of the template engine service corresponding to the template name extension of the named template.
getDefaultServerData() - Static method in class org.apache.turbine.Turbine
Return all the Turbine Servlet information (Server Name, Port, Scheme in a ServerData structure.
getDefaultTemplate() - Method in interface org.apache.turbine.services.template.TemplateService
Returns the Default Template Name with the Default Extension.
getDefaultTemplate() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Returns the Default Template Name with the Default Extension.
getDefaultTemplate() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Returns the Default Template Name with the Default Extension.
getDN() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the distinguished name (DN) of the User.
getEmail() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the email address for this user.
getEmail() - Method in interface org.apache.turbine.om.security.User
Returns the email address for this user.
getEmail() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the Email for this user.
getEmailAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the E-Mail Attribute.
getExtension(String) - Method in interface org.apache.turbine.services.template.TemplateService
Return Extension for a supplied template
getExtension(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Return Extension for a supplied template
getExtension(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Return Extension for a supplied template
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.
getFieldNames() - Method in class org.apache.turbine.util.FormMessage
Return the field names.
getFileName(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Get a valid and existing filename from a template 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.
getFirstName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the first name for this user.
getFirstNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Firstname Attribute.
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.
getGlobalContext() - Method in interface org.apache.turbine.services.pull.PullService
Get the context containing global tools that will be use as part of the Turbine Pull Model.
getGlobalContext() - Static method in class org.apache.turbine.services.pull.TurbinePull
Get the context containing global tools that will be use as part of the Turbine Pull Model.
getGlobalContext() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the Context which contains all global tools that are to be used in conjunction with the Turbine Pull Model.
getGlobalGroup() - Method in class org.apache.turbine.services.security.BaseSecurityService
Provides a reference to the Group object that represents the global group.
getGlobalGroup() - Method in interface org.apache.turbine.services.security.SecurityService
Provides a reference to the Group object that represents the global group.
getGlobalGroup() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Provides a reference to the Group object that represents the global group.
getGroup(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getGroupByName instead.
getGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getGroupByName instead.
getGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getGroupByName instead.
getGroup(String) - Method in class org.apache.turbine.util.security.GroupSet
Deprecated. Use getGroupByName instead.
getGroupById(int) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Group object with specified Id.
getGroupById(int) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Group object with specified Id.
getGroupById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Group object with specified Id.
getGroupById(int) - Method in class org.apache.turbine.util.security.GroupSet
Returns a Group with the given id, if it is contained in this GroupSet.
getGroupByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Group object with specified name.
getGroupByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Group object with specified name.
getGroupByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Group object with specified name.
getGroupByName(String) - Method in class org.apache.turbine.util.security.GroupSet
Returns a Group with the given name, if it is contained in this GroupSet.
getGroupClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Group interface.
getGroupClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Group interface used by the system.
getGroupClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Group interface used by the system.
getGroupInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Group object.
getGroupInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Group object.
getGroupInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Group object.
getGroupInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Group object.
getGroupInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Group object.
getGroups() - Method in class org.apache.turbine.services.intake.IntakeTool
Get a Map containing all the groups.
getGroups(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Groups that meet the specified Criteria.
getGroups(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Groups that meet the specified Criteria.
getGroupsArray() - Method in class org.apache.turbine.util.security.GroupSet
Returns an Array of Groups in this GroupSet.
getHostUrl(StringBuffer) - Method in class org.apache.turbine.util.ServerData
Appends the Host URL to the supplied StringBuffer.
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.
getHttpEquivs() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Gets the map of http equiv tags
getId() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Id of the SecurityEntity.
getId() - Method in class org.apache.turbine.om.security.SecurityObject
Unused.
getId() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Not implemented.
getIdAsObj() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Id of the SecurityEntity as an Integer object.
getIdAsObj() - Method in class org.apache.turbine.om.security.SecurityObject
Unused.
getIdAsObj() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Not implemented.
getIdentifier() - Static method in class org.apache.turbine.util.GenerateUniqueId
Get the unique id.
getIdentifier(String) - Method in class org.apache.turbine.util.GenerateUniqueId
Get the unique id.
getIds() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of Id values in this Object.
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 class org.apache.turbine.services.BaseInitableBroker
Provides an instance of Initable class ready to work.
getInitable(String) - Method in interface org.apache.turbine.services.InitableBroker
Provides an instance of Initable class ready to work.
getInitableBroker() - Method in class org.apache.turbine.services.BaseInitable
Returns an InitableBroker reference.
getInitableBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getInitableInstance(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Retrieves an instance of an Initable from the repository.
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.
getInstance(String) - Method in class org.apache.turbine.modules.ActionLoader
Pulls out an instance of the object by name.
getInstance() - Static method in class org.apache.turbine.modules.ActionLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.LayoutLoader
Pulls out an instance of the Layout by name.
getInstance() - Static method in class org.apache.turbine.modules.LayoutLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.NavigationLoader
Pulls out an instance of the Navigation by name.
getInstance() - Static method in class org.apache.turbine.modules.NavigationLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.PageLoader
Pulls out an instance of the page by name.
getInstance() - Static method in class org.apache.turbine.modules.PageLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.ScheduledJobLoader
Pulls out an instance of the object by name.
getInstance() - Static method in class org.apache.turbine.modules.ScheduledJobLoader
The method through which this class is accessed.
getInstance(String) - Method in class org.apache.turbine.modules.ScreenLoader
Pulls out an instance of the Screen by name.
getInstance() - Static method in class org.apache.turbine.modules.ScreenLoader
The method through which this class is accessed.
getInstance(String) - Method in interface org.apache.turbine.om.RetrieverFactory
Gets an object capable of retrieving objects of type "className"
getInstance() - Static method in class org.apache.turbine.services.TurbineServices
The method through which this class is accessed as a broker.
getInstanceId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
getInstanceId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns an identifier of this Turbine instance that is unique both on the server and worldwide.
getInstanceId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
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(String) - Method in class org.apache.turbine.services.schedule.SchedulerTool
Gets the job identified by the jobId.
getJob(int) - Method in interface org.apache.turbine.services.schedule.ScheduleService
Get a specific Job from Storage.
getJob(int) - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Get a specific Job from Storage.
getKey() - Method in class org.apache.turbine.util.uri.URIParam
Returns the key.
getLastAccessDate() - Method in class org.apache.turbine.om.security.TurbineUser
Gets the last access date for this User.
getLastAccessDate() - Method in interface org.apache.turbine.om.security.User
Gets the last access date for this User.
getLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Gets the last access date for this User.
getLastLogin() - Method in class org.apache.turbine.om.security.TurbineUser
Get last login date/time for this user.
getLastLogin() - Method in interface org.apache.turbine.om.security.User
Returns the user's last login date.
getLastLogin() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get last login date/time for this user.
getLastName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the last name for this user.
getLastName() - Method in interface org.apache.turbine.om.security.User
Returns the last name for this user.
getLastName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the last name for this user.
getLastNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Lastname Attribute.
getLayout(PipelineData) - 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.Screen
Deprecated. Use PipelineData version instead.
getLayout(RunData) - Method in class org.apache.turbine.modules.screens.RawScreen
Deprecated. Use PipelineData version instead.
getLayout(PipelineData) - Method in class org.apache.turbine.modules.screens.RawScreen
The layout must be set to null.
getLayout() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
getLayout() - Method in interface org.apache.turbine.util.RunData
If the Layout has not been defined by the screen then set the layout to be "DefaultLayout".
getLayoutName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the layout module to be used with the named layout template.
getLayoutName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of the layout module to be used with the named layout template.
getLayoutName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the layout module to be used with the named layout template.
getLayoutTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Convenience method for a template info that returns the layout template being used.
getLayoutTemplate() - Method in interface org.apache.turbine.util.RunData
Convenience method for a template info that returns the layout template being used.
getLayoutTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of layout.
getLayoutTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
getLayoutTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a layout template.
getLayoutTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the layout template corresponding to the given screen template name parameter.
getLDAPAttributes() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get the JNDI Attributes used to store the user in LDAP.
getLDAPAuthentication() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the Authentication mechanism.
getLDAPHost() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Host.
getLDAPPort() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Port.
getLDAPProvider() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the property for the LDAP Provider.
getLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the URI.
getLoader() - Method in class org.apache.turbine.services.template.mapper.ClassMapper
Get the Loader value.
getLocale() - Method in class org.apache.turbine.services.localization.LocalizationTool
Gets the current locale.
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.
getLocalizationService() - Method in class org.apache.turbine.services.localization.LocalizationTool
Lazy load the LocalizationService.
getMailServer() - Method in class org.apache.turbine.util.velocity.VelocityEmail
Gets the host name of the outgoing mail server.
getMailServer() - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Gets the host name of the outgoing mail server.
getMajorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMappedName(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Return the first match name for the given template name.
getMappedName(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Return the first match name for the given template name.
getMedia() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Gets the media for which the stylesheet should be applied.
getMessage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the results of an action or another message to be displayed as a string.
getMessage() - Method in class org.apache.turbine.util.FormMessage
Return the message.
getMessage() - Method in interface org.apache.turbine.util.RunData
Gets the results of an action or another message to be displayed as a string.
getMessage() - Method in class org.apache.turbine.util.SecurityCheck
Get the message that should be displayed.
getMessage() - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Get the message that should be displayed.
getMessageAsHTML() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the results of an action or another message to be displayed as an ECS string element.
getMessageAsHTML() - Method in interface org.apache.turbine.util.RunData
Gets the results of an action or another message to be displayed as an ECS string element.
getMessages() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets a FormMessages object where all the messages to the user should be stored.
getMessages() - Method in interface org.apache.turbine.util.RunData
Gets a FormMessages object where all the messages to the user should be stored.
getMetaTags() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Gets the map of meta tags
getMimeType(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getMinorVersion() - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
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.
getMonthSelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a month selector.
getMonthSelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a month selector.
getName() - Method in class org.apache.turbine.om.OMTool
 
getName() - Method in interface org.apache.turbine.om.security.SecurityEntity
Get the Name of the SecurityEntity.
getName() - Method in class org.apache.turbine.om.security.SecurityObject
Returns the name of this object.
getName() - Method in class org.apache.turbine.om.security.TurbineUser
Returns the name of this user.
getName() - Method in class org.apache.turbine.pipeline.TurbinePipeline
Get the name of this pipeline.
getName() - Method in class org.apache.turbine.services.BaseService
Returns the name of this service.
getName() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getName() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Returns the username for this user.
getName() - Method in interface org.apache.turbine.services.Service
Returns the name of this Service.
getName() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Returns the name of this ACL.
getNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Username Attribute.
getNamedDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getNames() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of Names in this Object.
getNavigationName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the navigation module to be used with the named navigation template.
getNavigationName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of the navigation module to be used with the named navigation template.
getNavigationName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the navigation module to be used with the named navigation template.
getNavigationTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of navigationTemplate.
getNavigationTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the navigation template corresponding to the given template name parameter.
getNavigationTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a navigation template.
getNavigationTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the navigation template corresponding to the given template name parameter.
getNewContext() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
This method returns a new, empty Context object.
getNewContext() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
This method returns a new, empty Context object.
getNewContext() - Method in interface org.apache.turbine.services.velocity.VelocityService
This method returns a new, empty Context object.
getNewGroup(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getGroupInstance(String name) instead.
getNewGroup(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Group.
getNewGroup(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getGroupInstance(String name) instead.
getNewGroup(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getGroupInstance(String name) instead.
getNewPermission(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getPermissionInstance(String name) instead.
getNewPermission(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Permission.
getNewPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getPermissionInstance(String name) instead.
getNewPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getPermissionInstance(String name) instead.
getNewRole(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getRoleInstance(String name) instead.
getNewRole(String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves a new Role.
getNewRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getRoleInstance(String name) instead.
getNewRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getRoleInstance(String name) instead.
getNextRunAsString() - Method in interface org.apache.turbine.services.schedule.JobEntry
Get the next runtime for this job as a String.
getNextRunDate() - Method in interface org.apache.turbine.services.schedule.JobEntry
Gets the next runtime as a date
getNextRuntime() - Method in interface org.apache.turbine.services.schedule.JobEntry
Get the next runtime for this job as a long.
getNonLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Get a non-local service managed by a TurbineServiceProvider.
getOut() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, response writer will not be cached
getOut() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, response writer will not be cached
getPage() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Gets the template variable used by the Template Service.
getPage() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, ECS is no longer a requirement
getPage() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, ECS is no longer a requirement
getParameterParser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameter parser without parsing the parameters.
getParameterParser() - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Gets the parameter parser without parsing the parameters.
getParameters() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the parameters.
getParameters() - Method in interface org.apache.turbine.util.RunData
Gets the parameters.
getPassword() - Method in class org.apache.turbine.om.security.TurbineUser
Get password for this user.
getPassword() - Method in interface org.apache.turbine.om.security.User
Returns the user's password.
getPassword() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get password for this user.
getPasswordAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the Password Attribute.
getPathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
Gets the current Query Data List.
getPerm(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from permanent storage.
getPerm(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from permanent storage; return default if value is null.
getPerm(String) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage.
getPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
Get an object from permanent storage; return default if value is null.
getPerm(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage.
getPerm(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from permanent storage; return default if value is null.
getPermission(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getPermissionByName instead.
getPermission(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getPermissionByName instead.
getPermission(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getPermissionByName instead.
getPermission(String) - Method in class org.apache.turbine.util.security.PermissionSet
Deprecated. Use getPermissionByName instead.
getPermissionById(int) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Permission object with specified Id.
getPermissionById(int) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Permission object with specified Id.
getPermissionById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Permission object with specified Id.
getPermissionById(int) - Method in class org.apache.turbine.util.security.PermissionSet
Returns a Permission with the given id, if it is contained in this PermissionSet.
getPermissionByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Permission object with specified name.
getPermissionByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Permission object with specified name.
getPermissionByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Permission object with specified name.
getPermissionByName(String) - Method in class org.apache.turbine.util.security.PermissionSet
Returns a Permission with the given name, if it is contained in this PermissionSet.
getPermissionClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Permission interface.
getPermissionClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Permission interface used by the system.
getPermissionClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Permission interface used by the system.
getPermissionInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Permission object.
getPermissionInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Permission object.
getPermissionInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Permission object.
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(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieves all permissions associated with a role.
getPermissions(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieves all permissions associated with a role.
getPermissions(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Permissions that meet the specified Criteria.
getPermissions(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves all permissions associated with a role.
getPermissions(Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in a Group.
getPermissions() - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissions(Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Permissions an user is assigned in a Group.
getPermissions() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Permissions an user is assigned in the global Group.
getPermissionsArray() - Method in class org.apache.turbine.util.security.PermissionSet
Returns an Array of Permissions in this PermissionSet.
getPermStorage() - Method in class org.apache.turbine.om.security.TurbineUser
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in interface org.apache.turbine.om.security.User
This should only be used in the case where we want to save the data to the database.
getPermStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getPrefix() - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
Get the Prefix value.
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() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get all the properties for the security service.
getProperties() - Method in interface org.apache.turbine.services.Service
Returns the Properties of this Service.
getProperty(String) - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get a property from the LDAP security service.
getProperty(String, String) - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get a property from the LDAP security service.
getPseudorandomId() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Returns a unique identifier that looks like random data.
getPseudorandomId() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns a unique identifier that looks like random data.
getPseudorandomId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returns a unique identifier that looks like random data.
getQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
Gets the current Query Data List.
getQueryKey() - Method in interface org.apache.turbine.om.Retrievable
get an id that differentiates this object from others of its class.
getRealPath(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the complete filesystem path for a given URI
getRealPath(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the complete filesystem path for a given URI
getRealPath(String) - Static method in class org.apache.turbine.Turbine
Used to get the real path of configuration and resource information.
getRealPath(String) - Method in class org.apache.turbine.util.TurbineConfig
Translates a path relative to the web application root into an absolute path.
getRedirectURI() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the redirect URI.
getRedirectURI() - Method in interface org.apache.turbine.util.RunData
Gets the redirect URI.
getReference() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the current reference anchor.
getReference() - Method in class org.apache.turbine.util.uri.BaseURI
Returns the current reference anchor.
getReference() - Method in interface org.apache.turbine.util.uri.URI
Returns the current reference anchor.
getRelativeLink() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getRelativeLink() - Method in class org.apache.turbine.util.uri.DataURI
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getRelativeLink() - Method in class org.apache.turbine.util.uri.TurbineURI
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
getRelativeTemplateName(String) - Method in interface org.apache.turbine.services.jsp.JspService
Searchs for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher
getRelativeTemplateName(String) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Searchs for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher
getRelativeTemplateName(String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Searchs for a template in the default.template path[s] and returns the template name with a relative path which is required by javax.servlet.RequestDispatcher
getRelativeURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path.
getRelativeURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the relative URI leaving the source intact.
getRemoteAddr() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the IP address of the client that sent the request.
getRemoteAddr() - Method in interface org.apache.turbine.util.RunData
Gets the IP address of the client that sent the request.
getRemoteHost() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the qualified name of the client that sent the request.
getRemoteHost() - Method in interface org.apache.turbine.util.RunData
Gets the qualified name of the client that sent the request.
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.
getRequestDispatcher(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getResource(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Returns an URL object for a given URI string.
getResource(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns an URL object for a given URI string.
getResource(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns a URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Method in interface org.apache.turbine.services.servlet.ServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Same as getResource except that it returns an InputStream
getResourceAsStream(String) - Method in class org.apache.turbine.util.TurbineConfig
Returns the resource located at the named path as an InputStream object.
getResourcePaths(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
getResourcesDirectory() - Method in interface org.apache.turbine.services.pull.PullService
Return the resources directory.
getResourcesDirectory() - Static method in class org.apache.turbine.services.pull.TurbinePull
Return the resources directory.
getResourcesDirectory() - Method in class org.apache.turbine.services.pull.TurbinePullService
Return the resources directory.
getResponse() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet response.
getResponse() - Method in interface org.apache.turbine.util.RunData
Gets the servlet response.
getResponse() - Method in class org.apache.turbine.util.uri.BaseURI
Returns the Response Object from the Servlet Container.
getRole(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. Use getRoleByName instead.
getRole(String) - Method in interface org.apache.turbine.services.security.SecurityService
Deprecated. Use getRoleByName instead.
getRole(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Deprecated. Use getRoleByName instead.
getRole(String) - Method in class org.apache.turbine.util.security.RoleSet
Deprecated. Use getRoleByName instead.
getRoleById(int) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Role object with specified Id.
getRoleById(int) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Role object with specified Id.
getRoleById(int) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Role object with specified Id.
getRoleById(int) - Method in class org.apache.turbine.util.security.RoleSet
Returns a Role with the given id, if it is contained in this RoleSet.
getRoleByName(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Retrieve a Role object with specified name.
getRoleByName(String) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a Role object with specified name.
getRoleByName(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a Role object with specified name.
getRoleByName(String) - Method in class org.apache.turbine.util.security.RoleSet
Returns a Role with the given name, if it is contained in this RoleSet.
getRoleClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
Return a Class object representing the system's chosen implementation of of Role interface.
getRoleClass() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the Class object for the implementation of Role interface used by the system.
getRoleClass() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of Role interface used by the system.
getRoleInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Role object.
getRoleInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank Role object.
getRoleInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Role object.
getRoleInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank Role object.
getRoleInstance(String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank Role object.
getRoles(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Object) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieve a set of Roles that meet the specified Criteria.
getRoles(Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in a Group.
getRoles() - Method in interface org.apache.turbine.util.security.AccessControlList
Retrieves a set of Roles an user is assigned in the global Group.
getRoles(Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Roles an user is assigned in a Group.
getRoles() - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Retrieves a set of Roles an user is assigned in the global Group.
getRolesArray() - Method in class org.apache.turbine.util.security.RoleSet
Returns an Array of Roles in this RoleSet.
getRunData(PipelineData) - Method in class org.apache.turbine.modules.Assembler
This can go once RunData is replaced...
getRunData(PipelineData) - Method in class org.apache.turbine.pipeline.AbstractValve
utility for getting RunData out of the pielineData object.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in interface org.apache.turbine.services.rundata.RunDataService
Gets a RunData object from a specific configuration.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a default RunData object.
getRunData(String, HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Gets a RunData instance from a specific configuration.
getRunData(HttpServletRequest, HttpServletResponse, ServletConfig) - Static method in class org.apache.turbine.util.RunDataFactory
Deprecated. Open way to get RunData information across Turbine..
getScheduledJobs() - Method in class org.apache.turbine.services.schedule.SchedulerTool
Gets the list of scheduled jobs.
getSchemeAndPort(StringBuffer) - Method in class org.apache.turbine.util.uri.BaseURI
Appends Scheme, Server and optionally the port to the supplied String Buffer.
getScreen() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the screen to execute.
getScreen() - Method in interface org.apache.turbine.util.RunData
Gets the screen to execute.
getScreenName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen module to be used with the named screen template.
getScreenName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a Screen module.
getScreenName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen module to be used with the named screen template.
getScreenTemplate() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Convenience method for a template info that returns the name of the template being used.
getScreenTemplate() - Method in interface org.apache.turbine.util.RunData
Convenience method for a template info that returns the name of the template being used.
getScreenTemplate() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of screen for the RunData parameters.
getScreenTemplateName(String) - Method in interface org.apache.turbine.services.template.TemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
getScreenTemplateName(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Locate and return the name of a screen template.
getScreenTemplateName(String) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Locate and return the name of the screen template corresponding to the given template name parameter.
getScriptName() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached script name.
getScriptName() - Static method in class org.apache.turbine.Turbine
Get the script name.
getScriptName() - Method in interface org.apache.turbine.util.RunData
Gets the cached script name.
getScriptName() - Method in class org.apache.turbine.util.ServerData
Get the script name
getScriptName() - Method in class org.apache.turbine.util.uri.BaseURI
Gets the script name (/servlets/Turbine).
getScriptName() - Method in interface org.apache.turbine.util.uri.URI
Gets the script name (/servlets/Turbine).
getScripts() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns a collection of script URLs
getSecondSelector(String) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSecondSelector(String, Calendar) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSecondSelector(String, Calendar, int) - Static method in class org.apache.turbine.util.TimeSelector
Return a second selector.
getSelName() - Method in class org.apache.turbine.util.DateSelector
Get the selector name prefix.
getSelName() - Method in class org.apache.turbine.util.TimeSelector
Get the selector name prefix.
getSeparator() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Get the Separator value.
getSeparator() - Method in interface org.apache.turbine.services.template.mapper.Mapper
Get the Separator value.
getServerData() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the server data ofy the request.
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() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server name that this Turbine application is running on.
getServerName() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server name that this Turbine application is running on.
getServerName() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server name that this Turbine application is running on.
getServerName() - Static method in class org.apache.turbine.Turbine
Return the server name.
getServerName() - Method in interface org.apache.turbine.util.RunData
Gets the cached server name.
getServerName() - Method in class org.apache.turbine.util.ServerData
Get the name of the server.
getServerName() - Method in class org.apache.turbine.util.uri.BaseURI
Gets the server name.
getServerName() - Method in interface org.apache.turbine.util.uri.URI
Gets the server name.
getServerPort() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server port.
getServerPort() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the port that this Turbine application is running through on the server.
getServerPort() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the port that this Turbine application is running through on the server.
getServerPort() - Static method in class org.apache.turbine.Turbine
Return the server port.
getServerPort() - Method in interface org.apache.turbine.util.RunData
Gets the cached server port.
getServerPort() - Method in class org.apache.turbine.util.ServerData
Get the server port.
getServerPort() - Method in class org.apache.turbine.util.uri.BaseURI
Gets the server port.
getServerPort() - Method in interface org.apache.turbine.util.uri.URI
Gets the server port.
getServerScheme() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the cached server scheme.
getServerScheme() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the server scheme for this Turbine application.
getServerScheme() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the server scheme for this Turbine application.
getServerScheme() - Static method in class org.apache.turbine.Turbine
Return the server scheme.
getServerScheme() - Method in interface org.apache.turbine.util.RunData
Gets the cached server scheme.
getServerScheme() - Method in class org.apache.turbine.util.ServerData
Get the server scheme.
getServerScheme() - Method in class org.apache.turbine.util.uri.BaseURI
Returns the current Server Scheme
getServerScheme() - Method in interface org.apache.turbine.util.uri.URI
Returns the current Server Scheme
getService() - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Utility method for accessing the service implementation
getService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an instance of requested Service.
getService() - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.pull.TurbinePull
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Retrieves an implementation of SecurityService, base on the settings in TurbineResources.
getService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Returns an instance of requested Service.
getService() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.uniqueid.TurbineUniqueId
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Utility method for accessing the service implementation
getService() - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Returns system's configured implementation of XmlRpcService.
getService() - Static method in class org.apache.turbine.services.xslt.TurbineXSLT
Utility method for accessing the service implementation
getService() - Method in class org.apache.turbine.util.template.TemplateInfo
Get the value of service.
getServiceBroker() - Method in class org.apache.turbine.services.BaseService
Returns a ServiceBroker reference.
getServiceBroker() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
getServiceInstance(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Retrieves an instance of a Service without triggering late initialization.
getServiceNames() - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an Iterator over all known service names.
getServiceNames(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Returns an Iterator over all known service names beginning with the provided prefix.
getServiceObject(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Get an application specific service object.
getServlet(String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletConfig() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet configuration used during servlet init.
getServletConfig() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet config used by this Turbine web application.
getServletConfig() - Method in interface org.apache.turbine.util.RunData
Gets the servlet configuration used during servlet init.
getServletContext() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet context used during servlet init.
getServletContext() - Method in interface org.apache.turbine.services.servlet.ServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Static method in class org.apache.turbine.services.servlet.TurbineServlet
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Returns the servlet context used by this Turbine web application.
getServletContext() - Method in interface org.apache.turbine.util.RunData
Gets the servlet context used during servlet init.
getServletContext() - Method in class org.apache.turbine.util.TurbineConfig
Returns a reference to the object cast onto ServletContext type.
getServletContextName() - Method in class org.apache.turbine.util.TurbineConfig
Returns the context name.
getServletInfo() - Method in class org.apache.turbine.Turbine
Return the servlet info.
getServletName() - Method in class org.apache.turbine.util.TurbineConfig
Returns the servlet name.
getServletNames() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated. As of Java Servlet API 2.1, with no replacement.
getServlets() - Method in class org.apache.turbine.util.TurbineConfig
Deprecated. As of Java Servlet API 2.0, with no replacement.
getSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the servlet session information.
getSession(String) - Method in interface org.apache.turbine.services.session.SessionService
Gets the HttpSession by the session identifier
getSession(String) - Static method in class org.apache.turbine.services.session.TurbineSession
Gets the HttpSession by the session identifier
getSession(String) - Method in class org.apache.turbine.services.session.TurbineSessionService
Gets the HttpSession by the session identifier
getSession() - Method in interface org.apache.turbine.util.RunData
Gets the servlet session information.
getSessionsForUser(User) - Method in interface org.apache.turbine.services.session.SessionService
Get a collection of all session on which the given user is logged in.
getSessionsForUser(User) - Method in class org.apache.turbine.services.session.SessionTool
Get a collection of all session on which the given user is logged in.
getSessionsForUser(User) - Static method in class org.apache.turbine.services.session.TurbineSession
Get a collection of all session on which the given user is logged in.
getSessionsForUser(User) - Method in class org.apache.turbine.services.session.TurbineSessionService
Get a collection of all session on which the given user is logged in.
getSet() - Method in class org.apache.turbine.util.security.SecuritySet
Returns a set of security objects in this object.
getSkin() - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the skin name.
getStackTrace() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the stack trace if set.
getStackTrace() - Method in interface org.apache.turbine.util.RunData
Gets the stack trace if set.
getStackTraceException() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the stack trace exception if set.
getStackTraceException() - Method in interface org.apache.turbine.util.RunData
Gets the stack trace exception if set.
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.
getString(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String from the temp hash map.
getStringArray(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Return a String[] from the temp hash map.
getStylecss(RunData) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for the style sheet that is part of a skin.
getStylecss() - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for the style sheet that is part of a skin.
getStyles() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns a collection of styles
getStyleSheets() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Returns a collection of script URLs
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.
getTask() - Method in interface org.apache.turbine.services.schedule.JobEntry
Get the Task
getTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Get an object from temporary storage; return null if the object can't be found.
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) - Method in interface org.apache.turbine.om.security.User
Get an object from temporary storage.
getTemp(String, Object) - Method in interface org.apache.turbine.om.security.User
Get an object from temporary storage; return default if value is null.
getTemp(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage.
getTemp(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Get an object from temporary storage; return default if value is null.
getTemp(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Get an object from temporary storage.
getTemp(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
Get an object from temporary storage, or a default value.
getTempKeys() - Method in class org.apache.turbine.util.template.TemplateInfo
 
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 interface org.apache.turbine.services.template.TemplateService
The TemplateEngineService associated with the specified template's file extension.
getTemplateEngineService(String) - Static method in class org.apache.turbine.services.template.TurbineTemplate
The TemplateEngineService associated with the specified template's file extension.
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.
getTemplates(String) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Retrieves Templates.
getTempStorage() - Method in class org.apache.turbine.om.security.TurbineUser
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in interface org.apache.turbine.om.security.User
This should only be used in the case where we want to save the data to the database.
getTempStorage() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This should only be used in the case where we want to save the data to the database.
getTimeout() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
A User object can have a variable Timeout, which is defined in minutes.
getTitle() - Method in 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.HtmlPageAttributes
Get the title in the page.
getTitle() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Gets the title of the style sheet
getTitle() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. 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.
getTurbine() - Method in class org.apache.turbine.util.TurbineConfig
Returns a reference to the Turbine servlet that was initialized.
getTurbineServletConfig() - Static method in class org.apache.turbine.Turbine
Get the servlet config for this turbine webapp.
getTurbineServletContext() - Static method in class org.apache.turbine.Turbine
Get the servlet context for this turbine webapp.
getType() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Gets the content type of the style sheet
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 class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getUniqueId() - Method in interface org.apache.turbine.services.uniqueid.UniqueIdService
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
getURI(String) - Method in class org.apache.turbine.services.pull.tools.ContentTool
Returns the Turbine URI of a given Path
getURI() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Returns the relative URI leaving the source intact.
getUrl() - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
 
getUrlFolding() - Static method in class org.apache.turbine.util.parser.ParserUtils
Gets the folding value from the properties
getUser() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Gets the user.
getUser(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Constructs an User object to represent a registered user of the application.
getUser() - Method in interface org.apache.turbine.util.RunData
Gets the user.
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.
getUserAgentString() - Method in class org.apache.turbine.util.BrowserDetector
The user agent string for this class.
getUserClass() - Method in class org.apache.turbine.services.security.BaseSecurityService
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() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the Class object for the implementation of User interface used by the system.
getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the User object from the session.
getUserFromSession() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Attempts to get the user from the session.
getUserFromSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
Gets the User object of the the specified HttpSession.
getUserFromSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
Gets the User object of the the specified HttpSession.
getUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.session.TurbineSession
Gets the User object of the the specified HttpSession.
getUserFromSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
Gets the User object of the the specified HttpSession.
getUserFromSession() - Method in interface org.apache.turbine.util.RunData
Attempts to get the user from the session.
getUserIdAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Get the value of the User id Attribute.
getUserInstance() - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank User object.
getUserInstance(String) - Method in class org.apache.turbine.services.security.BaseSecurityService
Construct a blank User object.
getUserInstance() - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank User object.
getUserInstance(String) - Method in interface org.apache.turbine.services.security.SecurityService
Construct a blank User object.
getUserInstance() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Construct a blank User object.
getUserList(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
getUserList(Object) - Method in interface org.apache.turbine.services.security.SecurityService
Retrieve a set of users that meet the specified criteria.
getUserManager() - Method in class org.apache.turbine.services.security.BaseSecurityService
Returns the configured UserManager.
getUserManager() - Method in interface org.apache.turbine.services.security.SecurityService
Returns the configured UserManager.
getUserManager() - Static method in class org.apache.turbine.services.security.TurbineSecurity
Returns the configured UserManager.
getUserNameAttribute() - Static method in class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
Deprecated. Use getNameAttribute()
getValue() - Method in class org.apache.turbine.util.uri.URIParam
Returns the value.
getValves() - Method in interface org.apache.turbine.pipeline.Pipeline
Return the set of all Valves in the pipeline.
getValves() - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
getVarDebug() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. use DefaultTurbineRunData.getDebugVariables() instead
getVarDebug() - Method in interface org.apache.turbine.util.RunData
Deprecated. use RunData.getDebugVariables() instead
getYearSelector(String) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, Calendar) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
getYearSelector(String, int, int, int) - Static method in class org.apache.turbine.util.DateSelector
Return a year selector.
GLOBAL_GROUP_NAME - Static variable in interface org.apache.turbine.om.security.Group
The name of the global group
GLOBAL_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the global tools
grant(User, Role) - Method in interface org.apache.turbine.om.security.Group
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(Permission) - Method in interface org.apache.turbine.om.security.Role
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(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 class org.apache.turbine.om.security.TurbineGroup
Grants Roles in this Group to an User.
grant(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Grants a Permission to this Role.
grant(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Grants Permissions from a PermissionSet to this Role.
grant(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grant an User a Role in a Group.
grant(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Grants a Role a Permission
grant(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Grant an User a Role in a Group.
grant(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
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(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Grants a Role a Permission
Group - Interface in org.apache.turbine.om.security
This class represents a Group of Users in the system that are associated with specific entity or resource.
GROUP_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Group interface (org.apache.turbine.om.security.TurbineGroup)
GROUP_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the GROUP implementation classname (group.class)
GroupSet - Class in org.apache.turbine.util.security
This class represents a set of Groups.
GroupSet() - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs an empty GroupSet
GroupSet(Collection) - Constructor for class org.apache.turbine.util.security.GroupSet
Constructs a new GroupSet with specified contents.

H

handleRequest(RunData, String, boolean) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in interface org.apache.turbine.services.jsp.JspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
handleRequest(RunData, String) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
Deprecated. Use the PipelineData version.
handleRequest(PipelineData, String, boolean) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
executes the JSP given by templateName.
handleRequest(PipelineData, String) - Static method in class org.apache.turbine.services.jsp.TurbineJsp
executes the JSP given by templateName.
handleRequest(RunData, String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
executes the JSP given by templateName.
handleRequest(RunData, String, boolean) - Method in class org.apache.turbine.services.jsp.TurbineJspService
executes the JSP given by templateName.
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, 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, Writer) - Static method in class org.apache.turbine.services.velocity.TurbineVelocity
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String) - 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 class org.apache.turbine.services.velocity.TurbineVelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - Method in 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) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, OutputStream) - Method in interface org.apache.turbine.services.velocity.VelocityService
Process the request and fill in the template with the values you set in the Context.
handleRequest(Context, String, Writer) - 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(InputStream) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
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) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server.
handleRequest(InputStream, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Handle an XML-RPC request using the encapsulated server with user authentication.
handleRequest(InputStream) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Handle an XML-RPC request using the encapsulated server.
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.
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.
hasLoggedIn() - Method in class org.apache.turbine.om.security.TurbineUser
The user is considered logged in if they have not timed out.
hasLoggedIn() - Method in interface org.apache.turbine.om.security.User
The user is considered logged in if they have not timed out.
hasLoggedIn() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
The user is considered logged in if they have not timed out.
hasMessage() - Method in 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.
hasPathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
Is Path Info data set in this URI?
hasPermission(Permission, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(Permission, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in any of the given Groups
hasPermission(String, String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Permission in any of the given Groups
hasPermission(Permission) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(String) - Method in interface 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.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(Permission, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in any of the given Groups
hasPermission(String, String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, Group) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the Group.
hasPermission(String, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specifie Permission in any of the given Groups
hasPermission(Permission) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Permission in the global Group.
hasPermission(Permission) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this permission?
hasPermission(String) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this permission? If initialze is set to true The permission will be created and granted to the first available Role of the user, that the SecurityCheck is running against.
hasPermission(Permission) - Method in class org.apache.turbine.util.template.TemplateSecurityCheck
Does the User have this permission?
hasQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
Is Query data set in this URI?
hasReference() - Method in class org.apache.turbine.util.uri.BaseURI
Does this URI contain an anchor? (#ref)
hasRole(Role, Group) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(Role, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in any of the given Groups
hasRole(String, String) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(String, GroupSet) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specifie Role in any of the given Groups
hasRole(Role) - Method in interface org.apache.turbine.util.security.AccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(String) - Method in interface 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.TurbineAccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(Role, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in any of the given Groups
hasRole(String, String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the Group.
hasRole(String, GroupSet) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specifie Role in any of the given Groups
hasRole(Role) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(String) - Method in class org.apache.turbine.util.security.TurbineAccessControlList
Checks if the user is assigned a specific Role in the global Group.
hasRole(Role) - Method in class org.apache.turbine.util.SecurityCheck
Does the user have this role?
hasRole(String) - 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?
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.
hasService(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 
hasService(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
 
hostURL(HttpServletRequest) - Static method in class org.apache.turbine.util.ServletUtils
Deprecated. Use ServerData(req).getHostUrl()
hostURL(HttpServletRequest, String) - Static method in class org.apache.turbine.util.ServletUtils
Deprecated. Use ServerData(req).getHostUrl()
HOUR_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for hour parameter.
HtmlPageAttributes - Class in org.apache.turbine.util.template
Template context tool that can be used to set various attributes of a HTML page.
HtmlPageAttributes() - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes
Default constructor.
HtmlPageAttributes(RunData) - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes
Construct a new instance with the given RunData object.
HtmlPageAttributes.StyleSheet - Class in org.apache.turbine.util.template
Helper class to hold data about a stylesheet
HtmlPageAttributes.StyleSheet(String) - Constructor for class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Constructor requiring the URL to be set
HTTP - Static variable in interface org.apache.turbine.util.uri.URIConstants
HTTP protocol.
HTTP_PORT - Static variable in class org.apache.turbine.util.ServletUtils
Deprecated. use URIConstants.HTTP_PORT
HTTP_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
HTTP Default Port
HTTPS - Static variable in interface org.apache.turbine.util.uri.URIConstants
HTTPS protocol.
HTTPS_PORT - Static variable in class org.apache.turbine.util.ServletUtils
Deprecated. use URIConstants.HTTPS_PORT
HTTPS_PORT - Static variable in interface org.apache.turbine.util.uri.URIConstants
HTTPS Default Port
HttpUtils - Class in org.apache.turbine.util
This class provides utilities for handling some semi-trivial HTTP stuff that would othterwise be handled elsewhere.
HttpUtils() - Constructor for class org.apache.turbine.util.HttpUtils
 

I

idMap - Variable in class org.apache.turbine.util.security.SecuritySet
Map for "id" -> "security object"
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.
image(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Retrieve the URL for an image that is part of a skin.
incrementAccessCounter() - Method in class org.apache.turbine.om.security.TurbineUser
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in interface org.apache.turbine.om.security.User
Increments the permanent hit counter for the user.
incrementAccessCounter() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the permanent hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.om.security.TurbineUser
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in interface org.apache.turbine.om.security.User
Increments the session hit counter for the user.
incrementAccessCounterForSession() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Increments the session hit counter for the user.
init(Object) - Method in class org.apache.turbine.om.OMTool
Prepares tool for a single request
init() - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Initializes the AssemblerBroker and loads the AssemblerFactory classes registered in TurbineResources.Properties.
init() - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Load all configured components and initialize them.
init() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Load all configured components and initialize them.
init(Object) - Method in class org.apache.turbine.services.BaseInitable
Performs early initialization.
init() - Method in class org.apache.turbine.services.BaseInitable
Performs late initializtion.
init() - Method in class org.apache.turbine.services.BaseServiceBroker
Initialize this service manager.
init(ServletConfig) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init(Object) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
init() - 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() - Method in interface org.apache.turbine.services.Initable
Performs late initialization of an Initable.
init(Object) - Method in class org.apache.turbine.services.intake.IntakeTool
Prepares intake for a single request
init() - Method in class org.apache.turbine.services.jsp.TurbineJspService
Load all configured components and initialize them.
init(ServletConfig) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Deprecated. use init() instead.
init(Object) - Method in class org.apache.turbine.services.localization.LocalizationTool
Sets the request to get the Accept-Language header from (reset on each request).
init() - Method in class org.apache.turbine.services.naming.TurbineNamingService
Called the first time the Service is used.
init(Object) - Method in interface org.apache.turbine.services.pull.ApplicationTool
Initialize the application tool.
init(Object) - Method in interface org.apache.turbine.services.pull.PipelineDataApplicationTool
Initialize the application tool.
init(Object) - Method in interface org.apache.turbine.services.pull.RunDataApplicationTool
Initialize the application tool.
init(Object) - Method in class org.apache.turbine.services.pull.tools.ContentTool
This will initialise a ContentTool object that was constructed with the default constructor (ApplicationTool method).
init(Object) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
This will initialise a TemplateLink object that was constructed with the default constructor (ApplicationTool method).
init() - Method in class org.apache.turbine.services.pull.TurbinePullService
Called the first time the Service is used.
init(Object) - Method in class org.apache.turbine.services.pull.util.DateFormatter
Initialize the application tool.
init(Object) - Method in class org.apache.turbine.services.pull.util.SessionData
Initialize the application tool.
init(Object) - Method in class org.apache.turbine.services.pull.util.UIManager
Initialize the UIManager object.
init() - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Initializes the service by setting the pool capacity.
init(Object) - Method in class org.apache.turbine.services.schedule.SchedulerTool
Initialize the pull tool
init() - Method in class org.apache.turbine.services.security.BaseSecurityService
Initializes the SecurityService, locating the apropriate UserManager This is a zero parameter variant which queries the Turbine Servlet for its config.
init(ServletConfig) - Method in class org.apache.turbine.services.security.BaseSecurityService
Deprecated. use init() instead.
init(Configuration) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Initializes the UserManager
init(Configuration) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Initializes the UserManager
init(Configuration) - Method in interface org.apache.turbine.services.security.UserManager
Initializes the UserManager
init() - Method in interface org.apache.turbine.services.ServiceManager
Initialize this service manager.
init() - Method in class org.apache.turbine.services.servlet.TurbineServletService
Load all configured components and initialize them.
init(ServletConfig) - Method in class org.apache.turbine.services.servlet.TurbineServletService
Deprecated. use init() instead.
init(Object) - Method in class org.apache.turbine.services.session.SessionTool
 
init() - Method in class org.apache.turbine.services.session.TurbineSessionService
Initializes the service
init() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Initializes the Mapper.
init() - Method in interface org.apache.turbine.services.template.mapper.Mapper
Mapper initialization.
init() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Called the first time the Service is used.
init(Object) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init(ServletConfig) - Method in class org.apache.turbine.services.TurbineBaseService
Deprecated. Use init() instead
init(RunData) - Method in class org.apache.turbine.services.TurbineBaseService
Deprecated. Use the PipelineData version instead.
init(PipelineData) - Method in class org.apache.turbine.services.TurbineBaseService
Performs early initialization.
init() - Method in class org.apache.turbine.services.TurbineBaseService
Performs late initialization.
init() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Initializes the service upon first Turbine.doGet() invocation.
init() - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Load all configured components and initialize them.
init(ServletConfig) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Deprecated. use init() instead.
init() - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
This function initializes the XmlRpcService.This is a zero parameter variant which queries the Turbine Servlet for its config.
init(ServletConfig) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. Use init() instead.
init() - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Initialize the TurbineXSLT Service.
init() - Method in class org.apache.turbine.Turbine
This init method will load the default resources from a properties file.
init(Object) - Method in interface org.apache.turbine.util.pool.InitableRecyclable
This method should be called after retrieving the object from the pool.
init(Object) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Initialise this instance with the given RunData object.
init(Object) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Initialise this instance with the given RunData object.
Initable - Interface in org.apache.turbine.services
Classes that implement this interface need initialization before they can work.
initableBroker - Variable in class org.apache.turbine.services.BaseInitable
InitableBroker that instantiatd this class.
InitableBroker - Interface in org.apache.turbine.services
Classes that implement this interface can act as a broker for Initable classes.
InitableRecyclable - Interface in org.apache.turbine.util.pool
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 class org.apache.turbine.services.BaseInitableBroker
Performs early initialization of an Initable class.
initClass(String, Object) - Method in interface org.apache.turbine.services.InitableBroker
Performs early initialization of an Initable class.
initConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
Initialize the Template Engine Service.
InitContextsAction - Class in org.apache.turbine.modules.actions
Used to initialize JNDI contexts.
InitContextsAction() - Constructor for class org.apache.turbine.modules.actions.InitContextsAction
 
InitializationException - Exception in org.apache.turbine.services
Thrown by Initable class in case of initialization problems.
InitializationException(String) - Constructor for exception org.apache.turbine.services.InitializationException
Construct an InitializationException with specified detail message.
InitializationException(String, Throwable) - Constructor for exception org.apache.turbine.services.InitializationException
Construct an InitializationException with specified detail message and nested Throwable.
initialize() - Method in class org.apache.turbine.modules.actions.VelocityAction
Initialize the module.
initialize() - Method in class org.apache.turbine.pipeline.AbstractValve
Initialize this valve for use in a pipeline.
initialize() - Method in interface org.apache.turbine.pipeline.Pipeline
Initializes this instance.
initialize() - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
initialize() - Method in interface org.apache.turbine.pipeline.Valve
Initialize the valve before using in a pipeline.
initialize() - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Initializes the container
initialize() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Initializes the container
initialize() - Method in class org.apache.turbine.util.TurbineConfig
Causes this class to initialize itself which in turn initializes all of the Turbine Services that need to be initialized.
initialize() - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
Provides a means of initializing the module.
initialized - Variable in class org.apache.turbine.util.velocity.VelocityActionEvent
Indicates whether or not this module has been initialized.
initMapping() - Method in class org.apache.turbine.services.BaseServiceBroker
Creates a mapping between Service names and class names.
initParams - Variable in class org.apache.turbine.util.TurbineConfig
Turbine servlet initialization parameters.
initService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initialization of specified service.
initService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Performs early initialization of the specified service.
initServices() - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initialization of all services.
initServices(boolean) - Method in class org.apache.turbine.services.BaseServiceBroker
Performs early initialization of all services.
InputFilterUtils - Class in org.apache.turbine.util
Some filter methods that have been orphaned in the Screen class.
InputFilterUtils() - Constructor for class org.apache.turbine.util.InputFilterUtils
 
InstantiationException - Exception in org.apache.turbine.services
Thrown by InitableBroker and ServiceBroker classes to indicate problems with instatiation of requested objects.
InstantiationException(String) - Constructor for exception org.apache.turbine.services.InstantiationException
Construct an InstantiationException with specified detail message.
InstantiationException(String, Throwable) - Constructor for exception org.apache.turbine.services.InstantiationException
Construct an InstantiatioException with specified detail message and nested Throwable.
INTAKE_GRP - Static variable in class org.apache.turbine.services.intake.IntakeTool
Constant for the hidden fieldname
IntakeTool - Class in org.apache.turbine.services.intake
The main class through which Intake is accessed.
IntakeTool() - Constructor for class org.apache.turbine.services.intake.IntakeTool
Constructor
IntakeTool.PullHelper - Class in org.apache.turbine.services.intake
Inner class to present a nice interface to the template designer
INTIALLY_ACTIVE - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
TR.props key for intially activating the scheduler thread
InvalidState - Class in org.apache.turbine.modules.screens.error
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
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.AbstractValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.CleanUpValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultACLCreationValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultLoginValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DefaultSessionValidationValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineActionValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.DetermineTargetValve
 
invoke(PipelineData, ValveContext) - Method in class org.apache.turbine.pipeline.ExecutePageValve
 
invoke(PipelineData) - Method in interface org.apache.turbine.pipeline.Pipeline
Cause the specified request and response to be processed by the sequence of Valves associated with this pipeline, until one of these Valves decides to end the processing.
invoke(PipelineData) - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
invoke(PipelineData, ValveContext) - Method in interface org.apache.turbine.pipeline.Valve
Perform request processing as required by this Valve.
invokeNext(PipelineData) - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
invokeNext(PipelineData) - Method in interface org.apache.turbine.pipeline.ValveContext
Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
isActive() - Method in interface org.apache.turbine.services.schedule.JobEntry
Check to see if job is currently active/running
isAllValid() - Method in class org.apache.turbine.services.intake.IntakeTool
Loops through all of the Groups and checks to see if the data within the Group is valid.
isAnonymousUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
isAnonymousUser(User) - Method in interface org.apache.turbine.services.security.SecurityService
Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
isAnonymousUser(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Checks whether a passed user object matches the anonymous user pattern according to the configured service
isAuthorized(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Deprecated. Use PipelineData version instead.
isAuthorized(PipelineData) - 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
Deprecated. Use PipelineData version instead.
isAuthorized(PipelineData) - Method in class org.apache.turbine.modules.screens.VelocitySecureScreen
Implement this method to perform the security check needed.
isCaching() - Method in interface org.apache.turbine.services.template.TemplateService
Returns true if the Template Service has caching activated
isCaching() - Static method in class org.apache.turbine.services.template.TurbineTemplate
Returns true if the Template Service has caching activated
isCaching() - Method in class org.apache.turbine.services.template.TurbineTemplateService
Returns true if the Template Service has caching activated
isConfirmed() - Method in class org.apache.turbine.om.security.TurbineUser
This method reports whether or not the user has been confirmed in the system by checking the User.CONFIRM_VALUE column in the users record to see if it is equal to User.CONFIRM_DATA.
isConfirmed() - Method in interface org.apache.turbine.om.security.User
This method reports whether or not the user has been confirmed in the system by checking the TurbineUserPeer.CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isConfirmed() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This method reports whether or not the user has been confirmed in the system by checking the CONFIRM_VALUE column to see if it is equal to CONFIRM_DATA.
isCssOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not CSS works in this browser.
isDisposed() - Method in class org.apache.turbine.om.OMTool
Checks whether the recyclable has been disposed.
isDisposed() - Method in class org.apache.turbine.services.intake.IntakeTool
Checks whether the recyclable has been disposed.
isDisposed() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Checks whether the object is disposed.
isDisposed() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Checks whether the object is disposed.
isEnabled() - Method in class org.apache.turbine.services.schedule.SchedulerTool
Determines if the scheduler service is currently enabled.
isEnabled() - Method in interface org.apache.turbine.services.schedule.ScheduleService
Determines if the scheduler service is currently active.
isEnabled() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Determines if the scheduler service is currently active.
isFileUploadOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not file upload works in this browser.
isInitialized - Variable in class org.apache.turbine.services.BaseInitable
Initialization status of this class.
isJavascriptOK() - Method in class org.apache.turbine.util.BrowserDetector
Whether or not Javascript works in this browser.
isLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Determines if the requested service is managed by this ServiceBroker.
isModernVersion - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Whether a version of Apache's XML-RPC library greater than 1.1 is available.
isNonLocalService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Determines if the requested service is managed by an initialized TurbineServiceProvider.
isNull(Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. Use org.apache.commons.lang.ObjectUtils.defaultIfNull()
isOutSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, response writer will not be cached
isOutSet() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, response writer will not be cached
isPageSet() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, ECS is no longer a requirement
isPageSet() - Method in interface org.apache.turbine.util.RunData
Deprecated. no replacement planned, ECS is no longer a requirement
isRedirect() - Method in class org.apache.turbine.util.uri.BaseURI
Returns the current value of the Redirect flag
isRegistered(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isRegistered() - Static method in class org.apache.turbine.services.pull.TurbinePull
Checks whether this service has been registered.
isRegistered(String) - Method in interface org.apache.turbine.services.ServiceBroker
Determines whether a service is registered in the configured TurbineResources.properties.
isUseCache() - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Get the UseCache value.
isUseCache() - Method in interface org.apache.turbine.services.template.mapper.Mapper
Get the UseCache value.
isUserLoggedIn(User) - Method in interface org.apache.turbine.services.session.SessionService
Determines if a given user is currently logged in.
isUserLoggedIn(User) - Method in class org.apache.turbine.services.session.SessionTool
Determines if a given user is currently logged in.
isUserLoggedIn(User) - Static method in class org.apache.turbine.services.session.TurbineSession
Determines if a given user is currently logged in.
isUserLoggedIn(User) - Method in class org.apache.turbine.services.session.TurbineSessionService
Determines if a given user is currently logged in.
iterator() - Method in class org.apache.turbine.services.pull.util.SessionData
Gets a iterator for the keys.
iterator() - Method in class org.apache.turbine.util.security.SecuritySet
Returns an Iterator for Objects in this Set.

J

JavaActionFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
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 in org.apache.turbine.services.assemblerbroker.util.java
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 in org.apache.turbine.services.assemblerbroker.util.java
A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
JavaLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.java.JavaLayoutFactory
 
JavaNavigationFactory - Class in org.apache.turbine.services.assemblerbroker.util.java
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 in org.apache.turbine.services.assemblerbroker.util.java
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 in org.apache.turbine.services.assemblerbroker.util.java
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 in org.apache.turbine.services.assemblerbroker.util.java
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
 
JobEntry - Interface in org.apache.turbine.services.schedule
This is a interface for a scheduled job.
JSP_EXTENSION - Static variable in interface org.apache.turbine.services.jsp.JspService
The default extension of JSPs
JspErrorScreen - Class in org.apache.turbine.modules.screens
Directs errors at the Jsp error template defined in template.error.
JspErrorScreen() - Constructor for class org.apache.turbine.modules.screens.JspErrorScreen
 
JspLayout - Class in org.apache.turbine.modules.layouts
This Layout module allows JSP templates to be used as layouts.
JspLayout() - Constructor for class org.apache.turbine.modules.layouts.JspLayout
 
JspNavigation - Class in org.apache.turbine.services.jsp.util
Returns output of a Navigation module.
JspNavigation(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspNavigation
Constructor
JspPage - Class in org.apache.turbine.modules.pages
Extends TemplatePage to add some convenience objects to the request.
JspPage() - Constructor for class org.apache.turbine.modules.pages.JspPage
 
JspScreenPlaceholder - Class in org.apache.turbine.services.jsp.util
Returns output of a Screen module.
JspScreenPlaceholder(RunData) - Constructor for class org.apache.turbine.services.jsp.util.JspScreenPlaceholder
Constructor
JspService - Interface in org.apache.turbine.services.jsp
Implementations of the JspService interface.

L

LAST_LOGIN - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last_login field.
LAST_NAME - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the last name.
Layout - Class in org.apache.turbine.modules
This is the base class that defines what a Layout module is.
Layout() - Constructor for class org.apache.turbine.modules.Layout
 
LAYOUT_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the layout cache
LAYOUT_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the layout cache if caching is on
LAYOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default layout.
LAYOUT_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Layout Objects
LAYOUT_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Layout Objects
LAYOUT_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for layout related classes and templates
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
Represents Layout Template Objects
LAYOUT_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Layout Template Objects
LAYOUT_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Layouts
LayoutLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Layout modules.
LayoutTemplateMapper - Class in org.apache.turbine.services.template.mapper
This mapper is responsible for the lookup of templates for the Layout It tries to look in various packages for a match: 1.
LayoutTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.LayoutTemplateMapper
Default C'tor.
LDAPSecurityConstants - Class in org.apache.turbine.services.security.ldap
This is a static class for defining the default ldap confiquration keys used by core Turbine components.
LDAPSecurityConstants() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityConstants
 
LDAPSecurityService - Class in org.apache.turbine.services.security.ldap
An implementation of SecurityService that uses LDAP as a backend.
LDAPSecurityService() - Constructor for class org.apache.turbine.services.security.ldap.LDAPSecurityService
 
LDAPUser - Class in org.apache.turbine.services.security.ldap
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 in org.apache.turbine.services.security.ldap
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.
LINK - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of JspLink in the request
listJobs() - Method in interface org.apache.turbine.services.schedule.ScheduleService
List jobs in the queue.
listJobs() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
List jobs in the queue.
Loader - Interface in org.apache.turbine.modules
A common interface for Screen, Layout and Navigation Loader
locale - Variable in class org.apache.turbine.services.localization.LocalizationTool
The language and country information parsed from the request's Accept-Language header.
LOCALE_DEFAULT_CHARSET_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for Charset property
LOCALE_DEFAULT_CHARSET_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default Charset property
LOCALE_DEFAULT_COUNTRY_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for Country property
LOCALE_DEFAULT_COUNTRY_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default Country property
LOCALE_DEFAULT_LANGUAGE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for Language property
LOCALE_DEFAULT_LANGUAGE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default Language property
LocalizationTool - Class in org.apache.turbine.services.localization
A pull tool which provides lookups for localized text by delegating to the configured Fulcrum LocalizationService.
LocalizationTool() - Constructor for class org.apache.turbine.services.localization.LocalizationTool
Creates a new instance.
lockExclusive() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire an exclusive lock on the security information repository.
lockShared() - Method in class org.apache.turbine.services.security.BaseSecurityService
Acquire a shared lock on the security information repository.
log - Variable in class org.apache.turbine.modules.ActionEvent
Logging
log - Variable in class org.apache.turbine.modules.pages.DefaultPage
Logging
log - Variable in class org.apache.turbine.modules.screens.TemplateScreen
Logging
log - Variable in class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
Logging
log(Exception, String) - Method in class org.apache.turbine.util.TurbineConfig
Deprecated. use log(String,Throwable) instead
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.
LOG4J_CONFIG_FILE - Static variable in interface org.apache.turbine.TurbineConstants
The key for the Log4J File
LOG4J_CONFIG_FILE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default value for the Log4J File
LOGGER_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
TR.props key for the logger
LOGGING_ROOT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Value for the Logging Directory, relative to the webroot
LOGGING_ROOT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
The Key in the deployment descriptor for the Logging Directory
LOGIN_ERROR - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user fails to login.
LOGIN_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display upon successful login.
LOGIN_MESSAGE_NOSCREEN - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when screens variable invalid.
LoginUser - Class in org.apache.turbine.modules.actions
Deprecated. Use PipelineData version instead.
LoginUser() - Constructor for class org.apache.turbine.modules.actions.LoginUser
Deprecated.  
LOGOUT_MESSAGE - Static variable in interface org.apache.turbine.TurbineConstants
Message to display when a user logs out.
LogoutUser - Class in org.apache.turbine.modules.actions
This action removes a user from the session.
LogoutUser() - Constructor for class org.apache.turbine.modules.actions.LogoutUser
 
lookup(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Returns an instance of the named component
lookup(String) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Returns an instance of the named component

M

MACINTOSH - Static variable in class org.apache.turbine.util.BrowserDetector
 
MAIL_SERVER_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default Value for he SMTP server that Turbine uses to send mail.
MAIL_SERVER_KEY - Static variable in interface org.apache.turbine.TurbineConstants
The SMTP server Turbine uses to send mail.
MAIL_SMTP_FROM - Static variable in interface org.apache.turbine.TurbineConstants
The Smtp sender address property
main(String[]) - Static method in class org.apache.turbine.util.GenerateUniqueId
Simple test of the functionality.
Mapper - Interface in org.apache.turbine.services.template.mapper
To separate out the various map and search policies for class names and template names, we use classes that implement this interface.
mapTo(Retrievable) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
maps an Intake Group to the values from a Retrievable object.
maxRandomLen - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
maxSessionLifespanTics - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
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.
methodException(Class, String, Exception) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
MethodException Event Cartridge handler for Velocity.
MINUTE_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for minute parameter.
MODULE_CACHE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value of the Turbine Module Caching
MODULE_CACHE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property that controls whether Turbine modules are cached or not.
MODULE_PACKAGES - Static variable in interface org.apache.turbine.TurbineConstants
The packages where Turbine will look for modules.
MONTH_SUFFIX - Static variable in class org.apache.turbine.util.DateSelector
Suffix for month parameter.
MOZILLA - Static variable in class org.apache.turbine.util.BrowserDetector
 
MSIE - Static variable in class org.apache.turbine.util.BrowserDetector
 

N

name - Variable in class org.apache.turbine.pipeline.TurbinePipeline
Name of this pipeline.
name - Variable in class org.apache.turbine.services.BaseService
The name of this Service.
nameMap - Variable in class org.apache.turbine.util.security.SecuritySet
Map for "name" -> "security object"
NamingService - Interface in org.apache.turbine.services.naming
Implementations of the NamingService interface provide JNDI naming contexts.
Navigation - Class in org.apache.turbine.modules
This is the base class that defines what a Navigation module is.
Navigation() - Constructor for class org.apache.turbine.modules.Navigation
 
NAVIGATION_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the navigation cache
NAVIGATION_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the navigation cache if caching is on
NAVIGATION_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Navigation Objects
NAVIGATION_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Navigation Objects
NAVIGATION_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
Context Key for the navigation object placeholder in the various velocity layouts
NAVIGATION_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for navigation related classes and templates
NAVIGATION_TEMPLATE - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
NAVIGATION_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Navigation Template Objects
NAVIGATION_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Navigation Template Objects
NAVIGATION_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Navigations
NavigationLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Navigation modules.
newForm() - Method in class org.apache.turbine.services.intake.IntakeTool
 
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.

O

ObjectInputStreamForContext - Class in org.apache.turbine.util.pool
A deserialization stream for a specific class loader context.
ObjectInputStreamForContext(InputStream, ClassLoader) - Constructor for class org.apache.turbine.util.pool.ObjectInputStreamForContext
Contructs a new object stream for a context.
ObjectUtils - Class in org.apache.turbine.util
This is where common Object manipulation routines should go.
ObjectUtils() - Constructor for class org.apache.turbine.util.ObjectUtils
 
offer(Object) - Method in class org.apache.turbine.util.pool.BoundedBuffer
Puts an item in the buffer only if there is capacity available.
OMTool - Class in org.apache.turbine.om
A Pull tool to make om objects available to a template
OMTool() - Constructor for class org.apache.turbine.om.OMTool
 
OPERA - Static variable in class org.apache.turbine.util.BrowserDetector
 
org.apache.turbine - package org.apache.turbine
Turbine Servlet and Constants.
org.apache.turbine.modules - package org.apache.turbine.modules
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
org.apache.turbine.modules.actions - package org.apache.turbine.modules.actions
Action class implementations.
org.apache.turbine.modules.actions.sessionvalidator - package org.apache.turbine.modules.actions.sessionvalidator
Session validator classes to be used with Turbine apps that use security.
org.apache.turbine.modules.layouts - package org.apache.turbine.modules.layouts
Layout class implementations.
org.apache.turbine.modules.navigations - package org.apache.turbine.modules.navigations
Navigation class implementations.
org.apache.turbine.modules.pages - package org.apache.turbine.modules.pages
Page class implementations.
org.apache.turbine.modules.screens - package org.apache.turbine.modules.screens
Screen class implementations.
org.apache.turbine.modules.screens.error - package org.apache.turbine.modules.screens.error
Error Screen classes.
org.apache.turbine.om - package org.apache.turbine.om
 
org.apache.turbine.om.security - package org.apache.turbine.om.security
Security object definitions for the Security Service.
org.apache.turbine.pipeline - package org.apache.turbine.pipeline
The Turbine processing pipeline is modelled after the pipeline found in Tomcat 4.0.1 (Catalina), and after the module architecture found in Apache httpd.
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
Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments.
org.apache.turbine.services.assemblerbroker.util - package org.apache.turbine.services.assemblerbroker.util
The various lookup factories for the Assemblerbroker service.
org.apache.turbine.services.assemblerbroker.util.java - package org.apache.turbine.services.assemblerbroker.util.java
Factories for the java class based view (all template views).
org.apache.turbine.services.assemblerbroker.util.python - package org.apache.turbine.services.assemblerbroker.util.python
Factory for the python / jython based view.
org.apache.turbine.services.avaloncomponent - package org.apache.turbine.services.avaloncomponent
Avalon based component service to provide access to avalon components for Turbine applications.
org.apache.turbine.services.intake - package org.apache.turbine.services.intake
 
org.apache.turbine.services.jsp - package org.apache.turbine.services.jsp
JSP Service is used to provide Turbine with a Java Server page (JSP) based view.
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.naming - package org.apache.turbine.services.naming
Naming Service provides access to JNDI naming contexts.
org.apache.turbine.services.pull - package org.apache.turbine.services.pull
Provides application tools that are put into the context of a template view.
org.apache.turbine.services.pull.tools - package org.apache.turbine.services.pull.tools
Pull Tools to be used in a template based view.
org.apache.turbine.services.pull.util - package org.apache.turbine.services.pull.util
 
org.apache.turbine.services.rundata - package org.apache.turbine.services.rundata
Rundata Service provides a factory for the request cycle data objects.
org.apache.turbine.services.schedule - package org.apache.turbine.services.schedule
The scheduler service can run tasks in the background.
org.apache.turbine.services.security - package org.apache.turbine.services.security
The security service can be used to authenticate users based on database information.
org.apache.turbine.services.security.ldap - package org.apache.turbine.services.security.ldap
An LDAP based security service implementation.
org.apache.turbine.services.security.passive - package org.apache.turbine.services.security.passive
Dummy Service to be used if no security is required.
org.apache.turbine.services.servlet - package org.apache.turbine.services.servlet
Provides access to various resources from the web container.
org.apache.turbine.services.session - package org.apache.turbine.services.session
The session service allows you to access session information of the servlet container.
org.apache.turbine.services.template - package org.apache.turbine.services.template
Template Service maps template references to a view service and a template name.
org.apache.turbine.services.template.mapper - package org.apache.turbine.services.template.mapper
The various mappers used by the Template service.
org.apache.turbine.services.uniqueid - package org.apache.turbine.services.uniqueid
Returns unique identifiers for session tracking, cookies etc.
org.apache.turbine.services.velocity - package org.apache.turbine.services.velocity
Velocity Service is used to provide Turbine with a Velocity based view.
org.apache.turbine.services.xmlrpc - package org.apache.turbine.services.xmlrpc
The XML-RPC Service can be used to communicate with a remote application.
org.apache.turbine.services.xmlrpc.util - package org.apache.turbine.services.xmlrpc.util
 
org.apache.turbine.services.xslt - package org.apache.turbine.services.xslt
The XSLT Service can be used to translate XML documents into various output formats.
org.apache.turbine.util - package org.apache.turbine.util
Various utilities used in Turbine and for Turbine based applications.
org.apache.turbine.util.parser - package org.apache.turbine.util.parser
Parser for CGI parameters and path info data.
org.apache.turbine.util.pool - package org.apache.turbine.util.pool
Some helper classes and interfaces for the Pool Service.
org.apache.turbine.util.security - package org.apache.turbine.util.security
Some helper classes and interfaces for the Security Service.
org.apache.turbine.util.template - package org.apache.turbine.util.template
Template related utilities.
org.apache.turbine.util.uri - package org.apache.turbine.util.uri
URI generation and processing from Turbine based applications.
org.apache.turbine.util.velocity - package org.apache.turbine.util.velocity
Velocity related utility code.
output() - Method in class org.apache.turbine.util.DateSelector
Used to build the popupmenu in HTML.
output() - Method in class org.apache.turbine.util.TimeSelector
Used to build the popupmenu in HTML.

P

Page - Class in org.apache.turbine.modules
This is the base class that defines what a Page module is.
Page() - Constructor for class org.apache.turbine.modules.Page
 
PAGE_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the page cache
PAGE_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the page cache if caching is on
PAGE_DEFAULT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for the Default Page
PAGE_DEFAULT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Default page.
PAGE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Page Objects
PAGE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Page Objects
PAGE_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for page related classes and templates
PAGE_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Pages
PageLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Page modules.
PARAMETER_PARSER_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The property for the implemention of the ParameterParser.
ParserUtils - Class in org.apache.turbine.util.parser
Static helpers for folding fields to upper or lower case
ParserUtils() - Constructor for class org.apache.turbine.util.parser.ParserUtils
 
PassiveUserManager - Class in org.apache.turbine.services.security.passive
Void user manager can be used where no data storage is needed by the application.
PassiveUserManager() - Constructor for class org.apache.turbine.services.security.passive.PassiveUserManager
 
PASSWORD - Static variable in interface org.apache.turbine.om.security.User
The 'perm storage' key name for the password field.
PasswordMismatchException - Exception in org.apache.turbine.util.security
Thrown to indicate that the password supplied by user was incorrect.
PasswordMismatchException(String) - Constructor for exception org.apache.turbine.util.security.PasswordMismatchException
Construct an PasswordMismatchException with specified detail message.
path - Variable in class org.apache.turbine.services.xslt.TurbineXSLTService
Path to style sheets used for tranforming well-formed XML documents.
PATH_INFO - Static variable in interface org.apache.turbine.util.uri.URIConstants
Path Info Data Marker
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
Deprecated. Use PipelineData version instead.
perform(PipelineData) - 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
Deprecated. Use PipelineData version instead.
perform(PipelineData) - 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.VelocityAction
Deprecated. Use PipelineData version instead.
perform(PipelineData) - 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! If a subclass throws an exception then depending on whether action.event.bubbleexception is true, then it bubbles it farther up, or traps it there.
perform(RunData) - Method in class org.apache.turbine.modules.actions.VelocitySecureAction
Deprecated. Use PipelineData version instead.
perform(PipelineData) - 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.velocity.VelocityActionEvent
Deprecated. Use PipelineData version instead.
perform(PipelineData) - Method in class org.apache.turbine.util.velocity.VelocityActionEvent
This overrides the default Action.perform() to execute the doEvent() method.
Permission - Interface in org.apache.turbine.om.security
This class represents the permissions that a Role has to access certain pages/functions within the system.
PERMISSION_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Permissions interface (org.apache.turbine.om.security.TurbinePermission)
PERMISSION_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the PERMISSION implementation classname (permission.class)
PermissionSet - Class in org.apache.turbine.util.security
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 specified contents.
PERSISTENT_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the persistent tools
Pipeline - Interface in org.apache.turbine.pipeline
The idea of a pipeline is being taken from Catalina in its entirety :-) I would like to take the idea further and implement Valves instead of hardcoding particular methods in a pipeline.
PipelineData - Interface in org.apache.turbine.pipeline
A PipelineData is a holder for data being passed from one Valve to the next.
PIPELINEDATA_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
The Key for storing the PipelineData Object in the Context
PipelineDataApplicationTool - Interface in org.apache.turbine.services.pull
Interface for tools to be init'd and refreshed using a PipelineData object Code largely taken from ApplicationTool.
poll() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Polls and removes the top item from the buffer if one is available.
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, PipelineData) - Method in interface org.apache.turbine.services.pull.PullService
Populate the given context with all request, session, authorized 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, authorized and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, PipelineData) - 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) - 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 class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with all request, session, authorized and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
populateContext(Context, PipelineData) - Method in class org.apache.turbine.services.pull.TurbinePullService
Populate the given context with all request, session, authorized and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools).
port - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The port to listen on.
PP_URL_CASE_FOLDING - Static variable in interface org.apache.turbine.TurbineConstants
Should the PP fold the case of everything.
prefix - Variable in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
A prefix which is used to separate the various template types (screen, layouts, navigation)
prepareText(String) - Static method in class org.apache.turbine.modules.Navigation
Deprecated. Use InputFilterUtils.prepareText(String s)
prepareText(String) - Static method in class org.apache.turbine.modules.Screen
Deprecated. Use InputFilterUtils.prepareText(String s)
prepareText(String) - Static method in class org.apache.turbine.util.InputFilterUtils
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
Deprecated. Use InputFilterUtils.prepareTextMinimum(String s)
prepareTextMinimum(String) - Static method in class org.apache.turbine.util.InputFilterUtils
This function can/should be used in any screen that will output User entered text.
process(PipelineData) - Method in class org.apache.turbine.pipeline.DefaultLoginValve
Handles user sessions, parsing of the action from the query string, and access control.
PROCESSING_EXCEPTION_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
Context Key for the Processing Exception
PROPERTIES_PATH_DEFAULT - Static variable in class org.apache.turbine.util.TurbineConfig
Default value of TurbineResources.properties file path (/WEB-INF/conf/TurbineResources.properties).
PROPERTIES_PATH_KEY - Static variable in class org.apache.turbine.util.TurbineConfig
Servlet initialization parameter name for the path to Turbine.properties file used by Turbine
PullService - Interface in org.apache.turbine.services.pull
The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.
put(Class, Map) - Method in class org.apache.turbine.pipeline.DefaultPipelineData
 
put(Class, Map) - Method in interface org.apache.turbine.pipeline.PipelineData
 
put(String, Object) - Method in class org.apache.turbine.services.pull.util.SessionData
Stores the data.
putPtr - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
putRunData(RunData) - Method in interface org.apache.turbine.services.rundata.RunDataService
Puts the used RunData object back to the factory for recycling.
putRunData(RunData) - Method in class org.apache.turbine.services.rundata.TurbineRunDataService
Puts the used RunData object back to the factory for recycling.
putRunData(RunData) - Static method in class org.apache.turbine.util.RunDataFactory
Deprecated. Returns the used RunData object back to the factory for recycling.
PYTHON_CONFIG_FILE - Static variable in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
Global config file.
PYTHON_PATH - Static variable in class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
Key for the python path
PythonActionFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonActionFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonActionFactory
 
PythonBaseFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonBaseFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonBaseFactory
 
PythonLayoutFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonLayoutFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonLayoutFactory
 
PythonNavigationFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonNavigationFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonNavigationFactory
 
PythonPageFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonPageFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonPageFactory
 
PythonScreenFactory - Class in org.apache.turbine.services.assemblerbroker.util.python
A screen factory that attempts to load a python class in the JPython interpreter and execute it as a Turbine screen.
PythonScreenFactory() - Constructor for class org.apache.turbine.services.assemblerbroker.util.python.PythonScreenFactory
 

Q

QUERY_DATA - Static variable in interface org.apache.turbine.util.uri.URIConstants
Query Data Marker

R

RawScreen - Class in org.apache.turbine.modules.screens
Base class for writing Screens that output binary data.
RawScreen() - Constructor for class org.apache.turbine.modules.screens.RawScreen
 
readFileContents(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. Return the content of file encoded for transfer
Recyclable() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Constructs a new recyclable support and calls the default recycle method.
RecyclableSupport - Class in org.apache.turbine.util.pool
A support class for recyclable objects implementing default methods.
RecyclableSupport() - Constructor for class org.apache.turbine.util.pool.RecyclableSupport
 
recycle() - Method in class org.apache.turbine.om.OMTool
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.services.intake.IntakeTool
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Recycles the object by removing its disposed flag.
recycle(Object[]) - Method in interface org.apache.turbine.util.pool.ArrayCtorRecyclable
Recycles the object for a new client.
recycle() - Method in class org.apache.turbine.util.pool.RecyclableSupport
Recycles the object by removing its disposed flag.
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
redirectRequested(PipelineData) - Method in class org.apache.turbine.pipeline.DetermineRedirectRequestedValve
Perform clean up after processing the request.
refresh() - Method in class org.apache.turbine.om.OMTool
Implementation of ApplicationTool interface is not needed for this method as the tool is request scoped
refresh() - Method in class org.apache.turbine.services.intake.IntakeTool
Implementation of ApplicationTool interface is not needed for this tool as it is request scoped
refresh() - Method in class org.apache.turbine.services.localization.LocalizationTool
No-op.
refresh() - Method in interface org.apache.turbine.services.pull.ApplicationTool
Refresh the application tool.
refresh(PipelineData) - Method in interface org.apache.turbine.services.pull.PipelineDataApplicationTool
Refresh the application tool.
refresh(RunData) - Method in interface org.apache.turbine.services.pull.RunDataApplicationTool
Refresh the application tool.
refresh() - Method in class org.apache.turbine.services.pull.tools.ContentTool
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.services.pull.util.DateFormatter
Refresh the application tool.
refresh() - Method in class org.apache.turbine.services.pull.util.SessionData
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.schedule.SchedulerTool
Does nothing
refresh() - Method in class org.apache.turbine.services.session.SessionTool
 
refresh() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Refresh method - does nothing
refresh() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Refresh method - does nothing
refreshGlobalTools() - Method in interface org.apache.turbine.services.pull.PullService
Deprecated. No longer needed as Pull and Velocity Service are now more separate.
refreshGlobalTools() - Static method in class org.apache.turbine.services.pull.TurbinePull
Deprecated. No longer needed as Pull and Velocity Service are now more separate.
refreshGlobalTools() - Method in class org.apache.turbine.services.pull.TurbinePullService
Deprecated. Will be made private after 2.3
refreshToolsPerRequest() - Method in interface org.apache.turbine.services.pull.PullService
Deprecated. No longer needed as Pull and Velocity Service are now more separate.
refreshToolsPerRequest() - Static method in class org.apache.turbine.services.pull.TurbinePull
Deprecated. No longer needed as Pull and Velocity Service are now more separate.
refreshToolsPerRequest() - Method in class org.apache.turbine.services.pull.TurbinePullService
Deprecated. No longer needed as Pull and Velocity Service are now more separate.
registerConfiguration(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
registerConfiguration(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
Initializes file extension associations and registers with the template service.
registerFactory(String, AssemblerFactory) - Method in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Register an AssemblerFactory class for a given type
registerFactory(String, AssemblerFactory) - Static method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
Register a new Assembler factory with this service.
registerFactory(String, AssemblerFactory) - Method in class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
Register a new AssemblerFactory under a certain type
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(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(String, Object) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Register an Object as a handler for the service.
registerHandler(String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
A helper method that tries to initialize a handler and register it.
registerHandler(String, Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a handler for the XmlRpc Server part.
registerHandler(Object) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Register an object as a the default handler for the XmlRpc Server part.
registerTemplateEngineService(TemplateEngineService) - Method in interface org.apache.turbine.services.template.TemplateService
Registers the provided template engine for use by the TemplateService.
registerTemplateEngineService(TemplateEngineService) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Registers the provided template engine for use by the TemplateService.
registerTemplateEngineService(TemplateEngineService) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Registers the provided template engine for use by the TemplateService.
RelativeTemplateLink - Class in org.apache.turbine.services.pull.tools
Deprecated. Use TemplateLink with the TemplateLink.getRelativeLink() method.
RelativeTemplateLink() - Constructor for class org.apache.turbine.services.pull.tools.RelativeTemplateLink
Deprecated. Default constructor
release(Object) - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Releases the component
release(Object) - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Releases the component.
release(Object) - Method in interface org.apache.turbine.services.TurbineServiceProvider
Releases the instance you got before.
releaseTools(Context) - Method in interface org.apache.turbine.services.pull.PullService
Release tool instances from the given context to the object 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 class org.apache.turbine.services.pull.TurbinePullService
Release the request-scope tool instances in the given Context back to the pool
reload() - Method in class org.apache.turbine.modules.GenericLoader
Returns whether or not this external action is reload itself.
remove() - Method in interface org.apache.turbine.om.security.Group
Removes a group 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.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 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(String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. 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
Deprecated. Method to allow a client to remove a file from the server
remove(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to remove a file from a server that requires a user name and password.
remove(String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
remove(Group) - Method in class org.apache.turbine.util.security.GroupSet
Removes a Group from this GroupSet.
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(int, String) - Method in class org.apache.turbine.util.uri.TurbineURI
If the type is P (0), then remove name/value from the pathInfo hashtable.
removeAccount(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
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.
removeAccount(User) - Method in interface org.apache.turbine.services.security.UserManager
Removes an user account from the system.
removeAll() - Method in class org.apache.turbine.services.intake.IntakeTool
Removes all groups.
removeAttribute(String) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
removeGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
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) - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Remove a job from the queue.
removePathInfo() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Removes all the path info elements.
removePathInfo(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Removes a name=value pair from the path info.
removePathInfo() - Method in class org.apache.turbine.util.uri.TurbineURI
Removes all the path info elements.
removePathInfo(String) - Method in class org.apache.turbine.util.uri.TurbineURI
Removes a name=value pair from the path info.
removePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Permission from the system.
removeQueryData() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Removes all the query string elements.
removeQueryData(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Removes a name=value pair from the query string.
removeQueryData() - Method in class org.apache.turbine.util.uri.TurbineURI
Removes all the query string elements.
removeQueryData(String) - Method in class org.apache.turbine.util.uri.TurbineURI
Removes a name=value pair from the query string.
removeRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes a Role from the system.
removeSession(HttpSession) - Method in interface org.apache.turbine.services.session.SessionService
Removes a session from the current list.
removeSession(HttpSession) - Method in class org.apache.turbine.services.session.SessionTool
Removes a session from the current list.
removeSession(HttpSession) - Static method in class org.apache.turbine.services.session.TurbineSession
Removes a session from the current list.
removeSession(HttpSession) - Method in class org.apache.turbine.services.session.TurbineSessionService
Removes a session from the current list.
removeTemp(String) - Method in class org.apache.turbine.om.security.TurbineUser
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in interface org.apache.turbine.om.security.User
Remove an object from temporary storage and return the object.
removeTemp(String) - Method in class org.apache.turbine.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.
removeUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Removes an user account from the system.
removeUserFromSession(HttpSession) - Static method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Allows one to invalidate the user in a session.
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.
removeValve(Valve) - Method in interface org.apache.turbine.pipeline.Pipeline
Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.turbine.pipeline.TurbinePipeline
 
rename(String) - Method in interface org.apache.turbine.om.security.Group
Renames the role.
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.TurbineGroup
Renames the role.
rename(String) - Method in class org.apache.turbine.om.security.TurbinePermission
Renames the permission.
rename(String) - Method in class org.apache.turbine.om.security.TurbineRole
Renames the role.
renameGroup(Group, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Group.
renameGroup(Group, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Group.
renameGroup(Group, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Group.
renamePermission(Permission, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Permission.
renamePermission(Permission, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Permission.
renameRole(Role, String) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Renames an existing Role.
renameRole(Role, String) - Method in interface org.apache.turbine.services.security.SecurityService
Renames an existing Role.
renameRole(Role, String) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Renames an existing Role.
REQUEST_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the request tools
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).
requestFinished(Context) - Method in interface org.apache.turbine.services.velocity.VelocityService
Performs post-request actions (releases context tools back to the object pool).
reset() - Method in class org.apache.turbine.util.template.SelectorBox
Resets the internal state of the SelectorBox.
resolveClass(ObjectStreamClass) - Method in class org.apache.turbine.util.pool.ObjectInputStreamForContext
 
Retrievable - Interface in org.apache.turbine.om
This interface specifies methods for uniquely identifying an object.
retrieve(String) - Method in interface org.apache.turbine.om.Retriever
Gets an object of the same type as the object implementing this method according to the key.
retrieve(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Deprecated. Use retrieveList instead.
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) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a user from persistent storage using username as the key.
retrieve(Object) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Deprecated. Use retrieveList instead.
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.
retrieve(String) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a user from persistent storage using username as the key.
retrieve(Object) - Method in interface org.apache.turbine.services.security.UserManager
Deprecated. Use retrieveList(Criteria crit)
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.
retrieveList(Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Retrieve a list of users that meet the specified criteria.
retrieveList(Object) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Retrieve a set of users that meet the specified criteria.
retrieveList(Object) - Method in interface org.apache.turbine.services.security.UserManager
Retrieve a list of users that meet the specified criteria.
Retriever - Interface in org.apache.turbine.om
This interface marks a class that has a retrieve(String) method.
RetrieverFactory - Interface in org.apache.turbine.om
 
revoke(User, Role) - Method in interface org.apache.turbine.om.security.Group
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(Permission) - Method in interface org.apache.turbine.om.security.Role
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(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 class org.apache.turbine.om.security.TurbineGroup
Revokes Roles in this group from an User.
revoke(Permission) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes a Permission from this Role.
revoke(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Revokes Permissions from a PermissionSet from this Role.
revoke(User, Group, Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke a Role in a Group from an User.
revoke(Role, Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revokes a Permission from a Role.
revoke(User, Group, Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revoke a Role in a Group from an User.
revoke(Role, Permission) - Method in interface org.apache.turbine.services.security.SecurityService
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(Role, Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes a Permission from a Role.
revokeAll(User) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke all the roles to a user
revokeAll(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke all the permissions to a role.
revokeAll(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Revoke all the roles to a group.
revokeAll(User) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all roles from an User.
revokeAll(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Revokes all permissions from a Role.
revokeAll(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all roles from an User.
revokeAll(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Revokes all permissions from a Role.
Role - Interface in org.apache.turbine.om.security
This class represents a role played by the User associated with the current Session.
ROLE_CLASS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
The default implementation of the Role Interface (org.apache.turbine.om.security.TurbineRole)
ROLE_CLASS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
The key within services' properties for the ROLE implementation classname (role.class)
RoleSet - Class in org.apache.turbine.util.security
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 specified contents.
root - Variable in class org.apache.turbine.util.TurbineConfig
Filenames are looked up in this directory.
run(JobEntry) - Method in class org.apache.turbine.modules.ScheduledJob
Run the Jobentry from the scheduler queue.
RUN_DATA_KEY - Static variable in interface org.apache.turbine.services.rundata.RunDataService
The property for the implemention of the RunData object
RUNDATA - Static variable in interface org.apache.turbine.services.jsp.JspService
The key used to store an instance of RunData in the request
RunData - Interface in org.apache.turbine.util
RunData is an interface to run-time information that is passed within Turbine.
RUNDATA_KEY - Static variable in interface org.apache.turbine.services.velocity.VelocityService
The Key for storing the RunData Object in the Context
RunDataApplicationTool - Interface in org.apache.turbine.services.pull
Tools in the Toolbox that need a Rundata Object on every refresh should implement this interface.
RunDataFactory - Class in org.apache.turbine.util
Deprecated. This factory tries to be the RunData Service if no RunData Service is configured. RunData Service is now mandatory for Turbine so use it directly without this factory.
RunDataFactory() - Constructor for class org.apache.turbine.util.RunDataFactory
Deprecated.  
RunDataService - Interface in org.apache.turbine.services.rundata
The RunData Service provides the implementations for RunData and related interfaces required by request processing.

S

safeAddToHashtable(Hashtable, Object, Object) - Static method in class org.apache.turbine.util.ObjectUtils
Deprecated. No replacement
save() - Method in interface org.apache.turbine.om.security.Group
Makes changes made to the Group attributes permanent.
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.TurbineGroup
Makes changes made to the Group attributes permanent.
save(Connection) - Method in class org.apache.turbine.om.security.TurbineGroup
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineGroup
not implemented
save() - Method in class org.apache.turbine.om.security.TurbinePermission
Makes changes made to the Permission attributes permanent.
save(Connection) - Method in class org.apache.turbine.om.security.TurbinePermission
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbinePermission
not implemented
save() - Method in class org.apache.turbine.om.security.TurbineRole
Makes changes made to the Role attributes permanent.
save(Connection) - Method in class org.apache.turbine.om.security.TurbineRole
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineRole
not implemented
save() - Method in class org.apache.turbine.om.security.TurbineUser
Saves this object to the data store.
save(Connection) - Method in class org.apache.turbine.om.security.TurbineUser
not implemented
save(String) - Method in class org.apache.turbine.om.security.TurbineUser
not implemented
save() - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Saves a user object into the session.
save() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Saves this object to the data store.
save(Connection) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
not implemented
save(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
not implemented
save() - Method in interface org.apache.turbine.util.RunData
Saves a user object into the session.
saveGroup(Group) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Group's attributes.
saveGroup(Group) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Group's attributes.
saveGroup(Group) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Group's attributes.
saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
Saves User data when the session is unbound.
saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
This method is not yet implemented.
saveOnSessionUnbind(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Saves User data when the session is unbound.
saveOnSessionUnbind(User) - Method in interface org.apache.turbine.services.security.SecurityService
Saves User data when the session is unbound.
saveOnSessionUnbind(User) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Saves User data when the session is unbound.
saveOnSessionUnbind(User) - Method in interface org.apache.turbine.services.security.UserManager
Saves User data when the session is unbound.
savePermission(Permission) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Permission's attributes.
savePermission(Permission) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Permission's attributes.
savePermission(Permission) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Permission's attributes.
saveRole(Role) - Method in class org.apache.turbine.services.security.ldap.LDAPSecurityService
Stores Role's attributes.
saveRole(Role) - Method in interface org.apache.turbine.services.security.SecurityService
Stores Role's attributes.
saveRole(Role) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Stores Role's attributes.
saveUser(User) - Method in class org.apache.turbine.services.security.BaseSecurityService
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) - Static method in class org.apache.turbine.services.security.TurbineSecurity
Saves User's data in the permanent storage.
SCHEDULED_JOB_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size of the schedulder job cache if module caching is on.
SCHEDULED_JOB_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
The key for the schedulder job cache size if module caching is on.
ScheduledJob - Class in org.apache.turbine.modules
All Scheduled jobs should extend this.
ScheduledJob() - Constructor for class org.apache.turbine.modules.ScheduledJob
 
SCHEDULEDJOB_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for scheduler job related classes
SCHEDULEDJOB_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Scheduler Jobs
ScheduledJobLoader - Class in org.apache.turbine.modules
ScheduledJobs loader class.
SCHEDULER_LOG_FACILITY - Static variable in interface org.apache.turbine.TurbineConstants
The logging facility which captures output from the SchedulerService.
SchedulerTool - Class in org.apache.turbine.services.schedule
This tool is used to retrieve information about the job scheduler.
SchedulerTool() - Constructor for class org.apache.turbine.services.schedule.SchedulerTool
 
ScheduleService - Interface in org.apache.turbine.services.schedule
ScheduleService interface.
Screen - Class in org.apache.turbine.modules
This is the base class which defines the Screen modules.
Screen() - Constructor for class org.apache.turbine.modules.Screen
 
SCREEN_CACHE_SIZE_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
The default size for the screen cache
SCREEN_CACHE_SIZE_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Property for the size of the screen cache if caching is on
SCREEN_DEFAULT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for the Default Screen
SCREEN_ERROR_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Default value for Login Screen
SCREEN_ERROR_KEY - 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
Report Screen for invalid state in the application
SCREEN_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Screen Objects
SCREEN_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
Login screen.
SCREEN_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Screen Objects
SCREEN_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
Context Key for the screen placeholder in the various velocity layouts
SCREEN_PREFIX - Static variable in interface org.apache.turbine.TurbineConstants
Prefix for screen related classes and templates
SCREEN_TEMPLATE_KEY - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Screen Template Objects
SCREEN_TEMPLATE_NAME - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Represents Screen Template Objects
SCREEN_TYPE - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Predefined types for Turbine built-in assemblers: Screens
ScreenDefaultTemplateMapper - Class in org.apache.turbine.services.template.mapper
This is a pretty simple mapper which returns template pathes for a supplied template name.
ScreenDefaultTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.ScreenDefaultTemplateMapper
Default C'tor.
ScreenLoader - Class in org.apache.turbine.modules
The purpose of this class is to allow one to load and execute Screen modules.
ScreenTemplateMapper - Class in org.apache.turbine.services.template.mapper
This is a pretty simple mapper which returns template pathes for a supplied template name.
ScreenTemplateMapper() - Constructor for class org.apache.turbine.services.template.mapper.ScreenTemplateMapper
Default C'tor.
SECOND_SUFFIX - Static variable in class org.apache.turbine.util.TimeSelector
Suffix for second parameter.
SECURE_PASSWORDS_ALGORITHM_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the default algorithm for password encryption (SHA)
SECURE_PASSWORDS_ALGORITHM_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords algorithm (secure.passwords.algorithm)
SECURE_PASSWORDS_DEFAULT - Static variable in interface org.apache.turbine.services.security.SecurityService
the value of secure passwords flag (false)
SECURE_PASSWORDS_KEY - Static variable in interface org.apache.turbine.services.security.SecurityService
the key within services's properties for secure passwords flag (secure.passwords)
SecurityCheck - Class in org.apache.turbine.util
Utility for doing security checks in Screens and Actions.
SecurityCheck(RunData, String, String) - Constructor for class org.apache.turbine.util.SecurityCheck
Constructor.
SecurityCheck(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.SecurityCheck
Constructor.
SecurityEntity - Interface in org.apache.turbine.om.security
This class represents a Group of Users in the system that are associated with specific entity or resource.
SecurityObject - Class in org.apache.turbine.om.security
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 in org.apache.turbine.services.security
The Security Service manages Users, Groups Roles and Permissions in the system.
SecuritySet - Class in org.apache.turbine.util.security
This class represents a set of Security Entities.
SecuritySet() - Constructor for class org.apache.turbine.util.security.SecuritySet
Constructs an empty Set
SelectorBox - Class in org.apache.turbine.util.template
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[], int) - Constructor for class org.apache.turbine.util.template.SelectorBox
Generic constructor builds a select box.
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, boolean[]) - Constructor for class org.apache.turbine.util.template.SelectorBox
Primary constructor for everything.
send(String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
send(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Deprecated. This is not scope of the Service itself but of an application which uses the service.
send(String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
send(String, String, String, String, String, String, String) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
send(String, String, String) - Method in class org.apache.turbine.services.xmlrpc.util.FileHandler
Deprecated. 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.util.FileTransfer
Deprecated. Method to allow a client to send a file to a server.
send(String, String, String, String, String, String, String) - Static method in class org.apache.turbine.services.xmlrpc.util.FileTransfer
Deprecated. Method to allow a client to send a file to a server that requires a user name and password.
send(String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
send(String, String, String, String, String, String, String) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Deprecated. This is not scope of the Service itself but of an application which uses the service.
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.
separator - Variable in class org.apache.turbine.services.template.mapper.BaseMapper
The separator used to concatenate the result parts for this mapper.
serializeHashtable(Hashtable) - Static method in class org.apache.turbine.util.ObjectUtils
Converts a hashtable to a byte array for storage/serialization.
server - Variable in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
The encapsulated xmlrpc server.
ServerData - Class in org.apache.turbine.util
Holds basic server information under which Turbine is running.
ServerData(String, int, String, String, String) - Constructor for class org.apache.turbine.util.ServerData
Constructor.
ServerData(ServerData) - Constructor for class org.apache.turbine.util.ServerData
Copy-Constructor
ServerData(HttpServletRequest) - Constructor for class org.apache.turbine.util.ServerData
A C'tor that takes a HTTP Request object and builds the server data from its contents
Service - Interface in org.apache.turbine.services
Services are Initables that have a name, and a set of properties.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.assemblerbroker.AssemblerBrokerService
Name of the Service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.avaloncomponent.AvalonComponentService
The publically visible name of the service
SERVICE_NAME - Static variable in interface org.apache.turbine.services.jsp.JspService
The name used to specify this service in Turbine.properties
SERVICE_NAME - Static variable in interface org.apache.turbine.services.naming.NamingService
 
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.rundata.RunDataService
The key under which this service is stored in TurbineServices.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.schedule.ScheduleService
Name of 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.Service
The name of this service.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.servlet.ServletService
The service identifier
SERVICE_NAME - Static variable in interface org.apache.turbine.services.session.SessionService
The key under which this service is stored in TurbineServices.
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.uniqueid.UniqueIdService
 
SERVICE_NAME - Static variable in interface org.apache.turbine.services.velocity.VelocityService
The Service Name
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xmlrpc.XmlRpcService
TurbineXmlRpcService.
SERVICE_NAME - Static variable in interface org.apache.turbine.services.xslt.XSLTService
Service name
SERVICE_NAME - Static variable in class org.apache.turbine.util.template.TemplateInfo
 
SERVICE_PREFIX - Static variable in class org.apache.turbine.services.BaseServiceBroker
A prefix for Service properties in TurbineResource.properties.
serviceBroker - Variable in class org.apache.turbine.services.BaseService
A reference to the ServiceBroker that instantiated this object.
ServiceBroker - Interface in org.apache.turbine.services
Classes that implement this interface can act as a broker for Service classes.
ServiceManager - Interface in org.apache.turbine.services
Classes that implement this interface can act as a manager for Service classes.
ServletService - Interface in org.apache.turbine.services.servlet
This interface exposes methods of the runner context in order resolve or get access to external resources
ServletUtils - Class in org.apache.turbine.util
This is where common Servlet manipulation routines should go.
ServletUtils() - Constructor for class org.apache.turbine.util.ServletUtils
 
SESSION_ACCESS_COUNTER - Static variable in interface org.apache.turbine.om.security.User
The 'temp storage' key name for the session access counter
SESSION_KEY - Static variable in interface org.apache.turbine.om.security.User
The session key for the User object.
SESSION_KEY - Static variable in interface org.apache.turbine.util.security.AccessControlList
The default Session key for the Access Control List
SESSION_TIMEOUT_DEFAULT - Static variable in interface org.apache.turbine.TurbineConstants
Session Timeout Default Value
SESSION_TIMEOUT_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Session Timeout
SESSION_TOOL - Static variable in interface org.apache.turbine.services.pull.PullService
Property Key for the session tools
SESSION_TOOLS_ATTRIBUTE_PREFIX - Static variable in interface org.apache.turbine.services.pull.PullService
prefix for key used in the session to store session scope pull tools
sessionCreated(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
Called by the servlet container when a new session is created
SessionData - Class in org.apache.turbine.services.pull.util
Pull tool designed to be used in the session scope for storage of temporary data.
SessionData() - Constructor for class org.apache.turbine.services.pull.util.SessionData
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
Called by the servlet container when a session is destroyed
sessionDidActivate(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
Called by the servlet container when an existing session is (re-)activated.
SessionListener - Class in org.apache.turbine.services.session
This class is a listener for both session creation and destruction, and for session activation and passivation.
SessionListener() - Constructor for class org.apache.turbine.services.session.SessionListener
 
SessionService - Interface in org.apache.turbine.services.session
The SessionService allows access to the current sessions of the current context.
SessionTool - Class in org.apache.turbine.services.session
A pull tool for accessing the SessionService from a velocity template.
SessionTool() - Constructor for class org.apache.turbine.services.session.SessionTool
 
SessionValidator - Class in org.apache.turbine.modules.actions.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
 
sessionValidator - Variable in class org.apache.turbine.pipeline.DefaultSessionValidationValve
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.apache.turbine.services.session.SessionListener
Called by the servlet container when a an existing session is passivated.
setAccessCounter(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in interface org.apache.turbine.om.security.User
Sets the access counter for a user, saved in perm storage.
setAccessCounter(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the access counter for a user, saved in perm storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in interface org.apache.turbine.om.security.User
Sets the session access counter for a user, saved in temp storage.
setAccessCounterForSession(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the session access counter for a user, saved in temp storage.
setACL(AccessControlList) - Method in 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.pull.tools.TemplateLink
Sets the action= value for this URL.
setAction(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the action for the request.
setAction(String) - Method in interface org.apache.turbine.util.RunData
Sets the action for the request.
setAction(String) - Method in class org.apache.turbine.util.uri.TurbineURI
Sets the action= value for this URL.
setActionEvent(String, String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Sets the action= and eventSubmit= values for this URL.
setActionEvent(String, String) - Method in class org.apache.turbine.util.uri.TurbineURI
Sets the action= and eventSubmit= values for this URL.
setActive(boolean) - Method in interface org.apache.turbine.services.schedule.JobEntry
Sets whether the job is running.
setAlinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the active link color for the BODY tag.
setApplicationRoot(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Set the application root.
setApplicationRoot(String) - Method in interface org.apache.turbine.services.ServiceManager
Set the application root.
setApplicationRoot(String) - Static method in class org.apache.turbine.Turbine
Set the application root for the webapp.
setAttribute(String, Object) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the value of specific attribute of this object.
setAttribute(String, Object) - Method in class org.apache.turbine.util.TurbineConfig
Not implemented.
setAttributes(Map) - Method in class org.apache.turbine.om.security.SecurityObject
Replaces this object's attributes with the specified Map.
setBackground(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the background image for the BODY tag.
setBackground(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the background image for the BODY tag.
setBgColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the background color for the BODY tag.
setBgColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the background color for the BODY tag.
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.
setCacheSize(int) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Set the CacheSize value.
setCacheSize(int) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Set the CacheSize value.
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.
setConfiguration(Configuration) - Method in class org.apache.turbine.services.BaseServiceBroker
Set the configuration object for the services broker.
setConfiguration(Configuration) - Method in interface org.apache.turbine.services.ServiceManager
Set the configuration object for the services broker.
setConfirmed(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the confirmation value.
setConfirmed(String) - Method in interface org.apache.turbine.om.security.User
Sets the confirmation value.
setConfirmed(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users confirmed variable
setContentType(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the HTTP content type to return.
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.
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.
setContextPath(String) - Method in class org.apache.turbine.util.uri.BaseURI
Sets the context path.
setCookieParser(CookieParser) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cookie parser.
setCookieParser(CookieParser) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the cookie parser.
setCreateDate(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the create date for this User.
setCreateDate(Date) - Method in interface org.apache.turbine.om.security.User
Sets the creation date for this user.
setCreateDate(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the create date for this User.
setDay(int) - Method in class org.apache.turbine.util.DateSelector
Select the day to be selected if the showDays(false) behavior is used.
setDebugVariable(String, Object) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets a name/value pair in an internal Map that is accessible from the Error screen.
setDebugVariable(String, Object) - Method in interface org.apache.turbine.util.RunData
Sets a name/value pair in an internal Map that is accessible from the Error screen.
setDefaultProperty(String) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Set the DefaultProperty value.
setDefaultProperty(String) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Set the DefaultProperty value.
setDescription(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Add a description META tag to the HEAD of the page.
setDescription(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Add a description META tag to the HEAD of the page.
setEmail(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the email address.
setEmail(String) - Method in interface org.apache.turbine.om.security.User
Sets the email address.
setEmail(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Email
setEncodeURLOff() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
This will turn off the execution of res.encodeURL() by making res == null.
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.
setFieldName(String) - Method in class org.apache.turbine.util.FormMessage
Adds one field 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.
setFirstName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users First Name
setFormName(String) - Method in class org.apache.turbine.util.FormMessage
Set the form name.
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.om.security.TurbineUser
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in interface org.apache.turbine.om.security.User
This sets whether or not someone has logged in.
setHasLoggedIn(Boolean) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
This sets whether or not someone has logged in.
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.HtmlPageAttributes
Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
setHttpEquiv(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
setId(int) - Method in interface org.apache.turbine.om.security.SecurityEntity
Sets the Id of the SecurityEntity.
setId(int) - Method in class org.apache.turbine.om.security.SecurityObject
Unused.
setId(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Not implemented.
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.
setJNDIContexts(Map) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets JNDI Contexts.
setJNDIContexts(Map) - Method in interface org.apache.turbine.util.RunData
Sets JNDI Contexts.
setKey(String) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
Calls setKey(key,true)
setKey(String, boolean) - Method in class org.apache.turbine.services.intake.IntakeTool.PullHelper
 
setKeywords(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set a keywords META tag in the HEAD of the page.
setKeywords(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set a keywords META tag in the HEAD of the page.
setLastAccessDate() - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last access date for this User.
setLastAccessDate() - Method in interface org.apache.turbine.om.security.User
Sets the last access date for this User.
setLastAccessDate() - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Sets the last access date for this User.
setLastLogin(Date) - Method in class org.apache.turbine.om.security.TurbineUser
Set last login date/time.
setLastLogin(Date) - Method in interface org.apache.turbine.om.security.User
Set last login date/time.
setLastLogin(Date) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set last login date/time.
setLastName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the last name for this user.
setLastName(String) - Method in interface org.apache.turbine.om.security.User
Sets the last name for this user.
setLastName(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set the users Last Name Sets the last name for this user.
setLayout(PipelineData, String) - Method in class org.apache.turbine.modules.Screen
Set the layout for a Screen.
setLayout(RunData, String) - Method in class org.apache.turbine.modules.Screen
Deprecated. Use PipelineData version instead.
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.
setLDAPAttributes(Attributes) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Populates the user with values obtained from the LDAP Service.
setLinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the link color for the BODY tag.
setLinkColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the link color for the BODY tag.
setLoader(Loader) - Method in class org.apache.turbine.services.template.mapper.ClassMapper
Set the Loader value.
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.
setMailServer(String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Sets the address of the outgoing mail server.
setMailServer(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Sets the address of the outgoing mail server.
setManager(ServiceManager) - Static method in class org.apache.turbine.services.TurbineServices
The method through which to change the default manager.
setMedia(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Sets the media for which the stylesheet should be applied.
setMessage(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as a string.
setMessage(Element) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the message for the request as an ECS element.
setMessage(String) - Method in class org.apache.turbine.util.FormMessage
Set the message.
setMessage(String, String, long) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessage(String, String, String) - Method in class org.apache.turbine.util.FormMessages
Sets a message for a field of a form.
setMessage(String) - Method in interface org.apache.turbine.util.RunData
Sets the message for the request as a string.
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.util.template.TemplateSecurityCheck
Set the message that should be displayed.
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.
setMinuteInterval(int) - Method in class org.apache.turbine.util.TimeSelector
Set the interval between options in the minute select box.
setMultiple(boolean) - Method in class org.apache.turbine.util.template.SelectorBox
This allows you to set the multiple attribute to the select element.
setName(String) - Method in interface org.apache.turbine.om.security.SecurityEntity
Sets the Name of the SecurityEntity.
setName(String) - Method in class org.apache.turbine.om.security.SecurityObject
Sets the name of this object.
setName(String) - Method in class org.apache.turbine.om.security.TurbineUser
Sets the name of this user.
setName(String) - Method in class org.apache.turbine.pipeline.TurbinePipeline
Set the name of this pipeline.
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 class org.apache.turbine.services.security.ldap.LDAPUser
Set the users name.
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.util.security.TurbineAccessControlList
Sets the name of this ACL.
setName(String) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set the name= attribute to the select element.
setNavigationTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of navigationTemplate.
setOnChange(String) - Method in class org.apache.turbine.util.DateSelector
Adds the onChange to all of <SELECT> tags.
setOnChange(String) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set an onChange attribute on the select tag
setOnChange(String) - Method in class org.apache.turbine.util.TimeSelector
Adds the onChange to all of <SELECT> tags.
setOut(PrintWriter) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. no replacement planned, response writer will not be cached
setPage(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Sets the template variable used by the Template Service.
setPage(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLinkWithSlash
Deprecated. Sets the template variable used by the Template Service.
setParameterParser(ParameterParser) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the parameter parser.
setParameterParser(ParameterParser) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the parameter parser.
setParanoid(boolean) - Static method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpc
Switch client filtering on/off.
setParanoid(boolean) - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Switch client filtering on/off.
setParanoid(boolean) - Method in interface org.apache.turbine.services.xmlrpc.XmlRpcService
Switch client filtering on/off.
setPassword(String) - Method in class org.apache.turbine.om.security.TurbineUser
Set password.
setPassword(String) - Method in interface org.apache.turbine.om.security.User
Set password.
setPassword(String) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Set password.
setPathInfo(List) - Method in class org.apache.turbine.util.uri.TurbineURI
Sets the Query Data List.
setPerm(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Put an object into permanent storage.
setPerm(String, Object) - Method in interface org.apache.turbine.om.security.User
Put an object into permanent storage.
setPerm(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Put an object into permanent storage.
setPermissions(PermissionSet) - Method in interface org.apache.turbine.om.security.Role
Sets the Permissions associated with this Role.
setPermissions(PermissionSet) - Method in class org.apache.turbine.om.security.TurbineRole
Sets the Permissions associated with this Role.
setPermStorage(Hashtable) - 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.
setPermStorage(Hashtable) - 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.
setPermStorage(Hashtable) - 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.
setPrefix(String) - Method in class org.apache.turbine.services.template.mapper.BaseTemplateMapper
Set the Prefix value.
setQueryData(List) - Method in class org.apache.turbine.util.uri.TurbineURI
Sets the Query Data List.
setQueryKey(String) - Method in interface org.apache.turbine.om.Retrievable
set an id that differentiates this object from others of its class.
setRedirect(boolean) - Method in class org.apache.turbine.util.uri.BaseURI
Set the redirect Flag
setRedirectURI(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the redirect uri.
setRedirectURI(String) - Method in interface org.apache.turbine.util.RunData
Sets the redirect uri.
setReference(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Sets a reference anchor (#ref).
setReference(String) - Method in class org.apache.turbine.util.uri.BaseURI
Sets a reference anchor (#ref).
setReload(boolean) - Method in class org.apache.turbine.modules.GenericLoader
Sets whether or not this external action is reload itself.
setRequest(HttpServletRequest) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the servlet request.
setRequest(HttpServletRequest) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the servlet request.
setResponse(HttpServletResponse) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the servlet response.
setResponse(HttpServletResponse) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the servlet response.
setResponse(HttpServletResponse) - Method in class org.apache.turbine.util.uri.BaseURI
Set a Response Object to use when creating the response string.
setScreen(String) - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Sets the screen= value for this URL.
setScreen(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the screen for the request.
setScreen(String) - Method in interface org.apache.turbine.util.RunData
Sets the screen for the request.
setScreen(String) - Method in class org.apache.turbine.util.template.TemplateScreen
Set the screen.
setScreen(String) - Method in class org.apache.turbine.util.uri.TurbineURI
Sets the screen= value for this URL.
setScreenTemplate(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the screen template for the request.
setScreenTemplate(String) - Method in interface org.apache.turbine.util.RunData
Sets the screen template for the request.
setScreenTemplate(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of screen.
setScript(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. Use addScript instead
setScript(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds a LINK to a javascript file to the HEAD of the page.
setScriptName(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached script name that is stored in the server data.
setScriptName(String) - Method in class org.apache.turbine.util.ServerData
Set the script name.
setScriptName(String) - Method in class org.apache.turbine.util.uri.BaseURI
Sets the script name (/servlets/Turbine).
setSecondInterval(int) - Method in class org.apache.turbine.util.TimeSelector
Set the interval between options in the second select box.
setSeconds(int) - Method in class org.apache.turbine.util.TimeSelector
Select the second to be selected if the showSeconds(false) behavior is used.
setSecure() - Method in class org.apache.turbine.util.uri.BaseURI
Method to specify that a URI should use SSL.
setSecure(int) - Method in class org.apache.turbine.util.uri.BaseURI
Method to specify that a URI should use SSL.
setSelected(boolean[]) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set the array of selected booleans.
setSelected(Object) - Method in class org.apache.turbine.util.template.SelectorBox
This will set all elements as unselected, except for the element(s) with the given name.
setSelName(String) - Method in class org.apache.turbine.util.DateSelector
Set the selector name prefix.
setSelName(String) - Method in class org.apache.turbine.util.TimeSelector
Set the selector name prefix.
setSeparator(char) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Set the Separator value.
setSeparator(char) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Set the Separator value.
setServerData(ServerData) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the server data of the request.
setServerData(ServerData) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the server data of the request.
setServerName(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached server same that is stored in the server data.
setServerName(String) - Method in class org.apache.turbine.util.ServerData
Sets the cached serverName.
setServerName(String) - Method in class org.apache.turbine.util.uri.BaseURI
Sets the server name.
setServerPort(int) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached server port that is stored in the server data.
setServerPort(int) - Method in class org.apache.turbine.util.ServerData
Sets the cached serverPort.
setServerPort(int) - Method in class org.apache.turbine.util.uri.BaseURI
Sets the server port.
setServerScheme(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the cached server scheme that is stored in the server data.
setServerScheme(String) - Method in class org.apache.turbine.util.ServerData
Sets the cached serverScheme.
setServerScheme(String) - Method in class org.apache.turbine.util.uri.BaseURI
Sets the scheme (HTTP or HTTPS).
setService(String) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of service.
setServiceBroker(ServiceBroker) - Method in class org.apache.turbine.services.BaseService
Saves a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
setServiceBroker(ServiceBroker) - Method in class org.apache.turbine.services.BaseUnicastRemoteService
 
setServiceBroker(ServiceBroker) - Method in interface org.apache.turbine.services.Service
Provides a Service with a reference to the ServiceBroker that instantiated this object, so that it can ask for its properties and access other Services.
setServiceObject(String, Object) - Method in class org.apache.turbine.services.BaseServiceBroker
Set an application specific service object that can be used by application specific services.
setServletConfig(ServletConfig) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the servlet configuration used during servlet init.
setServletConfig(ServletConfig) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Sets the servlet configuration used during servlet init.
setSession(HttpSession) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Deprecated. No replacement. This method no longer does anything.
setSession(HttpSession) - Method in interface org.apache.turbine.services.rundata.TurbineRunData
Deprecated. No replacement. This method no longer does anything.
setShowDay(boolean) - Method in class org.apache.turbine.util.DateSelector
Whether or not to show the days as a popup menu.
setShowSeconds(boolean) - Method in class org.apache.turbine.util.TimeSelector
Whether or not to show the seconds as a popup menu.
setSize(int) - Method in class org.apache.turbine.util.template.SelectorBox
This allows one to set the size of the select element.
setSkin() - Method in class org.apache.turbine.services.pull.util.UIManager
Set the skin name to the skin from the TR.props file.
setSkin(String) - Method in class org.apache.turbine.services.pull.util.UIManager
Set the skin name to the specified skin.
setSkin(RunData) - Method in class org.apache.turbine.services.pull.util.UIManager
Set the skin name when the tool is configured to be loaded on a per-request basis.
setSkin(User) - Method in class org.apache.turbine.services.pull.util.UIManager
Set the skin name when the tool is configured to be loaded on a per-session basis.
setSkin(User, String) - Static method in class org.apache.turbine.services.pull.util.UIManager
Set the skin name user's temp hashmap for the current session.
setStackTrace(String, Throwable) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the stack trace.
setStackTrace(String, Throwable) - Method in interface org.apache.turbine.util.RunData
Sets the stack trace.
setStatusCode(int) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the HTTP status code to return.
setStatusCode(int) - Method in interface org.apache.turbine.util.RunData
Sets the HTTP status code to return.
setStyle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. use addStyle instead
setStyle(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds a STYLE element to the HEAD of the page with the provided content.
setStyleSheet(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. use addStyleSheet instead
setStyleSheet(String, String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Deprecated. use addStyleSheet instead
setStyleSheet(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds a LINK to a CSS styleshet to the HEAD of the page.
setStyleSheet(String, String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Adds a LINK to a CSS stylesheet to the HEAD of the page, allowing the media type to be specified.
setSystemError(SystemError) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Adds a critical system error.
setSystemError(SystemError) - Method in interface org.apache.turbine.util.RunData
Adds a critical system error.
setTask(String) - Method in interface org.apache.turbine.services.schedule.JobEntry
Set the value of Task
setTemp(String, Object) - Method in class org.apache.turbine.om.security.TurbineUser
Put an object into temporary storage.
setTemp(String, Object) - Method in interface org.apache.turbine.om.security.User
Put an object into temporary storage.
setTemp(String, Object) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
Put an object into temporary storage.
setTemp(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
Put an object into temporary storage.
setTemplate(RunData, String) - Method in class org.apache.turbine.modules.actions.VelocityAction
Deprecated. Use PipelineData version instead.
setTemplate(PipelineData, String) - Method in class org.apache.turbine.modules.actions.VelocityAction
This method is used when you want to short circuit an Action and change the template that will be executed next.
setTemplate(RunData, String) - Static method in class org.apache.turbine.modules.screens.TemplateScreen
Deprecated. Use PipelineData version instead.
setTemplate(PipelineData, String) - Static method in class org.apache.turbine.modules.screens.TemplateScreen
This method is used when you want to short circuit a Screen and change the template that will be executed next.
setTemplate(String) - Method in class org.apache.turbine.services.jsp.util.JspNavigation
builds the output of the navigation template
setTemplate(String) - Method in class org.apache.turbine.util.template.TemplateNavigation
Set the template.
setTemplate(String) - Method in class org.apache.turbine.util.uri.TemplateURI
Sets the template= value for this URL.
setTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Velocity template to execute.
setTemplateContext(String, Object) - Method in class org.apache.turbine.util.template.TemplateInfo
Set the value of context.
setTemplateEncoding(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the character encoding to use for reading template files.
setTemplateEncoding(String) - Method in interface org.apache.turbine.util.RunData
Sets the character encoding to use for reading template files.
setTempStorage(Hashtable) - 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.
setTempStorage(Hashtable) - 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.
setTempStorage(Hashtable) - 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.
setTextColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the text color for the BODY tag.
setTextColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the text color for the BODY tag.
setTextTemplate(String) - Method in class org.apache.turbine.util.velocity.VelocityHtmlEmail
Set the text template for the mail.
setTimeFormat(int) - Method in class org.apache.turbine.util.TimeSelector
Set the time format to 12 or 24 hour.
setTimeout(int) - Method in class org.apache.turbine.services.security.ldap.LDAPUser
A User object can have a variable Timeout which is defined in minutes.
setTitle(String) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the title of the page.
setTitle(String) - Method in interface org.apache.turbine.util.RunData
Sets the title of the page.
setTitle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the title in the page.
setTitle(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Sets the title of the stylesheet
setTitle(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the title in the page.
setTo(String, String) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Deprecated. use addTo(email,name) instead
setTurbineServletConfig(ServletConfig) - Static method in class org.apache.turbine.Turbine
Set the servlet config for this turbine webapp.
setTurbineServletContext(ServletContext) - Static method in class org.apache.turbine.Turbine
Set the servlet context for this turbine webapp.
setType(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Sets the content type of the style sheet
setUseCache(boolean) - Method in class org.apache.turbine.services.template.mapper.BaseMapper
Set the UseCache value.
setUseCache(boolean) - Method in interface org.apache.turbine.services.template.mapper.Mapper
Set the UseCache value.
setUser(User) - Method in class org.apache.turbine.services.rundata.DefaultTurbineRunData
Sets the user.
setUser(User) - Method in interface org.apache.turbine.util.RunData
Sets the user.
setUserManager(UserManager) - Method in class org.apache.turbine.services.security.BaseSecurityService
Configure a new user Manager.
setUserManager(UserManager) - Method in interface org.apache.turbine.services.security.SecurityService
Configure a new user Manager.
setUserManager(UserManager) - Method in class org.apache.turbine.services.security.TurbineSecurity
Configure a new user Manager.
setVlinkColor(String) - Method in class org.apache.turbine.util.template.HtmlPageAttributes
Set the visited link color for the BODY tag.
setVlinkColor(String) - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Set the visited link color for the BODY tag.
setWordWrap(int) - Method in class org.apache.turbine.util.velocity.VelocityEmail
Set the column at which long lines of text should be word- wrapped.
setYear(int, int, int) - Method in class org.apache.turbine.util.DateSelector
Select the day to be selected if the showDays(false) behavior is used.
shutdown() - Method in class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
Shuts the Component Service down, calls dispose on the components that implement this interface
shutdown() - Method in class org.apache.turbine.services.avaloncomponent.TurbineYaafiComponentService
Shuts the Component Service down, calls dispose on the components that implement this interface
shutdown() - Method in class org.apache.turbine.services.BaseInitable
Returns an Initable to uninitialized state.
shutdown() - Method in class org.apache.turbine.services.BaseUnicastRemoteService
Shuts down this service.
shutdown() - Method in interface org.apache.turbine.services.Initable
Returns an Initable to an uninitialized state.
shutdown() - Method in class org.apache.turbine.services.session.TurbineSessionService
Returns to uninitialized state.
shutdown() - Method in class org.apache.turbine.services.TurbineBaseService
Returns to uninitialized state.
shutdown() - Method in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
Writes a message to the log upon system shutdown.
shutdown() - Method in class org.apache.turbine.services.xmlrpc.TurbineXmlRpcService
Shuts down this service, stopping running threads.
shutdownClass(String) - Method in class org.apache.turbine.services.BaseInitableBroker
Shuts down an Initable.
shutdownClass(String) - Method in interface org.apache.turbine.services.InitableBroker
Shutdowns an Initable class.
shutdownService(String) - Method in class org.apache.turbine.services.BaseServiceBroker
Shuts down a Service, releasing resources allocated by an Service, and returns it to its initial (uninitialized) state.
shutdownService(String) - Method in interface org.apache.turbine.services.ServiceBroker
Shutdowns a Service.
shutdownServices() - Method in class org.apache.turbine.services.BaseServiceBroker
Shuts down all Turbine services, releasing allocated resources and returning them to their initial (uninitialized) state.
shutdownServices() - Method in interface org.apache.turbine.services.ServiceBroker
Shutdowns all Services.
size() - Method in class org.apache.turbine.util.pool.BoundedBuffer
Returns the number of elements in the buffer.
size() - Method in class org.apache.turbine.util.security.SecuritySet
Returns size (cardinality) of this set.
stack - Variable in class org.apache.turbine.services.BaseInitableBroker
Names of classes being early-initialized are pushed onto this stack.
STACK_TRACE_PLACEHOLDER - Static variable in interface org.apache.turbine.TurbineConstants
Context Key for the Stack Trace
STANDARD_PIPELINE - Static variable in interface org.apache.turbine.TurbineConstants
The fully qualified class name of the default org.apache.turbine.Pipeline implementation to use in the Turbine servlet.
startScheduler() - Method in interface org.apache.turbine.services.schedule.ScheduleService
Starts the scheduler if not already running.
startScheduler() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Starts the scheduler if not already running.
state - Variable in class org.apache.turbine.pipeline.TurbinePipeline
The per-thread execution state for processing through this pipeline.
stopScheduler() - Method in interface org.apache.turbine.services.schedule.ScheduleService
Stops the scheduler if ti is currently running.
stopScheduler() - Static method in class org.apache.turbine.services.schedule.TurbineScheduler
Stops the scheduler if ti is currently running.
store(User) - Method in class org.apache.turbine.services.security.ldap.LDAPUserManager
Save a User object to persistent storage.
store(User) - Method in class org.apache.turbine.services.security.passive.PassiveUserManager
Save an User object to persistent storage.
store(User) - Method in interface org.apache.turbine.services.security.UserManager
Save an User object to persistent storage.
STYLESHEET_CACHING - Static variable in interface org.apache.turbine.services.xslt.XSLTService
Property for caching the stylesheets
STYLESHEET_PATH - Static variable in interface org.apache.turbine.services.xslt.XSLTService
Name of the Style sheet path property
SystemError - Error in org.apache.turbine.util
Used for wrapping system errors (exceptions) that may occur in the application.
SystemError(Throwable) - Constructor for error org.apache.turbine.util.SystemError
Constructor.
SystemError(String) - Constructor for error org.apache.turbine.util.SystemError
Constructor.
SystemError(Throwable, String) - Constructor for error org.apache.turbine.util.SystemError
Deprecated. Use SystemError(String,Throwable) instead.
SystemError(String, Throwable) - Constructor for error org.apache.turbine.util.SystemError
Constructor.
SystemError(Throwable, long) - Constructor for error org.apache.turbine.util.SystemError
Deprecated. No replacement

T

takePtr - Variable in class org.apache.turbine.util.pool.BoundedBuffer
 
TEMPLATE_ERROR_JSP - Static variable in interface org.apache.turbine.TurbineConstants
Template error default for JSP
TEMPLATE_ERROR_KEY - Static variable in interface org.apache.turbine.TurbineConstants
Template error template Property.
TEMPLATE_ERROR_VM - Static variable in interface org.apache.turbine.TurbineConstants
Template error default for Velocity
TEMPLATE_EXTENSIONS - Static variable in interface org.apache.turbine.services.template.TemplateEngineService
 
TEMPLATE_HOMEPAGE - Static variable in interface org.apache.turbine.TurbineConstants
Home page template.
TEMPLATE_INVALID_STATE - Static variable in interface org.apache.turbine.TurbineConstants
Report Template for invalid state in the application
TEMPLATE_LINK_PREFIX - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
Prefix for Parameters for this tool
TEMPLATE_LINK_RELATIVE_DEFAULT - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
Default Value for TEMPLATE_LINK_RELATIVE_KEY
TEMPLATE_LINK_RELATIVE_KEY - Static variable in class org.apache.turbine.services.pull.tools.TemplateLink
Should this tool return relative URIs or absolute? Default: Absolute.
TEMPLATE_LOGIN - Static variable in interface org.apache.turbine.TurbineConstants
Login template.
TEMPLATE_PARTS_SEPARATOR - Static variable in interface org.apache.turbine.services.template.TemplateService
Character that separates the various Template Parts
TEMPLATE_PATH_KEY - Static variable in interface org.apache.turbine.services.jsp.JspService
Property key for Template Pathes
TEMPLATE_TYPES - Static variable in class org.apache.turbine.services.template.TurbineTemplateService
Number of different Template Types that we know of
TemplateEngineService - Interface in org.apache.turbine.services.template
This is the interface that all template engine services must adhere to.
templateExists(String) - Method in class org.apache.turbine.services.jsp.TurbineJspService
Determine whether a given template is available on the configured template pathes.
templateExists(String) - Method in class org.apache.turbine.services.template.BaseTemplateEngineService
 
templateExists(String) - Method in interface org.apache.turbine.services.template.TemplateEngineService
Use the specific template engine to determine whether a given template exists.
templateExists(String, String[]) - Method in interface org.apache.turbine.services.template.TemplateService
Deprecated. Use templateExists from the various Templating Engines
templateExists(String, String[]) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Deprecated. Use templateExists from the various Templating Engines
templateExists(String, String[]) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Deprecated. Use templateExists from the various Templating Engines
templateExists(String) - Method in class org.apache.turbine.services.velocity.TurbineVelocityService
Find out if a given template exists.
TemplateInfo - Class in org.apache.turbine.util.template
This is a wrapper for Template specific information.
TemplateInfo(RunData) - Constructor for class org.apache.turbine.util.template.TemplateInfo
Constructor
TemplateLink - Class in org.apache.turbine.services.pull.tools
This is a pull to to be used in Templates to convert links in Templates into the correct references.
TemplateLink() - Constructor for class org.apache.turbine.services.pull.tools.TemplateLink
Default constructor
TemplateLinkWithSlash - Class in org.apache.turbine.services.pull.tools
Deprecated. Use TemplateLink instead and fix up your template references.
TemplateLinkWithSlash() - Constructor for class org.apache.turbine.services.pull.tools.TemplateLinkWithSlash
Deprecated. Default constructor
TemplateNavigation - Class in org.apache.turbine.modules.navigations
Base Template Navigation.
TemplateNavigation() - Constructor for class org.apache.turbine.modules.navigations.TemplateNavigation
 
TemplateNavigation - Class in org.apache.turbine.util.template
Returns output of a Navigation module.
TemplateNavigation(RunData) - Constructor for class org.apache.turbine.util.template.TemplateNavigation
Constructor
TemplatePage - Class in org.apache.turbine.modules.pages
When building sites using templates, Screens need only be defined for templates which require dynamic (database or object) data.
TemplatePage() - Constructor for class org.apache.turbine.modules.pages.TemplatePage
 
TemplatePageAttributes - Class in org.apache.turbine.util.template
Deprecated. Use HtmlPageAttributes along with VelocityOnlyLayout instead
TemplatePageAttributes() - Constructor for class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Default constructor.
TemplatePageAttributes(RunData) - Constructor for class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. Construct a new instance with the given RunData object.
TemplateScreen - Class in org.apache.turbine.modules.screens
Template Screen.
TemplateScreen() - Constructor for class org.apache.turbine.modules.screens.TemplateScreen
 
TemplateScreen - Class in org.apache.turbine.util.template
Returns output of a Screen module.
TemplateScreen(RunData) - Constructor for class org.apache.turbine.util.template.TemplateScreen
Constructor
TemplateSecureSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
SessionValidator that requires login for use with Template Services like Velocity or WebMacro.
TemplateSecureSessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.TemplateSecureSessionValidator
 
TemplateSecurityCheck - Class in org.apache.turbine.util.template
Utility class to help check for proper authorization when using template screens.
TemplateSecurityCheck(RunData, String) - Constructor for class org.apache.turbine.util.template.TemplateSecurityCheck
Constructor.
TemplateSecurityCheck(RunData) - Constructor for class org.apache.turbine.util.template.TemplateSecurityCheck
Generic Constructor.
TemplateService - Interface in org.apache.turbine.services.template
This service provides a method for mapping templates to their appropriate Screens or Navigations.
TemplateSessionValidator - Class in org.apache.turbine.modules.actions.sessionvalidator
SessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to the TemplateSecureValidator except that it does not transfer to the login page when it detects a null user (or a user not logged in).
TemplateSessionValidator() - Constructor for class org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
 
TemplateURI - Class in org.apache.turbine.util.uri
This class allows you to keep all the information needed for a single link at one place.
TemplateURI() - Constructor for class org.apache.turbine.util.uri.TemplateURI
Empty C'tor.
TemplateURI(RunData) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor with a RunData object
TemplateURI(RunData, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set explicit redirection
TemplateURI(RunData, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template
TemplateURI(RunData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template, set explicit redirection
TemplateURI(RunData, String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template and Action
TemplateURI(RunData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template and Action, set explicit redirection
TemplateURI(ServerData) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor with a ServerData object
TemplateURI(ServerData, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set explicit redirection
TemplateURI(ServerData, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template
TemplateURI(ServerData, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template, set explicit redirection
TemplateURI(ServerData, String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template and Action
TemplateURI(ServerData, String, String, boolean) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, set Template and Action, set explicit redirection
TemplateURI(String, String) - Constructor for class org.apache.turbine.util.uri.TemplateURI
Constructor, user Turbine.getDefaultServerData(), set Template and Action
ticDifference - Static variable in class org.apache.turbine.util.GenerateUniqueId
 
timeout - Variable in class org.apache.turbine.pipeline.DefaultSessionTimeoutValve
 
TimeSelector - Class in org.apache.turbine.util
TimeSelector is a utility class to handle the creation of a set of time drop-down menus.
TimeSelector() - Constructor for class org.apache.turbine.util.TimeSelector
Constructor defaults to current date/time and uses the default prefix:
TimeSelector(String, Calendar) - Constructor for class org.apache.turbine.util.TimeSelector
Constructor, uses the date/time set in the calendar passed in (with the date/time set correctly).
TimeSelector(String) - Constructor for class org.apache.turbine.util.TimeSelector
Constructor defaults to current date/time.
TOOL_RESOURCES_DIR_DEFAULT - Static variable in interface org.apache.turbine.services.pull.PullService
Default value for the application tool resources.
TOOL_RESOURCES_DIR_KEY - Static variable in interface org.apache.turbine.services.pull.PullService
Property tag for application tool resources directory
TOOLS_PER_REQUEST_REFRESH_DEFAULT - Static variable in interface org.apache.turbine.services.pull.PullService
Default value for per request tool refreshing
TOOLS_PER_REQUEST_REFRESH_KEY - Static variable in interface org.apache.turbine.services.pull.PullService
Property tag for per request tool refreshing (for obvious reasons has no effect for per-request tools)
toString() - Method in class org.apache.turbine.om.security.SecurityObject
Returns a textual representation of this object, consisted by it's name and attributes.
toString() - Method in class org.apache.turbine.services.pull.tools.RelativeTemplateLink
Deprecated. Returns the URI.
toString() - Method in class org.apache.turbine.services.pull.tools.TemplateLink
Same as getLink().
toString() - Method in class org.apache.turbine.util.DateSelector
Used to build the popupmenu in HTML.
toString() - Method in class org.apache.turbine.util.FormMessage
Write out the contents of the message in a friendly manner.
toString() - Method in class org.apache.turbine.util.security.GroupSet
Print out a GroupSet as a String
toString() - Method in class org.apache.turbine.util.security.PermissionSet
Print out a PermissionSet as a String
toString() - Method in class org.apache.turbine.util.security.RoleSet
Print out a RoleSet as a String
toString() - Method in class org.apache.turbine.util.security.SecuritySet
list of role names in this set
toString() - Method in class org.apache.turbine.util.ServerData
Returns this object as an URL.
toString() - Method in class org.apache.turbine.util.template.HtmlPageAttributes
A dummy toString method that returns an empty string.
toString(int) - Method in class org.apache.turbine.util.template.SelectorBox
This builds out the select box at a certain size.
toString() - Method in class org.apache.turbine.util.template.SelectorBox
This builds out the select box at a certain size.
toString() - Method in class org.apache.turbine.util.template.TemplateNavigation
Builds the output of the navigation template.
toString() - Method in class org.apache.turbine.util.template.TemplatePageAttributes
Deprecated. A dummy toString method that returns an empty string.
toString() - Method in class org.apache.turbine.util.template.TemplateScreen
Builds the output of the navigation template.
toString() - Method in class org.apache.turbine.util.TimeSelector
Used to build the popupmenu in HTML.
toString() - Method in class org.apache.turbine.util.uri.DataURI
toString() simply calls getAbsoluteLink.
toString() - Method in class org.apache.turbine.util.uri.TurbineURI
Simply calls getAbsoluteLink().
toString() - Method in class org.apache.turbine.util.velocity.VelocityEmail
The method toString() calls send() for ease of use within a Velocity template (see example usage above).
transform(String, Reader, Writer) - Static method in class org.apache.turbine.services.xslt.TurbineXSLT
 
transform(String, Reader) - Static method in class org.apache.turbine.services.xslt.TurbineXSLT
 
transform(String, Node, Writer) - Method in class org.apache.turbine.services.xslt.TurbineXSLT
 
transform(String, Node) - Method in class org.apache.turbine.services.xslt.TurbineXSLT
 
transform(String, Source, Result) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
 
transform(String, Reader, Writer) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Execute an xslt
transform(String, Reader) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Execute an xslt
transform(String, Node, Writer) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Execute an xslt
transform(String, Node) - Method in class org.apache.turbine.services.xslt.TurbineXSLTService
Execute an xslt
transform(String, Reader, Writer) - Method in interface org.apache.turbine.services.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and writes the output to a writer.
transform(String, Reader) - Method in interface org.apache.turbine.services.xslt.XSLTService
Uses an xsl file to transform xml input from a reader and returns a string containing the transformed output.
transform(String, Node, Writer) - Method in interface org.apache.turbine.services.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and writes the output to a writer.
transform(String, Node) - Method in interface org.apache.turbine.services.xslt.XSLTService
Uses an xsl file to transform xml input from a DOM note and returns a string containing the transformed output.
translateTemplatePaths(String[]) - Method in interface org.apache.turbine.services.template.TemplateService
Deprecated. Each template engine service should know how to translate a request onto a file.
translateTemplatePaths(String[]) - Static method in class org.apache.turbine.services.template.TurbineTemplate
Deprecated. Each template engine service should know how to translate a request onto a file.
translateTemplatePaths(String[]) - Method in class org.apache.turbine.services.template.TurbineTemplateService
Deprecated. Each template engine service should know how to translate a request onto a file.
Turbine - Class in org.apache.turbine
Turbine is the main servlet for the entire system.
Turbine() - Constructor for class org.apache.turbine.Turbine
 
TurbineAccessControlList - Class in org.apache.turbine.util.security
This is a control class that makes it easy to find out if a particular User has a given Permission.
TurbineAccessControlList(Map, Map) - Constructor for class org.apache.turbine.util.security.TurbineAccessControlList
Constructs a new AccessControlList.
TurbineAssemblerBroker - Class in org.apache.turbine.services.assemblerbroker
An interface the Turbine Assembler service.
TurbineAssemblerBroker() - Constructor for class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBroker
 
TurbineAssemblerBrokerService - Class in org.apache.turbine.services.assemblerbroker
TurbineAssemblerBrokerService allows assemblers (like screens, actions and layouts) to be loaded from one or more AssemblerFactory classes.
TurbineAssemblerBrokerService() - Constructor for class org.apache.turbine.services.assemblerbroker.TurbineAssemblerBrokerService
 
TurbineAvalonComponentService - Class in org.apache.turbine.services.avaloncomponent
An implementation of AvalonComponentService which loads all the components given in the TurbineResources.properties File.
TurbineAvalonComponentService() - Constructor for class org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 
TurbineBaseService - Class in org.apache.turbine.services
This class provides a Service implementation that Services used in Turbine are required to extend.
TurbineBaseService() - Constructor for class org.apache.turbine.services.TurbineBaseService
 
TurbineConfig - Class in org.apache.turbine.util
A class used for initialization of Turbine without a servlet container.
TurbineConfig(String, Map, Map) - Constructor for class org.apache.turbine.util.TurbineConfig
Constructs a new TurbineConfig.
TurbineConfig(String, Map) - Constructor for class org.apache.turbine.util.TurbineConfig
 
TurbineConfig(String, String) - Constructor for class org.apache.turbine.util.TurbineConfig
Constructs a TurbineConfig.
TurbineConstants - Interface in org.apache.turbine
This interface contains all the constants used throughout the Turbine code base.
TurbineException - Exception in org.apache.turbine.util
The base class of all exceptions thrown by Turbine.
TurbineException() - Constructor for exception org.apache.turbine.util.TurbineException
Constructs a new TurbineException without specified detail message.
TurbineException(String) - Constructor for exception org.apache.turbine.util.TurbineException
Constructs a new TurbineException with specified detail message.
TurbineException(Throwable) - Constructor for exception org.apache.turbine.util.TurbineException
Constructs a new TurbineException with specified nested Throwable.
TurbineException(String, Throwable) - Constructor for exception org.apache.turbine.util.TurbineException
Constructs a new TurbineException with specified detail message and nested Throwable.
TurbineGroup - Class in org.apache.turbine.om.security
This class represents a Group of Users in the system that are associated with specific entity or resource.
TurbineGroup() - Constructor for class org.apache.turbine.om.security.TurbineGroup
Constructs a new Group.
TurbineGroup(String) - Constructor for class org.apache.turbine.om.security.TurbineGroup
Constructs a new Group with the specified name.
turbineId - Static variable in class org.apache.turbine.services.uniqueid.TurbineUniqueIdService
The identifier of this instance of turbine.
TurbineJsp - Class in org.apache.turbine.services.jsp
Facade class for the Jsp Service.
TurbineJsp() - Constructor for class org.apache.turbine.services.jsp.TurbineJsp
 
TurbineJspService - Class in org.apache.turbine.services.jsp
This is a Service that can process JSP templates from within a Turbine screen.
TurbineJspService() - Constructor for class org.apache.turbine.services.jsp.TurbineJspService
 
TurbineNamingService - Class in org.apache.turbine.services.naming
This class is the default implementation of NamingService, which provides JNDI naming contexts.
TurbineNamingService() - Constructor for class org.apache.turbine.services.naming.TurbineNamingService
 
TurbinePermission - Class in org.apache.turbine.om.security
This class represents the permissions that a Role has to access certain pages/functions within the system.
TurbinePermission() - Constructor for class org.apache.turbine.om.security.TurbinePermission
Constructs a new TurbinePermission.
TurbinePermission(String) - Constructor for class org.apache.turbine.om.security.TurbinePermission
Constructs a new TurbinePermission with the sepcified name.
TurbinePipeline - Class in org.apache.turbine.pipeline
Flexible implementation of a org.apache.turbine.Pipeline.
TurbinePipeline() - Constructor for class org.apache.turbine.pipeline.TurbinePipeline
 
TurbinePull - Class in org.apache.turbine.services.pull
This is a Facade class for PullService.
TurbinePull() - Constructor for class org.apache.turbine.services.pull.TurbinePull
 
TurbinePullService - Class in org.apache.turbine.services.pull
This is the concrete implementation of the Turbine Pull Service.
TurbinePullService() - Constructor for class org.apache.turbine.services.pull.TurbinePullService
 
TurbineRole - Class in org.apache.turbine.om.security
This class represents a role played by the User associated with the current Session.
TurbineRole() - Constructor for class org.apache.turbine.om.security.TurbineRole
Constructs a new Role
TurbineRole(String) - Constructor for class org.apache.turbine.om.security.TurbineRole
Constructs a new Role with the sepcified name.
TurbineRunData - Interface in org.apache.turbine.services.rundata
TurbineRunData is an extension to the RunData interface to be implemented by RunData implementations to be distributed by the Turbine RunData Service.
TurbineRunDataService - Class in org.apache.turbine.services.rundata
The RunData Service provides the implementations for RunData and related interfaces required by request processing.
TurbineRunDataService() - Constructor for class org.apache.turbine.services.rundata.TurbineRunDataService
Constructs a RunData Service.
TurbineRuntimeException - Exception in org.apache.turbine.util
This is a base class of runtime exeptions thrown by Turbine.
TurbineRuntimeException() - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
Constructs a new TurbineRuntimeException without specified detail message.
TurbineRuntimeException(String) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
Constructs a new TurbineRuntimeException with specified detail message.
TurbineRuntimeException(Throwable) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
Constructs a new TurbineRuntimeException with specified nested Throwable.
TurbineRuntimeException(String, Throwable) - Constructor for exception org.apache.turbine.util.TurbineRuntimeException
Constructs a new TurbineRuntimeException with specified detail message and nested Throwable.
TurbineScheduler - Class in org.apache.turbine.services.schedule
This is a fascade class to provide easy access to the Scheduler service.
TurbineScheduler() - Constructor for class org.apache.turbine.services.schedule.TurbineScheduler
 
TurbineSecurity - Class in org.apache.turbine.services.security
This is a Facade class for SecurityService.
TurbineSecurity() - Constructor for class org.apache.turbine.services.security.TurbineSecurity
 
TurbineSecurityException - Exception in org.apache.turbine.util.security
Thrown by SecurityService methods to indicate various problems.
TurbineSecurityException(String) - Constructor for exception org.apache.turbine.util.security.TurbineSecurityException
Construct an SecurityException with specified detail message.
TurbineSecurityException(String, Throwable) - Constructor for exception org.apache.turbine.util.security.TurbineSecurityException
Construct an SecurityException with specified detail message and nested Throwable.