|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.WebMacros.StdWebMacro
com.planet_ink.coffee_mud.WebMacros.RebuildReferenceDocs
public class RebuildReferenceDocs
| Constructor Summary | |
|---|---|
RebuildReferenceDocs()
|
|
| Method Summary | |
|---|---|
boolean |
isAdminMacro()
Whether this macro is restricted to the admin web server. |
boolean |
isAWebPath()
Whether this macro substitutes as an aspect of the web path instead of a standard web macro. |
java.lang.String |
name()
The public name of this macro |
java.lang.String |
runMacro(ExternalHTTPRequests httpReq,
java.lang.String parm)
This method is executed only if this macro returns false for preferBinary(). |
| Methods inherited from class com.planet_ink.coffee_mud.WebMacros.StdWebMacro |
|---|
clearWebMacros, clearWebMacros, colorwebifyOnly, compareTo, copyOf, getFilename, getSpecialContentHeader, helpHelp, helpHelp, htmlIncomingFilter, htmlIncomingFilter, htmlOutgoingFilter, htmlOutgoingFilter, ID, initializeClass, newInstance, parseOrderedParms, parseParms, preferBinary, runBinaryMacro, webify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RebuildReferenceDocs()
| Method Detail |
|---|
public java.lang.String name()
WebMacro
name in interface WebMacroname in class StdWebMacropublic boolean isAWebPath()
WebMacro
isAWebPath in interface WebMacroisAWebPath in class StdWebMacroWebMacro.getFilename(ExternalHTTPRequests, String)public boolean isAdminMacro()
WebMacro
isAdminMacro in interface WebMacroisAdminMacro in class StdWebMacro
public java.lang.String runMacro(ExternalHTTPRequests httpReq,
java.lang.String parm)
throws HTTPServerException
WebMacro
runMacro in interface WebMacrorunMacro in class StdWebMacrohttpReq - the external requests objectparm - any parameter strigs given to the macro
HTTPServerExceptionWebMacro.preferBinary(),
ExternalHTTPRequests
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||