Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class SearchArchiveHook

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

public class SearchArchiveHook
extends MantisHook


Fields inherited from class ORG.oclc.mantis.MantisHook
action, args, content_type, displayWrapper, native_dir, next, noDisplay, processChildren
 
Constructor Summary
SearchArchiveHook()
           
 
Method Summary
 String displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 
Methods inherited from class ORG.oclc.mantis.MantisHook
addArg, addError, addWarning, display, displayContent, displayContentAnchor, displayContentLabel, displayContentMailto, displayContentValue, displayDataCheck, displayEnlarger, displayError, displayHeader, displayHeading, displayHook, displayLabel, displayReplicable, displaySpacingElements, displayWarning, doConstantData, export, exportMARC, fromNative, getInfo, HTMLDecode, isError, preExport, remap, removeArg, run, 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

SearchArchiveHook

public SearchArchiveHook()
Method Detail

displayTableCell

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

Open SiteSearch 4.1.1
Final