wt.wildfire
Class WildfireActionDelegateHelper

java.lang.Object
  extended bywt.wildfire.WildfireActionDelegateHelper

public class WildfireActionDelegateHelper
extends Object


Constructor Summary
WildfireActionDelegateHelper()
           
 
Method Summary
static Boolean enableable(Object object, HTTPRequest request)
           
static Boolean enableable(Object object, HTTPState state)
           
static String getWildfireURL(URLActionDelegate delegate, Object obj, HTTPState state)
           
static boolean isAgentWildfire(HTTPRequest request)
           
static boolean isAgentWildfire(HTTPState state)
           
private static boolean isCadxStandAloneEnabled()
           
static boolean isDisplayCadxEnabled(HTTPRequest request)
           
static boolean isDisplayCadxEnabled(HTTPState state)
           
static Boolean isEnableable(ActionDelegate delegate, Object obj, HTTPRequest request)
           
static Boolean isWildfireActionDelegate(ActionDelegate delegate)
           
static boolean isWildfireIconDelegate(IconDelegate a_IconDelegate)
           
static Boolean isWildfireURLActionDelegate(URLActionDelegate delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildfireActionDelegateHelper

public WildfireActionDelegateHelper()
Method Detail

enableable

public static Boolean enableable(Object object,
                                 HTTPState state)

enableable

public static Boolean enableable(Object object,
                                 HTTPRequest request)

isWildfireURLActionDelegate

public static Boolean isWildfireURLActionDelegate(URLActionDelegate delegate)

isWildfireActionDelegate

public static Boolean isWildfireActionDelegate(ActionDelegate delegate)

getWildfireURL

public static String getWildfireURL(URLActionDelegate delegate,
                                    Object obj,
                                    HTTPState state)
                             throws WTException
Throws:
WTException

isEnableable

public static Boolean isEnableable(ActionDelegate delegate,
                                   Object obj,
                                   HTTPRequest request)
                            throws WTException
Throws:
WTException

isDisplayCadxEnabled

public static boolean isDisplayCadxEnabled(HTTPState state)

isDisplayCadxEnabled

public static boolean isDisplayCadxEnabled(HTTPRequest request)

isAgentWildfire

public static boolean isAgentWildfire(HTTPState state)

isAgentWildfire

public static boolean isAgentWildfire(HTTPRequest request)

isWildfireIconDelegate

public static boolean isWildfireIconDelegate(IconDelegate a_IconDelegate)

isCadxStandAloneEnabled

private static boolean isCadxStandAloneEnabled()