| Package | Description |
|---|---|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.jsp.taglib.pageflow | |
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.framework.basic | |
| org.mmbase.searchrelate |
| Modifier and Type | Method and Description |
|---|---|
protected Component |
HasSettingTag.getComponent() |
protected Component |
SettingTag.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected Component |
UrlTag.getComponent()
Returns the component assiociated with this url.
|
static Component |
Url.getComponent(ContextReferrerTag tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComponent
A component is a piece of pluggable functionality that typically has dependencies on other
components, and may be requested several blocks.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Component> |
BasicComponent.dependencies |
| Modifier and Type | Method and Description |
|---|---|
Component |
Block.getComponent() |
Component |
Setting.getComponent() |
Component |
ComponentRepository.getComponent(String name)
Acquires the component with given name, or
null if no such component. |
protected Component |
ComponentRepository.getComponent(String name,
Document doc)
Given an XML, creates and configures one component.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Component> |
ComponentRepository.getComponents()
The available components.
|
Collection<Component> |
Component.getDependencies()
All (satisfied) depedencies of this Component.
|
Collection<Component> |
BasicComponent.getDependencies() |
Collection<Component> |
ComponentRepository.getFailedComponents()
The components which could not be instantiated or configured, due to some
misconfiguration.
|
Map<String,Component> |
ComponentRepository.toMap()
An (unmodifiable) map representing the complete repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.resolve(VirtualComponent unsatified,
Component satisfied)
Used during bootstrapping.
|
void |
BasicComponent.resolve(VirtualComponent unsat,
Component comp) |
| Constructor and Description |
|---|
Block(String name,
String mimetype,
Component parent,
String cla) |
Setting(Component component,
Element element) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Component,Set<Block>> |
BlockUrlConverter.blocks |
protected Set<Component> |
BlockUrlConverter.components |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Component> |
BlockUrlConverter.getComponents()
The components for which this UrlConverter can produce a 'nice' url.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockUrlConverter.addComponent(Component comp)
Explicitly add a block to make sure this BlockUrlConverter is only about that block.
|
protected Collection<Block> |
BlockUrlConverter.getBlocks(Component c)
The blocks for which this UrlConverter can produce a 'nice' url.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchRelateComponent |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}