BEA Systems, Inc.

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

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

public class P13nBodyTagSupport
extends javax.servlet.jsp.tagext.BodyTagSupport

A convenience class for p13n tags with a body.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
P13nBodyTagSupport()
           
 
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.BodyTagSupport
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

P13nBodyTagSupport

public P13nBodyTagSupport()
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