org.glite.security.voms.webui.request
Class AdminRoot
java.lang.Object
org.glite.security.voms.webui.Page
org.glite.security.voms.webui.VOMSPage
org.glite.security.voms.webui.request.Page
org.glite.security.voms.webui.request.AdminRoot
- public class AdminRoot
- extends Page
Fields inherited from class org.glite.security.voms.webui.request.Page |
vreq |
Fields inherited from class org.glite.security.voms.webui.VOMSPage |
cns, log |
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.glite.security.voms.webui.Page |
addChild, button, button, endForm, endForm, getPage, getTitle, getWebuiURL, hiddenField, hiddenField, init, options, printHeaderTab, printLink, printLink, printLoginInfoTab, printMenuTab, printPagePart, radio, radio, startForm, startForm, textField, 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
- Throws:
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 callaction
- Optional actions, which will be printed in the
'Requester' and 'Description' fields. Odd index
is the URL, even is the printed message.
printDecision
protected static void printDecision(javax.servlet.http.HttpServletRequest req,
java.io.PrintWriter w,
java.lang.String reqid,
boolean printDeny)