|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.webz.Verb | +--ORG.oclc.mantis.TemplateEditor
Fields inherited from class ORG.oclc.webz.Verb |
user,
widgets |
Constructor Summary | |
TemplateEditor()
Constructor. |
|
TemplateEditor(RequestManager rMngr,
String URLCmd,
UserStateObject user)
Constructor. |
Method Summary | |
protected void |
createDocument()
Create an XML Document object from scratch with a starting root element. |
protected void |
displayAddPage(StringBuffer out)
|
protected void |
displayEditPage(StringBuffer out)
|
protected void |
displayGetRoot(StringBuffer out)
|
protected void |
getAction(StringBuffer out)
Get the action from the widgets object and set up some internal variables. |
protected String |
getXML()
|
protected void |
getXMLFile()
Create an XML Document object from a specified file or URL. |
protected void |
makeBody(StringBuffer out)
|
void |
runit(RequestManager rMngr)
Initialization method as well as start of execution. |
protected void |
showSubmit(StringBuffer out)
|
void |
stripIDs(Element el)
|
protected void |
submit(StringBuffer out)
Write the XML Document back to the file where it originated. |
protected boolean |
takeAction(StringBuffer out)
Execute all specified actions. |
protected void |
viewXML(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 |
public TemplateEditor()
public TemplateEditor(RequestManager rMngr, String URLCmd, UserStateObject user)
rMngr
- - The session specific object that contains user information, session information, and the widgets from the calling web page.URLCmd
- - The full URL pointing to this class.user
- - The UserStateObject containing all session information.Method Detail |
public void runit(RequestManager rMngr)
rMngr
- - The session specific object that contains user information, session information, and the widgets from the calling web page.protected void getAction(StringBuffer out)
out
- - A StringBuffer to receive any output directed to the new web page.protected boolean takeAction(StringBuffer out)
out
- - A StringBuffer to receive any output directed to the new web page.protected void createDocument()
protected void getXMLFile()
protected void submit(StringBuffer out)
public void stripIDs(Element el)
protected String getXML()
protected void viewXML(StringBuffer out)
protected void showSubmit(StringBuffer out)
protected void displayEditPage(StringBuffer out)
protected void displayAddPage(StringBuffer out)
protected void displayGetRoot(StringBuffer out)
protected void makeBody(StringBuffer out)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |