view flys-client/src/main/java/de/intevation/flys/client/server/features/Features.java @ 3849:887d7001eeec

Cosmetics, docs. flys-client/trunk@5589 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 24 Sep 2012 11:51:27 +0000
parents 4a6321dd5186
children
line wrap: on
line source
package de.intevation.flys.client.server.features;

import java.util.List;

public interface Features {

    public static final String CONTEXT_ATTRIBUTE = "de.intevation.flys.client.server.features";

    /**
     * Returns all allowed features to a list of roles
     */
    public List<String> getFeatures(List<String> roles);
}

http://dive4elements.wald.intevation.org