org.dspace.app.webui.util
Class AKeyBasedStyleSelection
java.lang.Object
org.dspace.app.webui.util.AKeyBasedStyleSelection
- All Implemented Interfaces:
- StyleSelection
- Direct Known Subclasses:
- CollectionStyleSelection, MetadataStyleSelection
public abstract class AKeyBasedStyleSelection
- extends Object
- implements StyleSelection
Simple abstract class that provide utility method for get/check style configuration from dspace.cfg file
- Version:
- $Revision$
- Author:
- Andrea Bollini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AKeyBasedStyleSelection
public AKeyBasedStyleSelection()
getConfigurationForStyle
public String getConfigurationForStyle(String style)
- Description copied from interface:
StyleSelection
- Get the configuration of the style passed as argument.
The configuration has the following syntax:
schema.element[.qualifier|.*][(display-option)]
- Specified by:
getConfigurationForStyle in interface StyleSelection
- Returns:
isConfigurationDefinedForStyle
protected boolean isConfigurationDefinedForStyle(String style)
Copyright © 2013 DuraSpace. All Rights Reserved.