view flys-client/src/main/java/de/intevation/flys/client/server/features/Features.java @ 3496:f1814efec714

Replaced another attribute fetching XPath with a simple DOM getAttributeNS() call. flys-client/trunk@5215 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 16 Aug 2012 08:14:09 +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