|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPluginAction | |
---|---|
fr.paris.lutece.portal.web.pluginaction | |
fr.paris.lutece.portal.web.resource |
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,
Map<String,Object> model,
Class<A> pluginActionClass,
String strMark)
Fills the model with all actions and adds the list to the given marker |
|
static
|
PluginActionManager.getListPluginAction(Class<A> pluginActionClass)
Gets the list of IDirectoryAction . |
|
static
|
PluginActionManager.getPluginAction(javax.servlet.http.HttpServletRequest request,
Class<A> pluginActionClass)
Gets the IPluginAction for the request. |
Uses of IPluginAction in fr.paris.lutece.portal.web.resource |
---|
Subinterfaces of IPluginAction in fr.paris.lutece.portal.web.resource | |
---|---|
interface |
IExtendableResourcePluginAction
This interface represents back office actions that interact with extend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |