|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.change.DocumentChangeFactory
public abstract class DocumentChangeFactory
Strategy Object for converting converting ComponentChanges to DocumentChanges.
Constructor Summary | |
---|---|
DocumentChangeFactory()
|
Method Summary | |
---|---|
abstract DocumentChange |
convert(ComponentChange compChange)
Converts a ComponentChange to a DocumentChange, returning null if no such conversion is possible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentChangeFactory()
Method Detail |
---|
public abstract DocumentChange convert(ComponentChange compChange)
null
if no such conversion is possible.
compChange
- ComponentChange to convert.
null
if no
conversion is possible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |