|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.activedata.ActiveDataEncoder
public abstract class ActiveDataEncoder
ActiveDataEncoder is the abstract base class for all encoders that encode active data.
Constructor Summary | |
---|---|
ActiveDataEncoder() |
Method Summary | |
---|---|
boolean |
encode(ActiveDataExceptionEvent event, java.io.Writer writer) Handle the result of receiving an exception from the active data manager. |
boolean |
encode(ActiveDataUpdateEvent event, java.io.Writer writer) Encode active data contents for the given ActiveDataEvent. |
boolean |
encode(ClientEncoder clientEncoder, java.io.Writer writer, ActiveDataExceptionEvent event) |
boolean |
encode(ClientEncoder clientEncoder, java.io.Writer writer, ActiveDataUpdateEvent event) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActiveDataEncoder()
Method Detail |
---|
public boolean encode(ActiveDataUpdateEvent event, java.io.Writer writer) throws java.io.IOException
event
- the active data upate eventwriter
- the output writer used by the encoder to write encoded contentsjava.io.IOException
ActiveDataUpdateEvent
public boolean encode(ClientEncoder clientEncoder, java.io.Writer writer, ActiveDataUpdateEvent event) throws java.io.IOException
java.io.IOException
public boolean encode(ActiveDataExceptionEvent event, java.io.Writer writer) throws java.io.IOException
event
- the active data exception eventwriter
- the output writer used by the encoder to write encoded contentsjava.io.IOException
public boolean encode(ClientEncoder clientEncoder, java.io.Writer writer, ActiveDataExceptionEvent event) throws java.io.IOException
java.io.IOException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |