Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B D G I J P S

B

BasicReportServlet - class jbreport.interfaces.servlet.BasicReportServlet.
This is the controller instance for basic reporting functions.
BasicReportServlet() - Constructor for class jbreport.interfaces.servlet.BasicReportServlet
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class jbreport.interfaces.servlet.BasicReportServlet
The controller is passed data through the get mechanism for navigation.
doPost(HttpServletRequest, HttpServletResponse) - Method in class jbreport.interfaces.servlet.BasicReportServlet
The controller is passed data through the post mechanism for data capture
documentNames() - Method in class jbreport.interfaces.servlet.BasicReportServlet
Returns an iterator over all the document names that are known to the repositories which are specified in the properties file

G

getServletURL() - Static method in class jbreport.interfaces.servlet.BasicReportServlet
 

I

init() - Method in class jbreport.interfaces.servlet.BasicReportServlet
This method is used to initialize the reporting package prior to first use.

J

jbreport.interfaces.servlet - package jbreport.interfaces.servlet
 

P

PROP_FILE - Static variable in class jbreport.interfaces.servlet.BasicReportServlet
The name of the local file used to load the properties
properties - Variable in class jbreport.interfaces.servlet.BasicReportServlet
The properties instance that configures this servlet
propertiesForKeyPrefix(String) - Method in class jbreport.interfaces.servlet.BasicReportServlet
This will return a map of all the properties whose keys' start with the specified prefix.

S

servletURL - Static variable in class jbreport.interfaces.servlet.BasicReportServlet
The location of the servlet - used by the JSP pages

B D G I J P S