[ 
https://issues.apache.org/jira/browse/EXTCDI-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek reopened EXTCDI-60:
------------------------------------

      Assignee: Gerhard Petracek

> @Secured for secured view configs
> ---------------------------------
>
>                 Key: EXTCDI-60
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-60
>             Project: MyFaces CODI
>          Issue Type: New Feature
>          Components: JEE-JSF12-Module, JEE-JSF20-Module
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.9.0
>
>
> example - single page:
> @Page
> @Secured(LoginVoter.class)
> public final class Page1 implements ViewConfig
> {
> }
> example - multiple pages:
> @Secured(LoginVoter.class)
> @Page(basePath = "")
> public abstract class SecuredPages implements ViewConfig
> {
>     @Page(basePath = ".")
>     public final class Page1 extends SecuredPages
>     {
>     }
>     @Page(basePath = ".")
>     public final class Page2 extends SecuredPages
>     {
>     }
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to