org.edg.security.voms.webui.request
Class AdminRoot
java.lang.Object
|
+--org.edg.security.voms.webui.Page
|
+--org.edg.security.voms.webui.request.Page
|
+--org.edg.security.voms.webui.request.AdminRoot
- public class AdminRoot
- extends Page
Fields inherited from class org.edg.security.voms.webui.request.Page |
vreq |
Fields inherited from class org.edg.security.voms.webui.Page |
children, contentType, ENC, log, pages, parent, path, TEXT_HTML, title, visible, visibleChild |
Method Summary |
void |
doAction(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
|
protected static void |
printDecision(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
java.lang.String reqid,
boolean printDeny)
|
static void |
printShortRequestSelection(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
ShortRequest[] sreqs,
java.lang.String action)
Utility method to print short requests in an option list. |
Methods inherited from class org.edg.security.voms.webui.Page |
addChild, button, button, endForm, endForm, getPage, getWebuiURL, hiddenField, hiddenField, options, printLink, printPagePart, startForm, textField, textField, textField |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminRoot
public AdminRoot()
doAction
public void doAction(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w)
throws java.rmi.RemoteException,
VOMSException
- Overrides:
doAction
in class Page
java.rmi.RemoteException
VOMSException
printShortRequestSelection
public static void printShortRequestSelection(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
ShortRequest[] sreqs,
java.lang.String action)
- Utility method to print short requests in an option list. The goal
is to select many and do something with all of them. The additional
actions denote optional entries in a form.
- Parameters:
req
- the request contextw
- the request's outputsreqs
- the short requests as it comes from the SOAP call
printDecision
protected static void printDecision(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
java.lang.String reqid,
boolean printDeny)