net.ontopia.topicmaps.nav2.taglibs.framework
Class ModifyUserHistoryTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.ontopia.topicmaps.nav2.taglibs.framework.ModifyUserHistoryTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class ModifyUserHistoryTag
- extends javax.servlet.jsp.tagext.TagSupport
INTERNAL: Framework related tag for modifying (means right now:
adding and removing) an object at the user object which is bound to
the session scope.
- See Also:
UserIF
,
JspContext.findAttribute(java.lang.String)
,
Serialized Form
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 |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, 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 |
OP_ADD
protected static final String OP_ADD
- See Also:
- Constant Field Values
OP_REMOVE
protected static final String OP_REMOVE
- See Also:
- Constant Field Values
objectName
protected String objectName
opName
protected String opName
ModifyUserHistoryTag
public ModifyUserHistoryTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Process the start tag for this instance.
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspTagException
setObject
public void setObject(String objectName)
setOperation
public void setOperation(String opName)
Copyright © 2000-2012 Ontopia.