Uses of Interface
fr.paris.lutece.portal.web.pluginaction.IPluginAction

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
<A extends IPluginAction<?>>
void
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
<A extends IPluginAction<?>>
List<A>
PluginActionManager.getListPluginAction(Class<A> pluginActionClass)
          Gets the list of IDirectoryAction.
static
<A extends IPluginAction<?>>
A
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.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.