org.glite.security.voms.webui
Class VOMSPage

java.lang.Object
  extended byorg.glite.security.voms.webui.Page
      extended byorg.glite.security.voms.webui.VOMSPage
Direct Known Subclasses:
CoreRoot, Page, Page, Page, WelcomePage

public class VOMSPage
extends Page


Field Summary
protected static ContainerNamingScheme cns
           
protected static org.apache.log4j.Logger log
           
 
Fields inherited from class org.glite.security.voms.webui.Page
children, contentType, DEFAULT_CONTENT_TYPE, pages, parent, path, title, visible, visibleChild
 
Constructor Summary
VOMSPage(java.lang.String path, java.lang.String title)
           
 
Method Summary
 void printMainTab(javax.servlet.http.HttpServletRequest req, java.io.PrintWriter w)
           
 void printRootTab(javax.servlet.http.HttpServletRequest req, java.io.PrintWriter w)
           
 
Methods inherited from class org.glite.security.voms.webui.Page
addChild, button, button, doAction, 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
 

Field Detail

log

protected static final org.apache.log4j.Logger log

cns

protected static final ContainerNamingScheme cns
Constructor Detail

VOMSPage

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

printMainTab

public void printMainTab(javax.servlet.http.HttpServletRequest req,
                         java.io.PrintWriter w)

printRootTab

public void printRootTab(javax.servlet.http.HttpServletRequest req,
                         java.io.PrintWriter w)
Overrides:
printRootTab in class Page