Package | Description |
---|---|
org.metawidget.statically |
Static support.
|
org.metawidget.statically.faces.component |
Static support: Java Server Faces components.
|
org.metawidget.statically.faces.component.html |
Static support: Java Server Faces HTML components.
|
org.metawidget.statically.faces.component.html.layout |
Static support: Java Server Faces HTML layouts.
|
org.metawidget.statically.html |
Static support: HTML.
|
org.metawidget.statically.javacode |
Static support: Java code.
|
org.metawidget.statically.jsp |
Static support: Java Server Pages tags.
|
org.metawidget.statically.layout |
Static support: layouts.
|
org.metawidget.statically.spring |
Static support: Spring.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticXmlMetawidget
Base Metawidget for static code generation in XML environments.
|
Modifier and Type | Method and Description |
---|---|
protected StaticMetawidget |
StaticMetawidget.Pipeline.buildNestedMetawidget(Map<String,String> attributes) |
protected StaticMetawidget |
StaticMetawidget.Pipeline.getPipelineOwner() |
Modifier and Type | Method and Description |
---|---|
Layout<StaticWidget,StaticWidget,StaticMetawidget> |
StaticMetawidget.getLayout()
Useful for WidgetBuilders.
|
WidgetBuilder<StaticWidget,StaticMetawidget> |
StaticMetawidget.getWidgetBuilder() |
List<WidgetProcessor<StaticWidget,StaticMetawidget>> |
StaticMetawidget.getWidgetProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
StaticMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes)
Useful for WidgetBuilders to setup nested Metawidgets (eg.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticUIMetawidget |
Modifier and Type | Method and Description |
---|---|
void |
StaticUIMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
StaticHtmlMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes)
Overridden to carry CSS style attributes into the nested Metawidget.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OutputTextLayoutDecorator.addSectionWidget(String section,
int level,
StaticWidget container,
StaticMetawidget metawidget) |
Constructor and Description |
---|
OutputTextLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
Modifier and Type | Class and Description |
---|---|
class |
StaticHtmlMetawidget
Metawidget for statically generating Plain Old HTML.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticHtmlMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes) |
Modifier and Type | Class and Description |
---|---|
class |
StaticJavaMetawidget
Static Metawidget for Java environments.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticJspMetawidget |
Modifier and Type | Method and Description |
---|---|
void |
StaticJspMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
protected NestedSectionLayoutDecorator.State<StaticWidget> |
StaticNestedSectionLayoutDecorator.getState(StaticWidget container,
StaticMetawidget metawidget) |
protected FlatSectionLayoutDecorator.State |
StaticFlatSectionLayoutDecorator.getState(StaticWidget containerTag,
StaticMetawidget metawidgetTag) |
void |
SimpleLayout.layoutWidget(StaticWidget widget,
String elementName,
Map<String,String> attributes,
StaticWidget container,
StaticMetawidget metawidget) |
void |
StaticNestedSectionLayoutDecorator.startContainerLayout(StaticWidget container,
StaticMetawidget metawidget) |
Constructor and Description |
---|
StaticFlatSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
Modifier and Type | Class and Description |
---|---|
class |
StaticSpringMetawidget |
Modifier and Type | Method and Description |
---|---|
void |
StaticSpringMetawidget.initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes) |
Copyright © 2015. All Rights Reserved.