BEA Systems, Inc.

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

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.jsp.tags.TagSupportHelper

public class TagSupportHelper
extends java.lang.Object

A helper class for Jsp tag extensions.


Field Summary
protected static java.lang.String advisorHomePropertiesName
          The JNDI Home name for the AdvisorHome
 
Constructor Summary
TagSupportHelper()
           
 
Method Summary
static Advisor getAdvisor()
          Method for getting an Advisor session bean
static 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.
static 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

advisorHomePropertiesName

protected static java.lang.String advisorHomePropertiesName
The JNDI Home name for the AdvisorHome
Constructor Detail

TagSupportHelper

public TagSupportHelper()
Method Detail

isJspBase

public static 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 static 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