|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.pow2.webgui.taglib.ContentProviderTag
public class ContentProviderTag
ContentProviderTag class.
Field Summary | |
---|---|
protected static String |
KEY_COLLECTION
|
protected static String |
KEY_PROPERTIESMAP
|
protected static String |
KEY_TEMPLATE
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
ContentProviderTag()
Constructor |
Method Summary | |
---|---|
int |
doEndTag()
|
Collection |
getCollection()
Gets the collection attribute of the CollectionContentProvider object |
String |
getName()
Gets the name attribute of the CollectionContentProviderTag object |
HashMap |
getPropertiesMap()
Gets the propertiesMap attribute of the BaseContentProvider object |
String |
getTemplate()
Gets the template attribute of the CollectionContentProviderTag object |
void |
setCollection(Collection collection)
Sets the collection attribute of the CollectionContentProvider object |
void |
setName(String name)
Sets the name attribute of the CollectionContentProviderTag object |
void |
setPropertiesMap(HashMap propertiesMap)
Sets the propertiesMap attribute of the BaseContentProvider object |
void |
setTemplate(String template)
Sets the template attribute of the CollectionContentProviderTag object |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doStartTag, 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 |
Field Detail |
---|
protected static final String KEY_TEMPLATE
protected static final String KEY_COLLECTION
protected static final String KEY_PROPERTIESMAP
Constructor Detail |
---|
public ContentProviderTag()
Method Detail |
---|
public Collection getCollection()
public void setCollection(Collection collection)
collection
- The new collection valuepublic String getName()
public HashMap getPropertiesMap()
public void setName(String name)
name
- The new name valuepublic String getTemplate()
public void setTemplate(String template)
template
- The new template valuepublic void setPropertiesMap(HashMap propertiesMap)
propertiesMap
- The new propertiesMap valuepublic int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |