BEA Systems, Inc.

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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.foundation.property.tags.ResultTag
              |
              +--com.beasys.commerce.foundation.property.tags.GetPropertySetNamesTag

public class GetPropertySetNamesTag
extends ResultTag

Implementation of the <ps:getPropertySetNames> tag. Uses the SchemaManager EJB to retrieve all property set names for a given schema group.

See the WLPS tag documentation for attributes and result values.

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.foundation.property.tags.ResultTag
result
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
GetPropertySetNamesTag()
           
 
Method Summary
 int doStartTag()
          Retrieve a list of property set names from the SchemaManager session bean.
 java.lang.String getSchemaGroupName()
          Get the schema group name to query for
 void release()
          Reset all tag attributes.
 void setSchemaGroupName(java.lang.String s)
          Set the schema group name to query for
 
Methods inherited from class com.beasys.commerce.foundation.property.tags.ResultTag
getResult, setResult
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, 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
 

Constructor Detail

GetPropertySetNamesTag

public GetPropertySetNamesTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Retrieve a list of property set names from the SchemaManager session bean.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Reset all tag attributes.
Overrides:
release in class ResultTag

setSchemaGroupName

public void setSchemaGroupName(java.lang.String s)
Set the schema group name to query for

getSchemaGroupName

public java.lang.String getSchemaGroupName()
Get the schema group name to query for

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved