|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.genericInterface.ResultContentHandler
Provides API (in process) access to IDocumentContentHandlers.
XML Configuration Template:
<ResultContentHandler contentType="[ name of content handler to be used ]"
sourceName="[ name of search source to be used with this content handler ]" >
<!-- Optional mapping of added request parameters to http request parameters -->
<RequestParamsMap>
<Param name="[ name of parameter added to request parameters map ]" requestParameter="[ mapped parameter name ]" />
</RequestParamsMap>
<FixedParams>
<Param requestParameter="[ name of request parameter ]" value="[ its value ]" />
</FixedParams>
</ResultContentHandler>
| Method Summary | |
void |
addRequestParameter(java.lang.String name,
java.lang.String value)
Adds a parameter to the document content handler request. |
DocumentContent |
getContent()
retrieves the document content in the form of a DocumentContent bean object. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addRequestParameter(java.lang.String name,
java.lang.String value)
throws java.rmi.RemoteException
java.rmi.RemoteException
public DocumentContent getContent()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||