public abstract class AjaxtagRender extends Object
Base class for the all Ajaxtags render. This class is responseble to create a comom access point to all renders.
That class also provides the instances of the common renders by the static method getRender
| Modifier and Type | Field and Description |
|---|---|
static String |
TEXT_HTML
Content-type for text/html.
|
static String |
TEXT_XML
Content-type for text/xml.
|
| Constructor and Description |
|---|
AjaxtagRender() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getProperty(Object bean,
String nameProperty) |
static AjaxtagRender |
getRender(AjaxtagConstraints constraint) |
abstract String |
renderize(BaseAjaxtagResponse response,
Locale locale) |
public static final String TEXT_HTML
public static final String TEXT_XML
public abstract String renderize(BaseAjaxtagResponse response, Locale locale) throws Exception
Exceptionpublic String getContentType()
public String getProperty(Object bean, String nameProperty) throws Exception
Exceptionpublic static AjaxtagRender getRender(AjaxtagConstraints constraint)
Copyright © 2015. All Rights Reserved.