public class StaticJspMetawidget extends StaticHtmlMetawidget implements ValueHolder
StaticMetawidget.Pipeline| Constructor and Description |
|---|
StaticJspMetawidget() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultConfiguration() |
String |
getValue()
The value argument used as the starting point for this Metawidget.
|
void |
initNestedMetawidget(StaticMetawidget nestedMetawidget,
Map<String,String> attributes)
Useful for WidgetBuilders to setup nested Metawidgets (eg.
|
void |
setValue(String value) |
getId, setIdgetAdditionalNamespaceURIs, getAttribute, getNamespaces, getNamespaceURI, getPrefix, getTextContent, putAttribute, setTextContent, writeaddWidgetProcessor, beforeBuildCompoundWidget, getConfig, getConfigReader, getInspector, getLabelString, getLayout, getPath, getWidgetBuilder, getWidgetProcessor, getWidgetProcessors, inspect, inspect, isReadOnly, newPipeline, removeWidgetProcessor, setConfig, setConfigReader, setInspectionResultProcessors, setInspector, setLayout, setMaximumInspectionDepth, setPath, setReadOnly, setWidgetBuilder, setWidgetProcessors, startBuild, writegetChildren, getClientProperty, getParent, putClientProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getClientProperty, putClientProperty, writepublic String getValue()
Note: because we are working statically, setValue and setPath must both be called. The former is the binding value that will be written into the generated output (see NameProcessor, PathProcessor etc). The latter is the actual path that should be inspected. Because we are working statically we cannot determine these automatically.
getValue in interface ValueHolderpublic void setValue(String value)
setValue in interface ValueHolderpublic void initNestedMetawidget(StaticMetawidget nestedMetawidget, Map<String,String> attributes)
StaticMetawidgetinitNestedMetawidget in class StaticHtmlMetawidgetprotected String getDefaultConfiguration()
getDefaultConfiguration in class StaticHtmlMetawidgetCopyright © 2015. All Rights Reserved.