|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.xmlserv.main.XMLServBackendImpl | +--com.xmlserv.app.AppBase | +--com.xmlserv.app.user.RoleEdit
Constructor Summary | |
RoleEdit()
|
Method Summary | |
void |
init()
Initialize object when application is loaded by BackendRepository. |
static void |
main(java.lang.String[] args)
|
org.jdom.Document |
process(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
SecurityManager securitymanager)
This is the method to override in subclasses. |
Methods inherited from class com.xmlserv.app.AppBase |
checkoutConn, destroy, errorPage, errorPage, getUrl, newElement, process, redirect, redirect, returnConn |
Methods inherited from class com.xmlserv.main.XMLServBackendImpl |
addParam, getParam, getReqCount, getStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoleEdit()
Method Detail |
public void init() throws javax.servlet.ServletException
AppBase
init
in class AppBase
com.xmlserv.app.AppBase
javax.servlet.ServletException
- On any error.PGConnectionPool
public org.jdom.Document process(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, SecurityManager securitymanager) throws XMLServException, javax.servlet.ServletException, java.io.IOException
XMLServBackendImpl
process
in class AppBase
com.xmlserv.main.XMLServBackendImpl
context
- The servlet context.req
- The HTTP request.securitymanager
- The SecurityManager instance associated with this object.XMLServException
- Indicates an error condition in the business logic.javax.servlet.ServletException
- A generic failure.java.io.IOException
- Any I/O error condition.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |