Mercurial > dive4elements > river
view flys-client/src/main/webapp/WEB-INF/features.xml @ 3491:1c9bfdbfb265
Add new RemoteServiceServlet class
Implement an extended GWT RemoteServiceServlet to be able to get the
current logged in user easily. This class can be used as a base class for all
flys RemoteServices if the current user and the allowed features have to be
evaluated.
flys-client/trunk@5207 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 15 Aug 2012 12:08:20 +0000 |
parents | abaf0e55c9d2 |
children | f7b13fd59f05 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> <ftr:role name="bar"> <ftr:feature>foo</ftr:feature> </ftr:role> <ftr:role name="flys_bfg"> <ftr:feature>feature1</ftr:feature> <ftr:feature>feature2</ftr:feature> </ftr:role> </ftr:features>