net.ontopia.topicmaps.nav2.taglibs.framework
Class ModifyUserHistoryTag

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

Field Summary
protected  String objectName
           
protected static String OP_ADD
           
protected static String OP_REMOVE
           
protected  String opName
           
 
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
ModifyUserHistoryTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag for this instance.
 void setObject(String objectName)
           
 void setOperation(String opName)
           
 
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
 

Field Detail

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
Constructor Detail

ModifyUserHistoryTag

public ModifyUserHistoryTag()
Method Detail

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.