com.jaxfront.core.util.search
Interface SearchResultProcessor

All Known Implementing Classes:
AbstractResultProcessor

public interface SearchResultProcessor


Method Summary
 java.lang.String getProperty(java.lang.String key)
           
 void process(java.lang.Object aResult)
           
 void putProperty(java.lang.String key, java.lang.String value)
           
 

Method Detail

getProperty

java.lang.String getProperty(java.lang.String key)

process

void process(java.lang.Object aResult)

putProperty

void putProperty(java.lang.String key,
                 java.lang.String value)