© 2005 BEA Systems, Inc.

com.bea.struts.adapter.taglib.nested.html
Class NestedHiddenTag

java.lang.Object
  extended byBaseFieldTag
      extended bycom.bea.struts.adapter.taglib.html.BaseFieldTagAdapter
          extended bycom.bea.struts.adapter.taglib.html.HiddenTag
              extended bycom.bea.struts.adapter.taglib.nested.html.NestedHiddenTag
All Implemented Interfaces:
TagAdapter

public class NestedHiddenTag
extends HiddenTag

NestedHiddenTag.

Since:
Struts 1.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.struts.adapter.taglib.html.HiddenTag
write
 
Constructor Summary
NestedHiddenTag()
           
 
Method Summary
 int doEndTag()
          Complete the processing of the tag.
 int doStartTag()
          Overriding method of the heart of the matter.
 void release()
          Release the tag's resources and reset the values.
 
Methods inherited from class com.bea.struts.adapter.taglib.html.HiddenTag
getWrite, setWrite
 
Methods inherited from class com.bea.struts.adapter.taglib.html.BaseFieldTagAdapter
adaptPrepareIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedHiddenTag

public NestedHiddenTag()
Method Detail

doEndTag

public int doEndTag()
             throws JspException
Complete the processing of the tag. The nested tags here will restore all the original value for the tag itself and the nesting context.

Returns:
int to describe the next step for the JSP processor
Throws:
JspException - for the bad things JSP's do

doStartTag

public int doStartTag()
               throws JspException
Overriding method of the heart of the matter. Gets the relative property and leaves the rest up to the original tag implementation. Sweet.

Overrides:
doStartTag in class HiddenTag
Returns:
int JSP continuation directive. This is in the hands of the super class.
Throws:
JspException - if a JSP exception has occurred

release

public void release()
Release the tag's resources and reset the values.

Overrides:
release in class HiddenTag

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved