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

java.lang.Object
  extended by BaseFieldTag
      extended by com.bea.struts.adapter.taglib.html.BaseFieldTagAdapter
          extended by com.bea.struts.adapter.taglib.html.HiddenTag
              extended by com.bea.struts.adapter.taglib.nested.html.NestedHiddenTag
All Implemented Interfaces
TagAdapter

public class NestedHiddenTag
extends HiddenTag

Tag adapter for the Struts NestedHiddenTag.

This class is based on 3rd party types and is thus dependent upon announced or unannounced changes to those 3rd party types. Extensions of this class by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal or in future versions of the 3rd party types.

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

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

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

release

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

Overrides:
release in class HiddenTag


Copyright © 2006 BEA Systems, Inc. All Rights Reserved