Method Summary |
|
final public static String | getAbsolutePathToResourcesDirectory() Return the absolute path of the resources directory
used by application tools. |
final public static Context | getGlobalContext() Get the context containing global tools that will be
use as part of the Turbine Pull Model. |
final public static String | getResourcesDirectory() Return the resources directory. |
public static PullService | getService() |
public static ApplicationTool | getTool(Context context, String name) Helper method that allows you to easily get a tool
from a Context. |
final public static boolean | isRegistered() Checks whether this service has been registered. |
public static void | populateContext(Context context, RunData data) Populate the given context with all request, session
and persistent scope tools (it is assumed that the context
already wraps the global context, and thus already contains
the global tools). |
final public static void | refreshGlobalTools() Refresh the global tools. |
final public static boolean | refreshToolsPerRequest() Shoud we refresh the tools
on each request. |
public static void | releaseTools(Context context) |