BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.jsp.tags
Class P13nTagSupport

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.axiom.p13n.jsp.tags.P13nTagSupport
Direct Known Subclasses:
P13nContentTagSupport

public class P13nTagSupport
extends javax.servlet.jsp.tagext.TagSupport

A convenience class for p13n tags with no body.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
P13nTagSupport()
           
 
Method Summary
static Advisor getAdvisor()
          Method for getting an Advisor session bean
 boolean isJspBase(javax.servlet.jsp.PageContext aPageContext)
          Method for determining whether the page in the given pageContext object is an instance (subclass) of com.beasys.commerce.axiom.jsp.JspBase.
 boolean isP13NJspBase(javax.servlet.jsp.PageContext aPageContext)
          Method for determining whether the page in the given pageContext object is an instance (subclass) of com.beasys.commerce.axiom.p13n.jsp.P13NJspBase.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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

P13nTagSupport

public P13nTagSupport()
Method Detail

isJspBase

public boolean isJspBase(javax.servlet.jsp.PageContext aPageContext)
Method for determining whether the page in the given pageContext object is an instance (subclass) of com.beasys.commerce.axiom.jsp.JspBase.
Parameters:
aPageContext - The PageContext object for this page.
Returns:
true if it is a subclass of JspBase, false if not.

isP13NJspBase

public boolean isP13NJspBase(javax.servlet.jsp.PageContext aPageContext)
Method for determining whether the page in the given pageContext object is an instance (subclass) of com.beasys.commerce.axiom.p13n.jsp.P13NJspBase.
Parameters:
aPageContext - The PageContext object for this page.
Returns:
true if it is a subclass of JspBase, false if not.

getAdvisor

public static Advisor getAdvisor()
Method for getting an Advisor session bean
Returns:
An Advisor

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved