BEA Systems, Inc.

com.beasys.commerce.foundation.property.tags
Class ResultTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.foundation.property.tags.ResultTag
Direct Known Subclasses:
CreatePropertyTag, DeletePropertyTag, GetPropertyNamesTag, GetPropertySetNamesTag

public abstract class ResultTag
extends javax.servlet.jsp.tagext.TagSupport
implements PropertySetTagConstants

Base class for tags that support a result variable.

See Also:
Serialized Form

Field Summary
protected  java.lang.String result
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface com.beasys.commerce.foundation.property.tags.PropertySetTagConstants
CREATE_PROPERTY_FAILED, CREATE_PROPERTY_OK, DELETE_PROPERTY_FAILED, DELETE_PROPERTY_OK, INVALID_BOOLEAN_PROPERTY, INVALID_PROPERTY_SET, INVALID_PROPERTY_TYPE, PROPERTY_EXISTS, PROPERTY_SEARCH_FAILED, PROPERTY_SEARCH_OK, PROPERTY_SET_SEARCH_FAILED, PROPERTY_SET_SEARCH_OK
 
Constructor Summary
ResultTag()
           
 
Method Summary
 java.lang.String getResult()
          Get the name of the result variable
 void release()
          Reset the result variable to null
 void setResult(java.lang.String s)
          Set the name of the result variable
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, 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

result

protected java.lang.String result
Constructor Detail

ResultTag

public ResultTag()
Method Detail

release

public void release()
Reset the result variable to null
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getResult

public java.lang.String getResult()
Get the name of the result variable

setResult

public void setResult(java.lang.String s)
Set the name of the result variable

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved