|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Containable | |
| com.jcorporate.expresso.core | The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined. |
| com.jcorporate.expresso.core.dataobjects | The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources. |
| com.jcorporate.expresso.core.dataobjects.jdbc | This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only. |
| com.jcorporate.expresso.core.dbobj | Ancestor objects for all Database Objects and Schemas. |
| com.jcorporate.expresso.kernel | The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime. |
| com.jcorporate.expresso.kernel.internal | This package contains classes that should not be normally used or referenced outside of the kernel package hierarchy. |
| com.jcorporate.expresso.services.controller.configuration | |
| Uses of Containable in com.jcorporate.expresso.core |
| Classes in com.jcorporate.expresso.core that implement Containable | |
class |
ExpressoSchema
Standard Schema object for the Expresso framework. |
| Uses of Containable in com.jcorporate.expresso.core.dataobjects |
| Classes in com.jcorporate.expresso.core.dataobjects that implement Containable | |
class |
PersistenceManager
This is the persistence manager class. |
| Uses of Containable in com.jcorporate.expresso.core.dataobjects.jdbc |
| Classes in com.jcorporate.expresso.core.dataobjects.jdbc that implement Containable | |
class |
JdbcPersistenceManager
|
| Uses of Containable in com.jcorporate.expresso.core.dbobj |
| Classes in com.jcorporate.expresso.core.dbobj that implement Containable | |
class |
Schema
A Schema contains a collection of DBObjects, Controllers, Jobs, and MessageBundles allowing them to be created all at once, dropped at once, and reported on as a group A schema also contains (optional) a list of ReportPage objects that make up the standard reports for a package You create your own schema as the hub of your Expresso-based component. |
| Uses of Containable in com.jcorporate.expresso.kernel |
| Subinterfaces of Containable in com.jcorporate.expresso.kernel | |
interface |
RootContainerInterface
This interface represents the special container case of the Root container where we need to store specific runtime information. |
| Classes in com.jcorporate.expresso.kernel that implement Containable | |
class |
ContainerComponentBase
This class provides basic implementations of the Containable Interface to save the typical programmer lots of typing. |
class |
DataContext
This class is the code equivilant of the original <context> tag in the older expresso-config files. |
class |
RootContainer
This is the default root container interface. |
| Methods in com.jcorporate.expresso.kernel that return Containable | |
Containable |
EmbeddedComponent.getParent()
Retrieve the parent component [if any]. |
Containable |
ExpressoComponent.getParent()
Retrieve the parent component [if any]. |
Containable |
ComponentContainer.getContainerComponent()
Return the 'wrapped' container ExpressoComponent. |
Containable |
ComponentBase.getParent()
Retrieve reference to the component container |
| Methods in com.jcorporate.expresso.kernel with parameters of type Containable | |
void |
EmbeddedComponent.setParent(Containable parent)
Called by the parent upon initial Expresso component creation so that the child component can find it's container. |
void |
ExpressoComponent.setParent(Containable parent)
Called by the parent upon initial Expresso component creation so that the child component can find it's container. |
void |
ComponentContainer.setContainerComponent(Containable newComponent)
Sets the nested component. |
void |
ComponentBase.setParent(Containable parent)
Set the component container reference |
| Constructors in com.jcorporate.expresso.kernel with parameters of type Containable | |
ComponentBase(Containable parent)
Constructor that takes the parent container as the argument |
|
| Uses of Containable in com.jcorporate.expresso.kernel.internal |
| Methods in com.jcorporate.expresso.kernel.internal that return Containable | |
Containable |
ContainerImplBase.getContainerComponent()
Return the 'wrapped' container ExpressoComponent. |
| Methods in com.jcorporate.expresso.kernel.internal with parameters of type Containable | |
void |
ContainerImplBase.setContainerComponent(Containable newComponent)
Sets the nested component. |
| Uses of Containable in com.jcorporate.expresso.services.controller.configuration |
| Methods in com.jcorporate.expresso.services.controller.configuration with parameters of type Containable | |
protected void |
ShowContainerTree.addOneContainer(Block parentBlock,
Containable current)
Add a container and links to the block tree |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||