org.mentawai.ajaxtag.responses
Class UpdateFieldResponse
java.lang.Object
org.mentawai.ajaxtag.responses.BaseAjaxtagResponse<Map<String,String>>
org.mentawai.ajaxtag.responses.UpdateFieldResponse
public class UpdateFieldResponse
- extends BaseAjaxtagResponse<Map<String,String>>
Holds the response to a <ajax:updateField> tag.
- Since:
- 1.9
- Author:
- Marvin Froeder (m@rvin.info)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateFieldResponse
public UpdateFieldResponse()
UpdateFieldResponse
public UpdateFieldResponse(Map<String,String> data)
getConstraints
public AjaxtagConstraints getConstraints()
- Specified by:
getConstraints in class BaseAjaxtagResponse<Map<String,String>>
addValue
public void addValue(String key,
String value)
throws Exception
- Throws:
Exception
addValue
public void addValue(String key,
Object value)
throws Exception
- Throws:
Exception
setBean
public void setBean(Object bean)
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.