se.kmr.scam.web.taglib.manifest
Class InsertTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byse.kmr.scam.web.taglib.manifest.InsertTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class InsertTag
extends TagSupport

See Also:
Serialized Form

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
InsertTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getManifestId()
          Gets the modelId attribute of the CreateItemTag object
 String getParentUri()
          Gets the parentUri attribute of the CreateItemTag object
 void setManifest(String manifest)
          Sets the manifest attribute of the CreateItemTag object
 void setManifestId(String id)
          Sets the modelId attribute of the CreateItemTag object
 void setParentUri(String parent)
          Sets the parentUri attribute of the CreateItemTag object
 
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

InsertTag

public InsertTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

setParentUri

public void setParentUri(String parent)
Sets the parentUri attribute of the CreateItemTag object

Parameters:
parent - The new parentUri value

getParentUri

public String getParentUri()
Gets the parentUri attribute of the CreateItemTag object

Returns:
The parentUri value

setManifest

public void setManifest(String manifest)
Sets the manifest attribute of the CreateItemTag object

Parameters:
manifest - The new manifest value

setManifestId

public void setManifestId(String id)
Sets the modelId attribute of the CreateItemTag object

Parameters:
id - The new modelId value

getManifestId

public String getManifestId()
Gets the modelId attribute of the CreateItemTag object

Returns:
The modelId value


Copyright © 2003 SCAM. All Rights Reserved.