java.lang.Object
org.apache.lenya.ac.impl.ItemConfiguration
- public class ItemConfiguration
- extends java.lang.Object
Use this class to create configurations from AbstractItems or
to build AbstractItems from configurations.
|
Method Summary |
void |
configure(AbstractItem manageable,
Configuration configuration)
Configures a Manageable. |
void |
save(AbstractItem manageable,
DefaultConfiguration configuration)
Saves the ID, name and description of the Manageable to the configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
ID_ATTRIBUTE
public static final java.lang.String ID_ATTRIBUTE
- See Also:
- Constant Field Values
CLASS_ATTRIBUTE
public static final java.lang.String CLASS_ATTRIBUTE
- See Also:
- Constant Field Values
ItemConfiguration
public ItemConfiguration()
- Ctor.
save
public void save(AbstractItem manageable,
DefaultConfiguration configuration)
- Saves the ID, name and description of the Manageable to the configuration.
configure
public void configure(AbstractItem manageable,
Configuration configuration)
throws ConfigurationException
- Configures a Manageable.