de.finix.contelligent.components.legacy |
|
Java Source File Name | Type | Comment |
ComponentReference.java | Class | A ComponentReference holds an absolute path to another
component and implements the
ComponentLink interface which is treated
by the component-manager in a special way:
If the component-manager should return a component and recognizes that this
component implements the ComponentLink interface it returns the target
component of the link instead of the link-component itself if parameter
followLinks is true. |
CurrentPage.java | Class | A CurrentPage is a dynamic
ComponentLink link which
always links to the
Session.getCurrentPage current page in the actual
session. |
FileFacade.java | Class | This is a component acting as a
ContentProvider for
BinaryContent where the contents is streamed from a file which is
searched in the current
FileAdapter using the path of this component
as resource path. |
GenericCollectionXML.java | Class | This component is both a
ContentProvider /
StringContent and
a
Renderable /
Renderer combination. |