You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Anne-Hélène TURPIN (JIRA)" <ji...@apache.org> on 2012/06/15 16:02:42 UTC

[jira] [Created] (RAVE-679) Access Modifiers in AdminControllerUtil

Anne-Hélène TURPIN created RAVE-679:
---------------------------------------

             Summary: Access Modifiers in AdminControllerUtil
                 Key: RAVE-679
                 URL: https://issues.apache.org/jira/browse/RAVE-679
             Project: Rave
          Issue Type: Improvement
          Components: rave-web
            Reporter: Anne-Hélène TURPIN
            Priority: Minor


Some methods don't have any access modifier in the AdminControllerUtil class. So this methods are only available for the classes of the same package.

I would like use them in my own packages. Can you put them in public ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (RAVE-679) Access Modifiers in AdminControllerUtil

Posted by "Jasha Joachimsthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393693#comment-13393693 ] 

Jasha Joachimsthal commented on RAVE-679:
-----------------------------------------

addNavigationMenusToModel is meant to be a temporary workaround until we have a more modular setup of the pages. Making it public would mean we need to keep supporting it. 
The other methods can be made public IMO.
                
> Access Modifiers in AdminControllerUtil
> ---------------------------------------
>
>                 Key: RAVE-679
>                 URL: https://issues.apache.org/jira/browse/RAVE-679
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-web
>            Reporter: Anne-Hélène TURPIN
>            Priority: Minor
>
> Some methods don't have any access modifier in the AdminControllerUtil class. So this methods are only available for the classes of the same package.
> I would like use them in my own packages. Can you put them in public ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira