org.springframework.flex.config
Class RuntimeEnvironment
java.lang.Object
org.springframework.flex.config.RuntimeEnvironment
public abstract class RuntimeEnvironment
- extends Object
Internal helper class to determine the type of runtime data services environment being used, to allow for
automatically adapting to the available capabilities.
- Author:
- Rohit Kumar, Jeremy Grelle
Method Summary |
static boolean |
isBlazeDS()
Returns true if the runtime data services environment is BlazeDS. |
static boolean |
isLCDS()
Returns true if the runtime data services environment is LCDS. |
static boolean |
isSpringSupportAvailable()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeEnvironment
public RuntimeEnvironment()
isLCDS
public static boolean isLCDS()
- Returns
true
if the runtime data services environment is LCDS.
isBlazeDS
public static boolean isBlazeDS()
- Returns
true
if the runtime data services environment is BlazeDS.
isSpringSupportAvailable
public static boolean isSpringSupportAvailable()
Copyright © 2011. All Rights Reserved.