SpEL « Security « Spring Q&A





1. instanceof in SpEL    stackoverflow.com

i have a class with the method: Code:

List<Entity> getData() {...}
and some classes which extends Entity: Project, Phase, Invoice, Payment. and i would like to do something like this:
@PostFilter("filterObject instanseof Project ? filterObject.manager == ...

2. Field access with spel / el in jstlview in spring 3.0    forum.springsource.org

Field access with spel / el in jstlview in spring 3.0 I am trying make a datastructure with just pubilc fields. (No getters / setters) I figured out how to make ...

3. Using spring security built in expressions within a spEL list selection    forum.springsource.org

Using spring security built in expressions within a spEL list selection I'm using annotations to add method security to my application which is well in the simpler cases. In another case ...