| Package | Description |
|---|---|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.framework.basic |
| Modifier and Type | Method and Description |
|---|---|
WindowState |
RenderHints.getWindowState()
The window state is a hint on how big a part the rendering can take of the available
area.
|
static WindowState |
WindowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowState[] |
WindowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Framework.render(Renderer renderer,
Parameters blockParameters,
Parameters frameworkParameters,
Writer w,
WindowState state)
Render content (such as HTML or XML) using a Renderer obtained from a component's block.
|
static Document |
Utils.renderToXml(Framework fw,
Renderer renderer,
Parameters blockParameters,
Parameters frameworkParameters,
WindowState state,
Class<?> baseClass)
|
| Constructor and Description |
|---|
RenderHints(Renderer renderer,
WindowState state,
String id,
String clazz,
RenderHints.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
WindowState |
State.getWindowState()
The current window state of rendering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicFramework.render(Renderer renderer,
Parameters blockParameters,
Parameters frameworkParameters,
Writer w,
WindowState windowState)
Basic Framework implicitely also processes, i'm not sure if we should require any framework
to do that (perhaps we could say, that the render method must process, if that is necessary,
and not yet done).
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}