com.beasys.commerce.portal.admin.jsp.tags
Class LicenseTag
com.beasys.commerce.portal.admin.jsp.tags.LicenseTag
- public class LicenseTag
Implements the methods necessary to support the license tag.
|
Field Summary |
static java.lang.String |
DEFAULT_COMPONENT
Component defaults to "Core Server" |
DEFAULT_COMPONENT
public static final java.lang.String DEFAULT_COMPONENT
- Component defaults to "Core Server"
LicenseTag
public LicenseTag()
setProduct
public void setProduct(java.lang.String theProduct)
getProduct
public java.lang.String getProduct()
setRelease
public void setRelease(java.lang.String theRelease)
getRelease
public java.lang.String getRelease()
setComponent
public void setComponent(java.lang.String theComponent)
getComponent
public java.lang.String getComponent()
setId
public void setId(java.lang.String theId)
getId
public java.lang.String getId()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Checks the specified
License product id against the current product license.
- Returns:
- a value telling the JSP engine to skip the body of the tag
or to skip it.
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Pushes output to the JSP page from the buffered
BodyContent.
- Returns:
- a value telling the JSP engine we are done evaluating the body and
no more iterations are necessary.
release
public void release()
Copyright © 2001 BEA Systems, Inc. All Rights Reserved