NIHVIVO-2492 Create another "UsePage" action.

This commit is contained in:
j2blake 2011-04-18 16:51:01 +00:00
parent 07b1bee3da
commit bb118dc340

View file

@ -0,0 +1,11 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.RequestedAction;
/** Should we allow the user to use the pages for the Ontology Editor? */
public class UseOntologyEditorPages extends RequestedAction implements
UsePagesRequestedAction {
// no fields
}