org.mentawai.ajaxtag.responses
Class HTMLContentReplaceResponse
java.lang.Object
org.mentawai.ajaxtag.responses.BaseAjaxtagResponse<String>
org.mentawai.ajaxtag.responses.HTMLContentReplaceResponse
- Direct Known Subclasses:
- HTMLIncludeResponse, PortletAreaResponse, TabPanelResponse
public class HTMLContentReplaceResponse
- extends BaseAjaxtagResponse<String>
Holds the response to a <ajax:htmlContent> 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 |
HTMLContentReplaceResponse
public HTMLContentReplaceResponse()
HTMLContentReplaceResponse
public HTMLContentReplaceResponse(String html)
HTMLContentReplaceResponse
public HTMLContentReplaceResponse(CharSequence html)
getConstraints
public AjaxtagConstraints getConstraints()
- Specified by:
getConstraints in class BaseAjaxtagResponse<String>
Copyright © 2011. All Rights Reserved.