| Package | Description |
|---|---|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.framework.basic |
| Modifier and Type | Field and Description |
|---|---|
protected Renderer.Type |
AbstractRenderer.type |
| Modifier and Type | Method and Description |
|---|---|
Renderer.Type |
Renderer.getType()
Describes what kind of renderer this is
|
Renderer.Type |
AbstractRenderer.getType() |
static Renderer.Type |
Renderer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Renderer.Type[] |
Renderer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Map<Renderer.Type,Renderer> |
Block.getRenderers()
All renderers assiociated with this Block.
|
| Modifier and Type | Method and Description |
|---|---|
Renderer |
Block.getRenderer(Renderer.Type type) |
(package private) Renderer |
Block.putRenderer(Renderer.Type type,
Renderer renderer) |
| Constructor and Description |
|---|
AbstractRenderer(Renderer.Type t,
Block p) |
CachedRenderer(Renderer.Type t,
Block parent) |
ChainedRenderer(Renderer.Type t,
Block parent) |
ConnectionRenderer(Renderer.Type t,
Block parent) |
DeniedRenderer(Renderer.Type t,
Block parent) |
DocumentationRenderer(Renderer.Type t,
Block parent) |
EditwizardRenderer(Renderer.Type t,
Block parent) |
ErrorRenderer(Renderer.Type t,
Block parent,
String u,
int status,
String m) |
ErrorRenderer(Renderer.Type t,
Block parent,
String u,
int status,
Throwable e) |
IFrameRenderer(Renderer.Type t,
Block parent) |
JspRenderer(Renderer.Type t,
String p,
Block parent) |
ResourceRenderer(Renderer.Type t,
Block parent) |
StringRenderer(Renderer.Type t,
Block parent) |
WrappedRenderer(Renderer.Type t,
Block parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
State.setType(Renderer.Type t) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}