public class RenderInputTag extends RequestContextTag
Produces for Example (unless customised):
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PATH_PREFIX |
static java.lang.String |
PATH_SUFFIX |
static java.lang.String |
TAG_NAME |
applicationContext, attributes, contextPath, grailsApplication, out, registry, request, response, servletContext, urlPathHelper| Modifier | Constructor and Description |
|---|---|
protected |
RenderInputTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEndTagInternal() |
protected void |
doStartTagInternal() |
java.lang.String |
findUriForType(java.lang.Class<?> type) |
java.lang.Object |
getBean() |
java.lang.String |
getProperty() |
boolean |
isDynamicAttribute(java.lang.String attr) |
void |
setBean(java.lang.Object bean) |
void |
setProperty(java.lang.String property) |
doEndTag, doStartTag, getName, getRegistry, init, setAttribute, setAttributes, setWriterpublic static final java.lang.String PATH_PREFIX
public static final java.lang.String PATH_SUFFIX
public static final java.lang.String TAG_NAME
protected void doStartTagInternal()
doStartTagInternal in class RequestContextTagprotected void doEndTagInternal()
doEndTagInternal in class RequestContextTagpublic boolean isDynamicAttribute(java.lang.String attr)
public java.lang.Object getBean()
public void setBean(java.lang.Object bean)
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
public java.lang.String findUriForType(java.lang.Class<?> type)
throws java.net.MalformedURLException
java.net.MalformedURLException