com.raritantechnologies.HTML
Interface IStepProcess

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
ERoomTimeStampProcess

public interface IStepProcess
extends IConfigurable

Configurable SearchProcess or LoginProcess Step element processor. Enables Java code to be plugged into a SearchProcess or LoginProcess for use in special situations where the standard XML configuration modules are not sufficient.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.lang.String processStep(ILoginInfo sourceLogin, org.w3c.dom.Element step, OrderedMap cookies, java.util.Map chainedParams)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

processStep

public java.lang.String processStep(ILoginInfo sourceLogin,
                                    org.w3c.dom.Element step,
                                    OrderedMap cookies,
                                    java.util.Map chainedParams)