Uses of Class
velosurf.context.DBReference

Packages that use DBReference
velosurf   
velosurf.web Contains the velocity-tools version of the Velosurf tool, plus an http query parameter parser tool. 
velosurf.web.auth   
 

Uses of DBReference in velosurf
 

Subclasses of DBReference in velosurf
 class Velosurf
          this class is the Velosurf main entry class if you do not use the toolbox.xml mechanism.
 

Uses of DBReference in velosurf.web
 

Subclasses of DBReference in velosurf.web
 class VelosurfTool
          This class is a tool meant to be referenced in toolbox.xml It can be used in any scope you want (application/session/request), depending on the behaviour you need for the refinement and ordering mechanisms (which will follow the same scope).
 

Methods in velosurf.web that return DBReference
static DBReference VelosurfTool.getDefaultInstance()
          returns a db reference the existing Database for the default config file, or null if it does not already exist.
static DBReference VelosurfTool.getDefaultInstance(javax.servlet.ServletContext servletContext)
           
static DBReference VelosurfTool.getDefaultInstance(javax.servlet.ServletContext servletContext, UserContext userContext)
          returns a db reference on the existing Database for the default config file and servlet context, or null if an error occurs.
static DBReference VelosurfTool.getDefaultInstance(UserContext userContext)
          returns a db reference the existing Database for the default config file, or null if it does not already exist.
static DBReference VelosurfTool.getInstance(java.lang.String configFile)
          returns a db reference on the existing Database for the specified config file, or null if it isn't already open.
static DBReference VelosurfTool.getInstance(java.lang.String configFile, javax.servlet.ServletContext servletContext)
          returns a db reference on the existing Database for the specified config file and servlet context, or null if an error occurs.
static DBReference VelosurfTool.getInstance(java.lang.String configFile, javax.servlet.ServletContext servletContext, UserContext userContext)
          returns a db reference on the existing Database for the specified config file and servlet context, or null if an error occurs.
static DBReference VelosurfTool.getInstance(java.lang.String configFile, UserContext userContext)
          returns a db reference on the existing Database for the specified config file, or null if it isn't already open.
 

Uses of DBReference in velosurf.web.auth
 

Fields in velosurf.web.auth declared as DBReference
private  DBReference SimpleDBAuthenticator.db
           
 



~ooOoo~