Uses of Class
org.apache.turbine.util.TurbineException

Packages that use TurbineException
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.db   
org.apache.turbine.services.factory   
org.apache.turbine.services.freemarker The Freemarker service is deprecated, you should use Velocity. 
org.apache.turbine.services.intake   
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.validator   
org.apache.turbine.services.jsp   
org.apache.turbine.services.pool   
org.apache.turbine.services.resources   
org.apache.turbine.services.rundata   
org.apache.turbine.services.upload   
org.apache.turbine.services.velocity   
org.apache.turbine.services.webmacro The WebMacro service is deprecated, you should use Velocity. 
org.apache.turbine.services.xmlrpc   
org.apache.turbine.util   
org.apache.turbine.util.db   
org.apache.turbine.util.pool   
org.apache.turbine.util.security   
 

Uses of TurbineException in org.apache.turbine.services
 

Subclasses of TurbineException in org.apache.turbine.services
 class InitializationException
          Thrown by Initable class in case of initialization problems.
 

Uses of TurbineException in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker that throw TurbineException
 Assembler AssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempts to load an Assembler of a type with a given name
 Assembler TurbineAssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempt to retrieve an Assembler of a given type with a name.
 

Uses of TurbineException in org.apache.turbine.services.db
 

Methods in org.apache.turbine.services.db that throw TurbineException
 org.apache.torque.map.DatabaseMap MapBrokerService.getDatabaseMap()
          Deprecated. Returns the default database map information.
 org.apache.torque.map.DatabaseMap MapBrokerService.getDatabaseMap(java.lang.String name)
          Deprecated. Returns the database map information.
 org.apache.torque.map.DatabaseMap TurbineMapBrokerService.getDatabaseMap()
          Deprecated. Returns the default database map information.
 org.apache.torque.map.DatabaseMap TurbineMapBrokerService.getDatabaseMap(java.lang.String name)
          Deprecated. Returns the database map information.
static org.apache.torque.map.DatabaseMap TurbineDB.getDatabaseMap()
          Deprecated. Returns the default database map information.
static org.apache.torque.map.DatabaseMap TurbineDB.getDatabaseMap(java.lang.String name)
          Deprecated. Returns the database map information.
 

Uses of TurbineException in org.apache.turbine.services.factory
 

Methods in org.apache.turbine.services.factory that throw TurbineException
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className)
          Gets an instance of a named class.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class using a specified class loader.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 boolean TurbineFactoryService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
protected  java.lang.Object TurbineFactoryService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class.
protected  java.lang.Object TurbineFactoryService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class.
protected  Factory TurbineFactoryService.getFactory(java.lang.String className)
          Gets a customized factory for a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className)
          Gets an instance of a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class using a specified class loader.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 boolean FactoryService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
 void Factory.init(java.lang.String className)
          Initializes the factory.
 java.lang.Object Factory.getInstance()
          Gets an instance of a class.
 java.lang.Object Factory.getInstance(java.lang.ClassLoader loader)
          Gets an instance of a class using a specified class loader.
 java.lang.Object Factory.getInstance(java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object Factory.getInstance(java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 

Uses of TurbineException in org.apache.turbine.services.freemarker
 

Methods in org.apache.turbine.services.freemarker that throw TurbineException
 java.lang.String FreeMarkerService.handleRequest(freemarker.template.SimpleHash context, java.lang.String templateName, boolean cache)
          Deprecated. Process the request and fill in the template with the values you set in the WebContext.
 java.lang.String TurbineFreeMarkerService.handleRequest(freemarker.template.SimpleHash context, java.lang.String filename, boolean cache)
          Deprecated. Process the request and fill in the template with the values you set in the WebContext.
 

Uses of TurbineException in org.apache.turbine.services.intake
 

Methods in org.apache.turbine.services.intake that throw TurbineException
 Group IntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 Group TurbineIntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
static Group TurbineIntake.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 

Uses of TurbineException in org.apache.turbine.services.intake.model
 

Methods in org.apache.turbine.services.intake.model that throw TurbineException
 Field Field.init(RunData data)
          Method called when this field (the group it belongs to) is pulled from the pool.
 void Field.setProperty(java.lang.Object obj)
          Calls a setter method on obj, if this field has been set.
 Field FileItemField.init(RunData data)
          Method called when this field (the group it belongs to) is pulled from the pool.
 Group Group.init(RunData data)
          Initializes the default Group with parameters from RunData.
 Group Group.init(java.lang.String key, RunData data)
          Initializes the Group with parameters from RunData corresponding to key.
 java.util.ArrayList Group.getObjects(RunData data)
          Describe getObjects method here.
 Field Group.get(java.lang.String fieldName)
          Get the Field .
 void Group.setProperties(java.lang.Object obj)
          Calls a setter methods on obj, for fields which have been set.
 

Uses of TurbineException in org.apache.turbine.services.intake.validator
 

Methods in org.apache.turbine.services.intake.validator that throw TurbineException
 void DefaultValidator.init(java.util.Map paramMap)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void DefaultValidator.setMask(java.lang.String v)
          Set the value of mask.
 void NumberValidator.init(java.util.Map paramMap)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void FileValidator.init(java.util.Map paramMap)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void InitableByConstraintMap.init(java.util.Map inputParameters)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void DateStringValidator.init(java.util.Map paramMap)
           
 

Constructors in org.apache.turbine.services.intake.validator that throw TurbineException
DefaultValidator(java.util.Map paramMap)
           
NumberValidator(java.util.Map paramMap)
           
IntegerValidator(java.util.Map paramMap)
           
FileValidator(java.util.Map paramMap)
           
NumberKeyValidator(java.util.Map paramMap)
           
DateStringValidator(java.util.Map paramMap)
           
 

Uses of TurbineException in org.apache.turbine.services.jsp
 

Methods in org.apache.turbine.services.jsp that throw TurbineException
 void JspService.handleRequest(RunData data, java.lang.String templateName, boolean isForward)
          executes the JSP given by templateName.
 void JspService.handleRequest(RunData data, java.lang.String templateName)
          executes the JSP given by templateName.
 void TurbineJspService.handleRequest(RunData data, java.lang.String filename)
          Process the request
 void TurbineJspService.handleRequest(RunData data, java.lang.String filename, boolean isForward)
          Process the request
 

Uses of TurbineException in org.apache.turbine.services.pool
 

Methods in org.apache.turbine.services.pool that throw TurbineException
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 boolean TurbinePoolService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
 java.lang.Object TurbinePoolService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object PoolService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object PoolService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 

Uses of TurbineException in org.apache.turbine.services.resources
 

Methods in org.apache.turbine.services.resources that throw TurbineException
static void TurbineResourceService.setPropertiesFileName(java.lang.String propertiesFileName)
          Deprecated.  
static void TurbineResourceService.setProperties(java.util.Properties properties)
          Init the service with the given properties object.
 

Uses of TurbineException in org.apache.turbine.services.rundata
 

Methods in org.apache.turbine.services.rundata that throw TurbineException
 RunData TurbineRunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData TurbineRunDataService.getRunData(java.lang.String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData instance from a specific configuration.
 RunData RunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData RunDataService.getRunData(java.lang.String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData object from a specific configuration.
 

Uses of TurbineException in org.apache.turbine.services.upload
 

Methods in org.apache.turbine.services.upload that throw TurbineException
abstract  void BaseUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void TurbineUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void FileHandlerUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Processes an RFC 1867 compliant multipart/form-data stream.
 void OReillyUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Initiate the multipartParse in the uploader.
 void UploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           This method performs parsing the request, and storing the acquired information in apropriate places.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params)
           Performs parsing the request and storing files and form fields.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Performs parsing the request and storing files and form fields.
 

Uses of TurbineException in org.apache.turbine.services.velocity
 

Methods in org.apache.turbine.services.velocity that throw TurbineException
 void VelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.OutputStream out)
          Process the request and fill in the template with the values you set in the Context.
 void VelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.Writer writer)
          Process the request and fill in the template with the values you set in the Context.
 java.lang.String TurbineVelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename)
          Process the request and fill in the template with the values you set in the Context.
 void TurbineVelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.OutputStream output)
          Process the request and fill in the template with the values you set in the Context.
 void TurbineVelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.Writer writer)
          Process the request and fill in the template with the values you set in the Context.
 

Uses of TurbineException in org.apache.turbine.services.webmacro
 

Methods in org.apache.turbine.services.webmacro that throw TurbineException
 java.lang.String WebMacroService.handleRequest(org.webmacro.servlet.WebContext wc, java.lang.String template)
          Deprecated. Process the request and fill in the template with the values you set in the WebContext.
 java.lang.String TurbineWebMacroService.handleRequest(org.webmacro.servlet.WebContext wc, java.lang.String filename)
          Deprecated. Process the request and fill in the template with the values you set in the WebContext.
 

Uses of TurbineException in org.apache.turbine.services.xmlrpc
 

Methods in org.apache.turbine.services.xmlrpc that throw TurbineException
static java.lang.Object TurbineXmlRpc.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call.
static java.lang.Object TurbineXmlRpc.executeAuthenticatedRpc(java.net.URL url, java.lang.String username, java.lang.String password, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call taht requires authentication
 void TurbineXmlRpcService.registerHandler(java.lang.String handlerName, java.lang.String handlerClass)
          A helper method that tries to initialize a handler and register it.
 java.lang.Object TurbineXmlRpcService.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Client's interface to XML-RPC.
 java.lang.Object TurbineXmlRpcService.executeAuthenticatedRpc(java.net.URL url, java.lang.String username, java.lang.String password, java.lang.String methodName, java.util.Vector params)
          Client's Authenticated interface to XML-RPC.
 java.lang.Object XmlRpcService.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call.
 java.lang.Object XmlRpcService.executeAuthenticatedRpc(java.net.URL url, java.lang.String username, java.lang.String password, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call taht requires authentication.
 

Uses of TurbineException in org.apache.turbine.util
 

Methods in org.apache.turbine.util that throw TurbineException
static RunData RunDataFactory.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Open way to get RunData information across Turbine..
 

Uses of TurbineException in org.apache.turbine.util.db
 

Constructors in org.apache.turbine.util.db that throw TurbineException
UUIdGenerator()
          Constructor
 

Uses of TurbineException in org.apache.turbine.util.pool
 

Methods in org.apache.turbine.util.pool that throw TurbineException
 void InitableRecyclable.init(java.lang.Object initObj)
          This method should be called after retrieving the object from the pool.
 

Uses of TurbineException in org.apache.turbine.util.security
 

Subclasses of TurbineException in org.apache.turbine.util.security
 class AccessControlException
          Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
 class DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
 class EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
 class PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
 class TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
 class UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.