org.apache.cocoon.forms.binding
Class SetAttributeJXPathBinding
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.forms.binding.JXPathBindingBase
org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
- All Implemented Interfaces:
- LogEnabled, Binding
public class SetAttributeJXPathBinding
- extends JXPathBindingBase
SetAttributeJXPathBinding provides an implementation of a Binding
that sets a particular attribute to a fixed value upon save.
NOTES:
- This Binding does not perform any actions when loading.
- Version:
- $Id: SetAttributeJXPathBinding.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Method Summary |
void |
doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Do-Nothing implementation. |
void |
doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Sets the attribute value on the passed JXPathContext |
String |
getId()
Returns binding definition id. |
String |
getValue()
|
String |
toString()
|
Methods inherited from class org.apache.cocoon.forms.binding.JXPathBindingBase |
getClass, getCommonAtts, getEnclosingLibrary, getLocation, isValid, loadFormFromModel, loadFormFromModel, saveFormToModel, saveFormToModel, selectWidget, setEnclosingLibrary, setParent |
SetAttributeJXPathBinding
public SetAttributeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes commonAtts,
String attName,
String attValue)
- Constructs SetAttributeJXPathBinding
getId
public String getId()
- Description copied from class:
JXPathBindingBase
- Returns binding definition id.
- Specified by:
getId
in interface Binding
- Overrides:
getId
in class JXPathBindingBase
getValue
public String getValue()
doLoad
public void doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Do-Nothing implementation.
- Specified by:
doLoad
in class JXPathBindingBase
doSave
public void doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Sets the attribute value on the passed JXPathContext
- Specified by:
doSave
in class JXPathBindingBase
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.