|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.jafer.interfaces.Databean
|
+--org.jafer.databeans.Adaptor
|
+--org.jafer.databeans.RecordAdaptor
transforms a record via getCurrentRecord method using templates object (eg. recordAdaptor.xsl - specified via server.xml). If sourceSchema is specified check is done on schema of record prior to transformation
| Field Summary |
| Fields inherited from class org.jafer.databeans.Adaptor |
|
| Constructor Summary | |
RecordAdaptor()
|
|
| Method Summary | |
Field |
getCurrentRecord()
Get current record |
private org.w3c.dom.Element |
transformRecord(org.w3c.dom.Element recordRoot,
java.lang.String targetSchema)
|
| Methods inherited from class org.jafer.databeans.Adaptor |
getCurrentDatabase, getDatabases, getDatabean, getElementSpec, getNumberOfResults, getQuery, getRecordCursor, getRecordSchema, getResultSetName, getSearchProfile, getSourceSchema, getTargetSchema, getTransform, isCheckRecordFormat, isParseQuery, saveQuery, setCheckRecordFormat, setDatabases, setDatabases, setDatabean, setElementSpec, setParseQuery, setRecordCursor, setRecordSchema, setResultSetName, setSearchProfile, setSourceSchema, setTargetSchema, setTransform, submitQuery |
| Methods inherited from class org.jafer.interfaces.Databean |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RecordAdaptor()
| Method Detail |
public Field getCurrentRecord()
throws JaferException
Present
getCurrentRecord in interface PresentgetCurrentRecord in class AdaptorJaferException
private org.w3c.dom.Element transformRecord(org.w3c.dom.Element recordRoot,
java.lang.String targetSchema)
throws JaferException
JaferException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||