|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.jndi.SearchTag
public class SearchTag
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 | |
---|---|
SearchTag()
Creates new SearchTag |
Method Summary | |
---|---|
static int |
decodeScope(java.lang.String scope)
|
static java.lang.String |
decodeSearchScope(int scope)
|
static int |
decodeSearchScope(java.lang.String scope)
|
int |
doAfterBody()
|
int |
doEndTag()
|
void |
doInitBody()
|
int |
doStartTag()
|
java.lang.String |
getAttributes()
Getter for property attributes. |
java.lang.String |
getAttributeSeparator()
Getter for property attributeSeparator. |
boolean |
getBindings()
Getter for property bindings. |
javax.naming.directory.DirContext |
getContext()
Getter for property context. |
long |
getCountLimit()
Getter for property countLimit. |
boolean |
getDerefLink()
Getter for property derefLink. |
java.lang.String |
getFilter()
Getter for property filter. |
java.lang.String |
getName()
Getter for property `. |
javax.naming.Name |
getNameObject()
Getter for property nameObject. |
java.lang.String |
getSearchScope()
Getter for property searchScope. |
int |
getTimeLimit()
Getter for property timeLimit. |
void |
setAttributes(java.lang.String attributes)
Setter for property attributes. |
void |
setAttributeSeparator(java.lang.String attributeSeparator)
Setter for property attributeSeparator. |
void |
setBindings(boolean bindings)
Setter for property bindings. |
void |
setContext(javax.naming.directory.DirContext context)
Setter for property context. |
void |
setContextRef(java.lang.String contextRef)
Setter for property contextRef. |
void |
setCountLimit(long countLimit)
Setter for property countLimit. |
void |
setDerefLink(boolean derefLink)
Setter for property derefLink. |
void |
setFilter(java.lang.String filter)
Setter for property filter. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setNameObject(javax.naming.Name nameObject)
Setter for property nameObject. |
void |
setPageContext(javax.servlet.jsp.PageContext pc)
|
void |
setScope(java.lang.String scope)
Setter for property scope. |
void |
setSearchScope(java.lang.String searchScope)
Setter for property searchScope. |
void |
setTimeLimit(int timeLimit)
Setter for property timeLimit. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setParent |
Constructor Detail |
---|
public SearchTag()
Method Detail |
---|
public void setPageContext(javax.servlet.jsp.PageContext pc)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
public void setScope(java.lang.String scope)
Scope
- New value of property scope.public javax.naming.directory.DirContext getContext()
public void setContext(javax.naming.directory.DirContext context)
context
- New value of property context.public void setContextRef(java.lang.String contextRef)
contextRef
- New value of property contextRef.public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public javax.naming.Name getNameObject()
public void setNameObject(javax.naming.Name nameObject)
nameObject
- New value of property nameObject.public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
filter
- New value of property filter.public long getCountLimit()
public void setCountLimit(long countLimit)
countLimit
- New value of property countLimit.public boolean getDerefLink()
public void setDerefLink(boolean derefLink)
derefLink
- New value of property derefLink.public java.lang.String getAttributes()
public void setAttributes(java.lang.String attributes)
attributes
- New value of property attributes.public java.lang.String getAttributeSeparator()
public void setAttributeSeparator(java.lang.String attributeSeparator)
attrbuteSeparator
- New value of property attrbuteSeparator.public boolean getBindings()
public void setBindings(boolean bindings)
bindings
- New value of property bindings.public java.lang.String getSearchScope()
public void setSearchScope(java.lang.String searchScope)
searchScope
- New value of property searchScope.public int getTimeLimit()
public void setTimeLimit(int timeLimit)
timeLimit
- New value of property timeLimit.public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void doInitBody()
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
doInitBody
in class javax.servlet.jsp.tagext.BodyTagSupport
public int doAfterBody()
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public static int decodeSearchScope(java.lang.String scope)
public static java.lang.String decodeSearchScope(int scope)
public static int decodeScope(java.lang.String scope)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |