|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.web.action.MassPrintDirectoryAction
public class MassPrintDirectoryAction
Redirects to jsp/admin/plugins/directory/MassPrint.jsp
Constructor Summary | |
---|---|
MassPrintDirectoryAction()
|
Method Summary | |
---|---|
void |
fillModel(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.business.user.AdminUser adminUser,
java.util.Map<java.lang.String,java.lang.Object> model)
Fills the model to provide necessary data to fill the button template |
java.lang.String |
getButtonTemplate()
Gets the template to display the action (typically a button - but also check box, select...) |
java.lang.String |
getName()
The action name |
boolean |
isInvoked(javax.servlet.http.HttpServletRequest request)
Returns true if the action is invoked, false otherwise. |
DirectoryActionResult |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
fr.paris.lutece.portal.business.user.AdminUser adminUser,
DirectoryAdminSearchFields sessionFields)
Redirects to JSP_DIRECTORY_MASS_PRINT |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MassPrintDirectoryAction()
Method Detail |
---|
public void fillModel(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.business.user.AdminUser adminUser, java.util.Map<java.lang.String,java.lang.Object> model)
fillModel
in interface IDirectoryAction
request
- the requestadminUser
- the admin user to filter featuresmodel
- the modelpublic java.lang.String getButtonTemplate()
getButtonTemplate
in interface IDirectoryAction
public java.lang.String getName()
getName
in interface IDirectoryAction
public boolean isInvoked(javax.servlet.http.HttpServletRequest request)
IDirectoryAction
true
if the action is invoked, false
otherwise.
isInvoked
in interface IDirectoryAction
request
- the request
true
if the action is invoked, false
otherwise.PARAMETER_BUTTON_MASS_PRINT_X
public DirectoryActionResult process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, fr.paris.lutece.portal.business.user.AdminUser adminUser, DirectoryAdminSearchFields sessionFields) throws fr.paris.lutece.portal.service.admin.AccessDeniedException
JSP_DIRECTORY_MASS_PRINT
process
in interface IDirectoryAction
request
- the requestresponse
- the responseadminUser
- the usersessionFields
- the session fields
fr.paris.lutece.portal.service.admin.AccessDeniedException
- if the user can't access the feature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |