|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPluginAction | |
---|---|
fr.paris.lutece.portal.web.pluginaction |
Uses of IPluginAction in fr.paris.lutece.portal.web.pluginaction |
---|
Classes in fr.paris.lutece.portal.web.pluginaction that implement IPluginAction | |
---|---|
class |
AbstractPluginAction<FieldsDTO>
This class might be used to ensure forward compatibility |
Methods in fr.paris.lutece.portal.web.pluginaction with type parameters of type IPluginAction | ||
---|---|---|
static
|
PluginActionManager.fillModel(javax.servlet.http.HttpServletRequest request,
AdminUser adminUser,
java.util.Map<java.lang.String,java.lang.Object> model,
java.lang.Class<A> pluginActionClass,
java.lang.String strMark)
Fills the model with all actions and adds the list to the given marker |
|
static
|
PluginActionManager.getListPluginAction(java.lang.Class<A> pluginActionClass)
Gets the list of IDirectoryAction |
|
static
|
PluginActionManager.getPluginAction(javax.servlet.http.HttpServletRequest request,
java.lang.Class<A> pluginActionClass)
Gets the IPluginAction for the request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |