public class SessionUtils extends Object
| Constructor and Description |
|---|
SessionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
activateDartController()
Called when the Dart attribute is active in <a:body>.
|
static void |
deactivateDartController()
Called at the end of <a:body> to turn of the AngularDart mode.
|
static String |
getControllerName() |
static boolean |
isDartControllerActive()
Are we to support AngularDart instead of AngularJS?
|
static void |
setControllerName(String name)
Sets the name of the Dart controller name as defined in the dart file (@NGController's publishAs attribute).
|
public static void activateDartController()
public static void deactivateDartController()
public static String getControllerName()
public static boolean isDartControllerActive()
public static void setControllerName(String name)
name - the name of the Dart controllerCopyright © 2015. All rights reserved.