com.liferay.faces.util.config.internal
Interface Ordering
- All Known Implementing Classes:
- OrderingImpl
public interface Ordering
- Author:
- Vernon Singleton
OTHERS
static final String OTHERS
isOrdered
boolean isOrdered()
isBefore
boolean isBefore(String name)
isAfter
boolean isAfter(String name)
getRoutes
EnumMap<Ordering.Path,String[]> getRoutes()
setRoutes
void setRoutes(EnumMap<Ordering.Path,String[]> routes)
isAfterOthers
boolean isAfterOthers()
isBeforeOthers
boolean isBeforeOthers()
Copyright © 2015 Liferay, Inc.. All rights reserved.