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

Quick Search    Search Deep
A C D G I L P R V

A

adminURL - Variable in class recoin.web.ViewRepository
The URL of the remote administration service.

C

command - Variable in class recoin.web.ViewRepository
The AdminCommand that handles the communication with the remote administration service.
createAdminCommand() - Method in class recoin.web.ViewRepository
Creates the AdminCommand.

D

destroy() - Method in class recoin.web.ViewComponent
Destroys the servlet.
destroy() - Method in class recoin.web.ViewComponentSupport
Destroys the servlet.
destroy() - Method in class recoin.web.ViewModule
Destroys the servlet.
destroy() - Method in class recoin.web.ViewRepository
Destroys the servlet.
dispatch(String, HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewRepository
Uses a RequestDispatcher to forward the specified request and response to the specified URL.
doGet(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponent
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponentSupport
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewModule
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewRepository
Handles the HTTP GET method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponent
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponentSupport
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewModule
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewRepository
Handles the HTTP POST method.

G

getServletInfo() - Method in class recoin.web.ViewComponent
Returns a short description of the servlet.
getServletInfo() - Method in class recoin.web.ViewComponentSupport
Returns a short description of the servlet.
getServletInfo() - Method in class recoin.web.ViewModule
Returns a short description of the servlet.
getServletInfo() - Method in class recoin.web.ViewRepository
Returns a short description of the servlet.

I

init(ServletConfig) - Method in class recoin.web.ViewComponent
Initializes the servlet with the specified ServletConfig.
init(ServletConfig) - Method in class recoin.web.ViewComponentSupport
Initializes the servlet with the specified ServletConfig.
init(ServletConfig) - Method in class recoin.web.ViewModule
Initializes the servlet with the specified ServletConfig.
init(ServletConfig) - Method in class recoin.web.ViewRepository
Initializes the servlet with the specified ServletConfig.
During initialization the value for the adminURL field is read from the ServletConfig and the AdminCommand is created.
initException - Variable in class recoin.web.ViewRepository
A RECOINException to store any Exception that occurs when the servlet is initiated.

L

logger - Static variable in class recoin.web.ViewComponent
The logger for this class.
logger - Static variable in class recoin.web.ViewComponentSupport
The logger for this class.
logger - Static variable in class recoin.web.ViewModule
The logger for this class.
logger - Static variable in class recoin.web.ViewRepository
The logger for this class.

P

prepareComponentDetail(ComponentView, HttpServletRequest) - Method in class recoin.web.ViewRepository
Prepares the specified request by setting the necessary attributes using the specified ComponentView.
prepareModuleDetail(ModuleView, HttpServletRequest) - Method in class recoin.web.ViewRepository
Prepares the specified request by setting the necessary attributes using the specified ModuleView.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponent
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewComponentSupport
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewModule
Processes requests for both HTTP GET and POST methods.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class recoin.web.ViewRepository
Processes requests for both HTTP GET and POST methods.

R

recoin.web - package recoin.web
 

V

ViewComponent - class recoin.web.ViewComponent.
The ViewComponent servlet serves as a controller that executes user commands and serves pages concerning Component objects.
ViewComponent() - Constructor for class recoin.web.ViewComponent
 
ViewComponentSupport - class recoin.web.ViewComponentSupport.
The ViewComponentSupport servlet serves as a controller that executes user commands and serves pages concerning ComponentSupport objects.
ViewComponentSupport() - Constructor for class recoin.web.ViewComponentSupport
 
ViewModule - class recoin.web.ViewModule.
The ViewModule servlet serves as a controller that executes user commands and serves pages concerning Module objects.
ViewModule() - Constructor for class recoin.web.ViewModule
 
ViewRepository - class recoin.web.ViewRepository.
The ViewRepository servlet is the single entry point to the webpages of the administration web application that administers the RECOIN repository.
ViewRepository() - Constructor for class recoin.web.ViewRepository
 

A C D G I L P R V