Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class DCElementHook

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

public class DCElementHook
extends MantisHook


Fields inherited from class ORG.oclc.mantis.MantisHook
action, args, content_type, displayWrapper, native_dir, next, noDisplay, processChildren
 
Constructor Summary
DCElementHook()
           
 
Method Summary
 String displayContentLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String displayLabel(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)
           
 void displaySmartListbox(String value, String id, Vector list, Vector values, StringBuffer out, String javascript)
           
 boolean run(String action, Element el, MantisXML xmltree)
           
 
Methods inherited from class ORG.oclc.mantis.MantisHook
addArg, addError, addWarning, display, displayContent, displayContentAnchor, displayContentMailto, displayContentValue, displayDataCheck, displayEnlarger, displayError, displayHeader, displayHeading, displayHook, displaySpacingElements, displayTableCell, 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

DCElementHook

public DCElementHook()
Method Detail

displayContentLabel

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

displayLabel

public String displayLabel(String action,
                           ElementInfoObject eio,
                           MantisXML xmltree,
                           boolean editable,
                           boolean templateEditor,
                           StringBuffer buf,
                           String id)
Overrides:
displayLabel 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

displaySmartListbox

public void displaySmartListbox(String value,
                                String id,
                                Vector list,
                                Vector values,
                                StringBuffer out,
                                String javascript)

Open SiteSearch 4.1.1
Final