Skip navigation links
org.apache.myfaces.trinidad.change
Class DocumentChangeFactory
java.lang.Object
org.apache.myfaces.trinidad.change.DocumentChangeFactory
-
public abstract class DocumentChangeFactory
- extends Object
Strategy Object for converting converting ComponentChanges to DocumentChanges.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentChangeFactory
public DocumentChangeFactory()
convert
public abstract DocumentChange convert(ComponentChange compChange)
- Converts a ComponentChange to a DocumentChange, returning
null if no such conversion is possible.
-
- Parameters:
compChange - ComponentChange to convert.
- Returns:
- equivalent DocumetnChange or
null if no conversion is possible.
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.