public interface Renderer
Modifier and Type | Method and Description |
---|---|
void |
clear()
If this object is held in a pool, this method is called before the object is returned to
the pool, so that the object can be cleaned up for the next use.
|
void |
render(javax.servlet.jsp.PageContext pageContext,
javax.servlet.jsp.tagext.Tag parentTag)
Asks this renderer to render
|
void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
pageContext
- the JSP page context to render toparentTag
- the tag that is the "parent" of this renderingbusinessObject
- the business object being renderedjavax.servlet.jsp.JspException
void clear()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.