List of usage examples for com.liferay.portal.kernel.util Constants REMOVE
String REMOVE
To view the source code for com.liferay.portal.kernel.util Constants REMOVE.
Click Source Link
From source file:com.liferay.wiki.web.internal.portlet.action.EditPageAttachmentsMVCActionCommand.java
License:Open Source License
protected void deleteAttachment(ActionRequest actionRequest, boolean moveToTrash) throws Exception { TrashedModel trashedModel = _wikiAttachmentsHelper.deleteAttachment(actionRequest, moveToTrash); if (moveToTrash && (trashedModel != null)) { TrashUtil.addTrashSessionMessages(actionRequest, trashedModel, Constants.REMOVE); hideDefaultSuccessMessage(actionRequest); }//from w w w . jav a2 s.c o m }