org.oddjob.arooa
Interface ComponentRestorer
- All Known Subinterfaces:
- ComponentPersister
- All Known Implementing Classes:
- PersisterBase
- public interface ComponentRestorer
An implementation is able to restore a component which will be
used as a primary component in the ArooaFramework.
- Author:
- Rob Gordon.
|
Method Summary |
java.lang.Object |
restore(java.lang.String id)
Restore a component using the given id. |
restore
public java.lang.Object restore(java.lang.String id)
- Restore a component using the given id.
- Parameters:
id - The id of the component.
- Returns:
- The component or null if none can be found.