Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt
Class BrandContext

java.lang.Object
  |
  +--oracle.panama.rt.BrandContext

public class BrandContext
extends java.lang.Object

Brand context setter apis

Since:
Oracle9i Application Server Wireless Edition

Constructor Summary
BrandContext()
           

 

Method Summary
static java.lang.String getBrandNameFromSubscriberDN(java.lang.String subscriberDN)
           
static Brand lookupBrandInFormParameter(javax.servlet.http.HttpServletRequest request)
           
static Brand lookupBrandInSession(javax.servlet.http.HttpSession session)
           
static Brand lookupBrandInSSOHeader(javax.servlet.http.HttpServletRequest request)
           
static Brand lookupBrandInVirtualHostHeader(javax.servlet.http.HttpServletRequest request)
           
static void setBrandContext(Brand brand, javax.servlet.http.HttpSession session)
           
static void setBrandContext(javax.servlet.http.HttpServletRequest request)
          looks up the request to derive subscriber/brand information and sets the connection context accordingly for this request

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BrandContext

public BrandContext()
Method Detail

setBrandContext

public static void setBrandContext(javax.servlet.http.HttpServletRequest request)
                            throws PanamaException
looks up the request to derive subscriber/brand information and sets the connection context accordingly for this request
PanamaException

lookupBrandInSSOHeader

public static Brand lookupBrandInSSOHeader(javax.servlet.http.HttpServletRequest request)

lookupBrandInFormParameter

public static Brand lookupBrandInFormParameter(javax.servlet.http.HttpServletRequest request)

lookupBrandInVirtualHostHeader

public static Brand lookupBrandInVirtualHostHeader(javax.servlet.http.HttpServletRequest request)

lookupBrandInSession

public static Brand lookupBrandInSession(javax.servlet.http.HttpSession session)

setBrandContext

public static void setBrandContext(Brand brand,
                                   javax.servlet.http.HttpSession session)

getBrandNameFromSubscriberDN

public static java.lang.String getBrandNameFromSubscriberDN(java.lang.String subscriberDN)

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.