/* (c) 2014 Open Source Geospatial Foundation - all rights reserved * (c) 2001 - 2013 OpenPlans * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.web; /** * Extension hook for pages to add themselves to the Tool Links Section of the user interface. * @author David Winslow <dwinslow@opengeo.org> * @author Justin Deoliveira <jdeolive@opengeo.org> */ @SuppressWarnings("serial") public class ToolLinkInfo extends ComponentInfo<GeoServerBasePage> { // inherit everything from ComponentInfo }