org.edg.security.voms.webui.request
Class Page

java.lang.Object
  |
  +--org.edg.security.voms.webui.Page
        |
        +--org.edg.security.voms.webui.request.Page
Direct Known Subclasses:
AdminRoot, AdminRoot.Apply, AdminRoot.Details, AdminRoot.ListAll, AdminRoot.ListIncomplete, AdminRoot.ListPending, UserRoot, UserRoot.Confirm, UserRoot.Create, UserRoot.CreateDo, UserRoot.CreateRefuse, UserRoot.Delete, UserRoot.DeleteDo, UserRoot.Details, UserRoot.List

public class Page
extends Page


Field Summary
protected static VOMSRequest vreq
           
 
Fields inherited from class org.edg.security.voms.webui.Page
children, contentType, ENC, log, pages, parent, path, TEXT_HTML, title, visible, visibleChild
 
Constructor Summary
Page(java.lang.String path, java.lang.String title)
           
 
Method Summary
static void printDetailedRequest(javax.servlet.http.HttpServletRequest req, java.io.PrintWriter w, DetailedRequest dreq)
          Utility method to print a detailed request.
static void printShortRequest(javax.servlet.http.HttpServletRequest req, java.io.PrintWriter w, ShortRequest sreq)
          Utility method to print a short request.
(package private) static void setTheRequest(VOMSRequest aRequest)
          Package level visibility of the core initialization for the ContextListener or the page test cases.
static VOMSRequest theRequest()
          Single business logic object for the whole application.
 
Methods inherited from class org.edg.security.voms.webui.Page
addChild, button, button, doAction, 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
 

Field Detail

vreq

protected static VOMSRequest vreq
Constructor Detail

Page

public Page(java.lang.String path,
            java.lang.String title)
Method Detail

theRequest

public static VOMSRequest theRequest()
Single business logic object for the whole application.


setTheRequest

static void setTheRequest(VOMSRequest aRequest)
Package level visibility of the core initialization for the ContextListener or the page test cases.


printShortRequest

public static void printShortRequest(javax.servlet.http.HttpServletRequest req,
                                     java.io.PrintWriter w,
                                     ShortRequest sreq)
Utility method to print a short request.


printDetailedRequest

public static void printDetailedRequest(javax.servlet.http.HttpServletRequest req,
                                        java.io.PrintWriter w,
                                        DetailedRequest dreq)
Utility method to print a detailed request.