|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.interfaces.Databean
org.jafer.databeans.Adaptor
org.jafer.databeans.RecordAdaptor
public class 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
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.interfaces.Databean |
---|
getCacheSupport, getPresentSupport, getScanSupport, getSearchSupport |
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 Present
getCurrentRecord
in class Adaptor
JaferException
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 |