A D E G I M O R S

A

AttributesTag - class org.apache.taglibs.session.AttributesTag.
JSP Tag attributes, used to get HttpSession attribute information using the standard JSP <jsp:getProperty> tag.
AttributesTag() - Constructor for class org.apache.taglibs.session.AttributesTag
 
AttributesTEI - class org.apache.taglibs.session.AttributesTEI.
TagExtraInfo for attributes tag, allows use of standard <jsp:getProperty/> with the attributes tag script variable id.
AttributesTEI() - Constructor for class org.apache.taglibs.session.AttributesTEI
 
AttributeTag - class org.apache.taglibs.session.AttributeTag.
JSP Tag attribute, used to get the value of a single HttpSession attribute named name.
AttributeTag() - Constructor for class org.apache.taglibs.session.AttributeTag
 

D

doAfterBody() - Method in class org.apache.taglibs.session.MaxInactiveIntervalTag
Read the body of the maxInactiveInterval tag to obtain the number of seconds to set the max inactive session interval to.
doAfterBody() - Method in class org.apache.taglibs.session.SetAttributeTag
Read the body of the setAttribute tag to obtain the attribute value, then set the attribute with name to that value.
doAfterBody() - Method in class org.apache.taglibs.session.AttributesTag
Method called at end of each iteration of the attributes tag.
doEndTag() - Method in class org.apache.taglibs.session.AttributeTag
Method called at end of Tag to output attribute value
doEndTag() - Method in class org.apache.taglibs.session.AttributesTag
Method called at end of attributes tag, outputs the body of the tag.
doStartTag() - Method in class org.apache.taglibs.session.EqualsAttributeTag
Includes the body of the tag if the session attribute equals the value set in the 'match' attribute.
doStartTag() - Method in class org.apache.taglibs.session.MaxInactiveIntervalTag
Returns EVAL_BODY_TAG so the body of the tag can be evaluated.
doStartTag() - Method in class org.apache.taglibs.session.RemoveAttributeTag
Removes an attribute from a session.
doStartTag() - Method in class org.apache.taglibs.session.InvalidateTag
Makes the session invalid
doStartTag() - Method in class org.apache.taglibs.session.IsNewTag
Used to test whether the HTTP session is new.
doStartTag() - Method in class org.apache.taglibs.session.SessionTag
Method called at start of tag, gets HttpSession and creates a script variable of name id.
doStartTag() - Method in class org.apache.taglibs.session.SetAttributeTag
Returns EVAL_BODY_TAG so the body of the tag can be evaluated.
doStartTag() - Method in class org.apache.taglibs.session.AttributesTag
Gets the session attributes.
doStartTag() - Method in class org.apache.taglibs.session.ExistsAttributeTag
Includes the body of the tag if the session attribute exists.

E

EqualsAttributeTag - class org.apache.taglibs.session.EqualsAttributeTag.
JSP Tag equalsAttribute, used to determine if a Session attribute equals the value of the "match" tag attribute.
EqualsAttributeTag() - Constructor for class org.apache.taglibs.session.EqualsAttributeTag
 
ExistsAttributeTag - class org.apache.taglibs.session.ExistsAttributeTag.
JSP Tag existsAttribute, used to determine if an HttpSession attribute exists.
ExistsAttributeTag() - Constructor for class org.apache.taglibs.session.ExistsAttributeTag
 

G

getCreationTime() - Method in class org.apache.taglibs.session.SessionData
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT as a String.
getLastAccessedTime() - Method in class org.apache.taglibs.session.SessionData
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT as a String.
getMaxInactiveInterval() - Method in class org.apache.taglibs.session.SessionData
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getName() - Method in class org.apache.taglibs.session.AttributesTag
Returns the name of the session attribute.
getSessionId() - Method in class org.apache.taglibs.session.SessionData
Returns a string containing the unique identifier assigned to this session.
getValue() - Method in class org.apache.taglibs.session.AttributesTag
Returns the value of the session attribute.
getVariableInfo(TagData) - Method in class org.apache.taglibs.session.SessionTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.session.AttributesTEI
 

I

InvalidateTag - class org.apache.taglibs.session.InvalidateTag.
JSP Tag invalidate, used to make a session invalid and remove it.
InvalidateTag() - Constructor for class org.apache.taglibs.session.InvalidateTag
 
IsNewTag - class org.apache.taglibs.session.IsNewTag.
JSP Tag isNew, used to test whether the HTTPSession is new.
IsNewTag() - Constructor for class org.apache.taglibs.session.IsNewTag
 

M

MaxInactiveIntervalTag - class org.apache.taglibs.session.MaxInactiveIntervalTag.
JSP Tag maxInactiveInterval, used to set an HttpSession max inactive interval in seconds from the body of the tag.
MaxInactiveIntervalTag() - Constructor for class org.apache.taglibs.session.MaxInactiveIntervalTag
 

O

org.apache.taglibs.session - package org.apache.taglibs.session
 

R

RemoveAttributeTag - class org.apache.taglibs.session.RemoveAttributeTag.
JSP Tag removeAttribute, used to remove an HttpSession attribute with name name.
RemoveAttributeTag() - Constructor for class org.apache.taglibs.session.RemoveAttributeTag
 

S

SessionData - class org.apache.taglibs.session.SessionData.
Used to store the scripting variable data provided by the JSP Tag session, used to access HttpSession information using the standard JSP <jsp:getProperty> tag.
SessionTag - class org.apache.taglibs.session.SessionTag.
JSP Tag session, used to access HttpSession information using the standard JSP <jsp:getProperty> tag.
SessionTag() - Constructor for class org.apache.taglibs.session.SessionTag
 
SessionTEI - class org.apache.taglibs.session.SessionTEI.
TagExtraInfo for session tag, allows use of standard <jsp:getProperty/> with the session tag script variable id.
SessionTEI() - Constructor for class org.apache.taglibs.session.SessionTEI
 
SetAttributeTag - class org.apache.taglibs.session.SetAttributeTag.
JSP Tag setAttribute, used to set an HttpSession attribute with name name to a String from the body of the tag.
SetAttributeTag() - Constructor for class org.apache.taglibs.session.SetAttributeTag
 
setIgnoreCase(boolean) - Method in class org.apache.taglibs.session.EqualsAttributeTag
If ignoreCase is set to true, then the comparison between the "match" attribute and the session attribute will not be case sensitive
setMatch(String) - Method in class org.apache.taglibs.session.EqualsAttributeTag
Set the String that will be compared to the session attribute.
setName(String) - Method in class org.apache.taglibs.session.EqualsAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.session.RemoveAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.session.AttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.session.SetAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.session.ExistsAttributeTag
Set the required tag attribute name.
setValue(boolean) - Method in class org.apache.taglibs.session.EqualsAttributeTag
Set the optional tag attribute value to true or false.
setValue(boolean) - Method in class org.apache.taglibs.session.IsNewTag
Set the isNew tag optional attribute value to true or false.
setValue(boolean) - Method in class org.apache.taglibs.session.ExistsAttributeTag
Set the optional tag attribute value to true or false.

A D E G I M O R S

Copyright ? 2000 Apache Software Foundation. All Rights Reserved.