org.exist.jsp
Class CollectionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.exist.jsp.CollectionTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class CollectionTag
- extends TagSupport
- Author:
- Wolfgang Meier (wolfgang@exist-db.org)
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
DRIVER
public static final String DRIVER
- See Also:
- Constant Field Values
CollectionTag
public CollectionTag()
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class TagSupport
- Throws:
JspException
getCollection
public Collection getCollection()
setVar
public void setVar(String var)
getVar
public String getVar()
getPassword
public String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(String password)
- Parameters:
password
- The password to set.
getUri
public String getUri()
- Returns:
- Returns the uri.
setUri
public void setUri(String uri)
- Parameters:
uri
- The uri to set.
getUser
public String getUser()
- Returns:
- Returns the user.
setUser
public void setUser(String user)
- Parameters:
user
- The user to set.
Copyright (C) Wolfgang Meier. All rights reserved.