/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.trash.web.internal.constants; /** * Provides attribute names for the implementation of the {@link * com.liferay.trash.web.internal.portlet.TrashPortlet}. * * @author Jürgen Kappler */ public class TrashWebKeys extends com.liferay.trash.util.TrashWebKeys { public static final String TRASH_CONTAINER_MODEL = "TRASH_CONTAINER_MODEL"; public static final String TRASH_ENTRIES = "TRASH_ENTRIES"; public static final String TRASH_ENTRY = "TRASH_ENTRY"; public static final String TRASH_RENDERER = "TRASH_RENDERER"; public static final String TRASH_UTIL = "TRASH_UTIL"; }