bjoern@3476: package de.intevation.flys.client.server.features; bjoern@3476: bjoern@3476: import java.util.List; bjoern@3476: bjoern@3476: public interface Features { bjoern@3476: bjoern@3476: public static final String CONTEXT_ATTRIBUTE = "de.intevation.flys.client.server.features"; bjoern@3476: bjoern@3476: /** bjoern@3476: * Returns all allowed features to a list of roles bjoern@3476: */ bjoern@3476: public List getFeatures(List roles); bjoern@3476: }