org.exist.jsp
Class CollectionTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by 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

Field Summary
static String DRIVER
           
 
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
CollectionTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 Collection getCollection()
           
 String getPassword()
           
 String getUri()
           
 String getUser()
           
 String getVar()
           
 void setPassword(String password)
           
 void setUri(String uri)
           
 void setUser(String user)
           
 void setVar(String var)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER

public static final String DRIVER
See Also:
Constant Field Values
Constructor Detail

CollectionTag

public CollectionTag()
Method Detail

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.