|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentKeeperConfiguration | |
org.sape.carbon.core.component |
Uses of ComponentKeeperConfiguration in org.sape.carbon.core.component |
Methods in org.sape.carbon.core.component with parameters of type ComponentKeeperConfiguration | |
ComponentKeeper |
DefaultComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
Retrieves the correct instance of the component keeper. |
private void |
DefaultComponentKeeper.configure(ComponentKeeperConfiguration keeperConfiguration)
Lifecycle method to configure the keeper. |
ComponentKeeper |
ComponentKeeperFactory.getInstance(ComponentKeeperConfiguration configuration)
Gets an instance of a ComponentKeeper using the
ComponentKeeperConfiguration
to determine the appropriate behavior. |
Constructors in org.sape.carbon.core.component with parameters of type ComponentKeeperConfiguration | |
DefaultComponentKeeper(ComponentKeeperConfiguration configuration)
protected constructor prevents direct instantiation but does not prevent extenstion, this is meant to be called by DefaultComponentKeeperFactory |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |