Package org.yamcs.web
Class WebPlugin
java.lang.Object
org.yamcs.AbstractPlugin
org.yamcs.web.WebPlugin
- All Implemented Interfaces:
CommandOptionListener
,Plugin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final SystemPrivilege
Allows access to the Admin Area.Fields inherited from class org.yamcs.AbstractPlugin
config, log, pluginName, pluginVersion, yamcs
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.AbstractPlugin
getConfig, getLog, onLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.Plugin
getInstanceSpec, getSpec
-
Field Details
-
CONFIG_DISPLAY_BUCKET
- See Also:
-
CONFIG_STACK_BUCKET
- See Also:
-
CONFIG_PARAMETER_ARCHIVE
- See Also:
-
PRIV_ADMIN
Allows access to the Admin Area.Remark that certain pages in the Admin Area may require further privileges.
-
-
Constructor Details
-
WebPlugin
public WebPlugin()
-
-
Method Details
-
init
- Specified by:
init
in classAbstractPlugin
- Throws:
PluginException
-
commandOptionAdded
- Specified by:
commandOptionAdded
in interfaceCommandOptionListener
-
addExtension
-