Open SiteSearch 4.1.1
Final

ORG.oclc.mantis
Class CreateHTMLTemplate

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.mantis.CreateHTMLTemplate

public class CreateHTMLTemplate
extends Verb


Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
CreateHTMLTemplate()
           
CreateHTMLTemplate(RequestManager rMngr, String URLCmd, UserStateObject user)
           
 
Method Summary
protected  boolean containsElement(Element el, String tag)
           
protected  void createHTML(StringBuffer out, int level, String entity, Element el)
           
protected  void createReply(StringBuffer out)
           
protected  void displayContentLabel(Element el, StringBuffer buf, StringBuffer out)
           
protected  void displayLabel(Element el, StringBuffer buf, StringBuffer out)
           
protected  void displayListbox(Element el, StringBuffer out, String path)
           
protected  void displayReplicable(Element el, StringBuffer out, String path)
           
protected  void displaySpacingElements(Element el, StringBuffer out)
           
protected  void displayTextarea(Element el, StringBuffer out, String path)
           
protected  void displayTextbox(Element el, StringBuffer out, String path)
           
protected  void displayUneditable(Element el, StringBuffer out, String path)
           
protected  String getLabelName(Element el)
           
protected  String[] getMantisColor(Element el)
           
protected  String[] getMantisHeader(Element el)
           
protected  String getMantisHeight(Element el)
           
protected  String[] getMantisHelp(Element el)
           
protected  String getMantisImage(Element el)
           
protected  Vector getMantisList(Element el)
           
protected  String getMantisWidth(Element el)
           
protected  String getValue(Element el, String tag)
           
protected  void getXMLFile()
           
protected  boolean hasChildElements(Element el)
           
protected  boolean isDisplayType(Element el, String type)
           
protected  boolean isProtectedNamespace(Element el)
           
protected  boolean isVisible(Element el)
           
 void runit(RequestManager rMngr)
           
protected  void writeHTML(StringBuffer out)
           
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateHTMLTemplate

public CreateHTMLTemplate()

CreateHTMLTemplate

public CreateHTMLTemplate(RequestManager rMngr,
                          String URLCmd,
                          UserStateObject user)
Method Detail

runit

public void runit(RequestManager rMngr)
Overrides:
runit in class Verb

createReply

protected void createReply(StringBuffer out)

writeHTML

protected void writeHTML(StringBuffer out)

getXMLFile

protected void getXMLFile()

isVisible

protected boolean isVisible(Element el)

hasChildElements

protected boolean hasChildElements(Element el)

getValue

protected String getValue(Element el,
                          String tag)

getMantisColor

protected String[] getMantisColor(Element el)

getMantisHeader

protected String[] getMantisHeader(Element el)

getMantisImage

protected String getMantisImage(Element el)

getMantisList

protected Vector getMantisList(Element el)

getMantisHelp

protected String[] getMantisHelp(Element el)

getLabelName

protected String getLabelName(Element el)

getMantisWidth

protected String getMantisWidth(Element el)

getMantisHeight

protected String getMantisHeight(Element el)

displayLabel

protected void displayLabel(Element el,
                            StringBuffer buf,
                            StringBuffer out)

displaySpacingElements

protected void displaySpacingElements(Element el,
                                      StringBuffer out)

displayUneditable

protected void displayUneditable(Element el,
                                 StringBuffer out,
                                 String path)

displayContentLabel

protected void displayContentLabel(Element el,
                                   StringBuffer buf,
                                   StringBuffer out)

displayListbox

protected void displayListbox(Element el,
                              StringBuffer out,
                              String path)

displayTextarea

protected void displayTextarea(Element el,
                               StringBuffer out,
                               String path)

displayTextbox

protected void displayTextbox(Element el,
                              StringBuffer out,
                              String path)

displayReplicable

protected void displayReplicable(Element el,
                                 StringBuffer out,
                                 String path)

containsElement

protected boolean containsElement(Element el,
                                  String tag)

isDisplayType

protected boolean isDisplayType(Element el,
                                String type)

isProtectedNamespace

protected boolean isProtectedNamespace(Element el)

createHTML

protected void createHTML(StringBuffer out,
                          int level,
                          String entity,
                          Element el)

Open SiteSearch 4.1.1
Final