|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.jndi.LookupTag
public class LookupTag
Field Summary |
---|
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 | |
---|---|
LookupTag()
Creates new LookupTag |
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
javax.naming.Context |
getContext()
Getter for property context. |
java.lang.String |
getName()
Getter for property name. |
javax.naming.Name |
getNameObject()
Getter for property nameObject. |
java.lang.String |
getType()
Getter for property type. |
void |
setContext(javax.naming.Context context)
Setter for property context. |
void |
setContextRef(java.lang.String contextRef)
Setter for property contextRef. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setNameObject(javax.naming.Name nameObject)
Setter for property nameObject. |
void |
setScope(java.lang.String scope)
Setter for property scope. |
void |
setType(java.lang.String type)
Setter for property type |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupTag()
Method Detail |
---|
public javax.naming.Context getContext()
public void setContext(javax.naming.Context context)
context
- New value of property context.public void setContextRef(java.lang.String contextRef)
contextRef
- New value of property contextRef.public void setScope(java.lang.String scope)
scope
- New value of property scope.public java.lang.String getType()
public void setType(java.lang.String type)
type
- New value of property type.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 int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |