com.endeca.navigation
Class ETInstrumentor

java.lang.Object
  extended by com.endeca.navigation.ETInstrumentor

public class ETInstrumentor
extends Object

Class that instruments HTML pages for use with the web-based tools package.


Constructor Summary
ETInstrumentor()
          Construt a new ETinstromentor
 
Method Summary
 String htmlInstrumentNavigation(Navigation n)
          Instrument an html navigation page with hidden forms that act as hooks to work with the web tools package.
 String htmlInstrumentRecord(ERec e, String displayNameProperty, String recordSpecProperty)
          Instrument an html record page with hidden forms that act as hooks to work with the web tools package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETInstrumentor

public ETInstrumentor()
Construt a new ETinstromentor

Method Detail

htmlInstrumentNavigation

public String htmlInstrumentNavigation(Navigation n)
Instrument an html navigation page with hidden forms that act as hooks to work with the web tools package.

Parameters:
n - Navigation object that represents a navigation page.
Returns:
HTML source that species a single hidden form.

htmlInstrumentRecord

public String htmlInstrumentRecord(ERec e,
                                   String displayNameProperty,
                                   String recordSpecProperty)
Instrument an html record page with hidden forms that act as hooks to work with the web tools package.

Parameters:
e - The record that represents the page to be instrumented
displayNameProperty - The name of the property that should be used for the title of the record.
recordSpecProperty - The name of the property that uniquely identifies the record.
Returns:
HTML source that species a single hidden form.


© 2010 Endeca Technologies, Inc.
Endeca Confidential