org.codehaus.groovy.grails.web.taglib.jsp
Class JspRenderInputTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.springframework.web.servlet.tags.RequestContextAwareTag
org.codehaus.groovy.grails.web.taglib.jsp.JspRenderInputTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
public class JspRenderInputTag
- extends RequestContextAwareTag
A JSP facade that delegates to the Grails RenderInputTag (@see org.codehaus.groovy.grails.web.taglib.RenderInputTag)
- Since:
- 06-Jan-2006
- Author:
- Graeme Rocher
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspRenderInputTag
public JspRenderInputTag()
doStartTagInternal
protected int doStartTagInternal()
throws Exception
- Specified by:
doStartTagInternal
in class RequestContextAwareTag
- Throws:
Exception
getBean
public String getBean()
setBean
public void setBean(String bean)
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
Copyright (c) 2005-2009 The Grails project