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

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
<A extends IPluginAction<?>>
void
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
<A extends IPluginAction<?>>
java.util.List<A>
PluginActionManager.getListPluginAction(java.lang.Class<A> pluginActionClass)
          Gets the list of IDirectoryAction
static
<A extends IPluginAction<?>>
A
PluginActionManager.getPluginAction(javax.servlet.http.HttpServletRequest request, java.lang.Class<A> pluginActionClass)
          Gets the IPluginAction for the request.
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.