Interface | Description |
---|---|
PluginComponent |
A simple interface used to represents a declared
plugin component (DataController, StoreListener...)
The init() method will be called after constructor call
to initialize the component.
|
Class | Description |
---|---|
DisplayPluginHandler |
This class is used to handle modification on
Plugins.
|
EditPluginHandler |
This class is used to handle modification on
Plugins.
|
Plugin |
Main root class representing a Plugin.
|
Plugin.LabelComparator |
Comparator class used to compare Plugins' labels
|
Plugin.PluginComparator |
Comparator class used to compare Plugins:
Check dependencies of each other
Check dependencies size
Check plugin order
Check plugin name
|
PluginAccessFilter |
This filter checks plugin's JSP access
|
PluginAppender |
A log4j appender that keeps from 5 to 500 LoggingEvent inside a list for each plugins.
It does not need any layout. |
PluginManager |
Singleton used to manage plugin's life cycle.
It also contains utility methods and constants for plugins. |
PluginPolicyManager |
Exception | Description |
---|---|
PluginException |
A simple Class encapsulating RuntimeException
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.