Uses of Class
velosurf.context.DBReference

Packages that use DBReference
velosurf Contains the Velosurf tool. 
velosurf.util This package gathers miscellanous utility classes. 
velosurf.web Contains the Velocity View Tools version of the Velosurf tool, plus an http query parameter parser tool. 
velosurf.web.auth Contains classes related to authentication. 
 

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.util
 

Fields in velosurf.util declared as DBReference
protected  DBReference DBResourceLoader.db
           
 

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 (VelocityTools View 1.4) or tools.xml (VelocityTools View 2.0+)
 

Methods in velosurf.web that return DBReference
static DBReference VelosurfTool.getDefaultInstance()
          return 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)
          return a db reference on the existing Database for the default config file or null if an error occurs.
static DBReference VelosurfTool.getInstance(java.lang.String configFile)
          return 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)
          return a db reference on the existing Database for the specified config file and servlet context, or null if an error occurs.
 

Uses of DBReference in velosurf.web.auth
 

Fields in velosurf.web.auth declared as DBReference
protected  DBReference SimpleDBAuthenticator.db
          database.
 

Methods in velosurf.web.auth with parameters of type DBReference
 void SimpleDBAuthenticator.setDBReference(DBReference db)
          externally set the db reference
 



~ooOoo~