Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class Auth

java.lang.Object
  |
  +--ORG.oclc.mantis.MantisHook
        |
        +--ORG.oclc.mantis.hooks.Auth

public class Auth
extends MantisHook


Fields inherited from class ORG.oclc.mantis.MantisHook
action, args, content_type, displayWrapper, native_dir, next, noDisplay, processChildren
 
Constructor Summary
Auth()
           
 
Method Summary
 String displayContentValue(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 boolean run(String action, Element el, MantisXML xmltree)
           
 
Methods inherited from class ORG.oclc.mantis.MantisHook
addArg, addError, addWarning, display, displayContent, displayContentAnchor, displayContentLabel, displayContentMailto, displayDataCheck, displayEnlarger, displayError, displayHeader, displayHeading, displayHook, displayLabel, displaySpacingElements, displayWarning, doConstantData, export, exportMARC, fromNative, getInfo, HTMLDecode, isError, preExport, remap, removeArg, setError, setupArgs, toNative, update, view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Auth

public Auth()
Method Detail

displayContentValue

public String displayContentValue(String action,
                                  ElementInfoObject eio,
                                  MantisXML xmltree,
                                  boolean editable,
                                  boolean templateEditor,
                                  StringBuffer buf,
                                  String id)
Overrides:
displayContentValue in class MantisHook

displayTableCell

public String displayTableCell(String action,
                               ElementInfoObject eio,
                               MantisXML xmltree,
                               boolean editable,
                               boolean templateEditor,
                               StringBuffer buf,
                               String id)
Overrides:
displayTableCell in class MantisHook

displayReplicable

public String displayReplicable(String action,
                                ElementInfoObject eio,
                                MantisXML xmltree,
                                boolean editable,
                                boolean templateEditor,
                                StringBuffer buf,
                                String id)
Overrides:
displayReplicable in class MantisHook

run

public boolean run(String action,
                   Element el,
                   MantisXML xmltree)
Overrides:
run in class MantisHook

Open SiteSearch 4.1.1
Final