Known Direct Subclasses
|
Class Overview
This class is the factory for creating Task
instances
from "bean task configuration files". It reads files from the directory
specified by an init parameter in the web.xml file.
Constants
public
static
final
String
INIT_PARAM_BEAN_TASK_DIR
The init parameter that defines where to look for bean task
configuration files.
Constant Value:
"beanTaskDir"
public
static
final
String
INIT_PARAM_SERVER_CONFIG_FILES_DEFAULT_LOCATION
The init parameter that defines where to look server configuration
files.
Constant Value:
"serverConfigFilesDefaultLocation"
Public Constructors
public
BeanTaskFactory
()
Public Methods
Initializes the MicroStrategy Web environment.
public
Task
newTask
(String id)
Protected Methods