Mercurial > dive4elements > river
annotate 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 |
rev | line source |
---|---|
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 <ftr:role name="bar"> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
4 <ftr:feature>foo</ftr:feature> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 </ftr:role> |
3488
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
6 <ftr:role name="flys_bfg"> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
7 <ftr:feature>feature1</ftr:feature> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
8 <ftr:feature>feature2</ftr:feature> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
9 </ftr:role> |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
10 </ftr:features> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
11 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
12 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
13 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
14 |