RestServlet constants should be publicily consumable
----------------------------------------------------

                 Key: WINK-266
                 URL: https://issues.apache.org/jira/browse/WINK-266
             Project: Wink
          Issue Type: Improvement
          Components: Server
            Reporter: Jason Dillon
         Attachments: 0002-Make-RestServlet-constants-public.patch

These should be public:

{code}
   private static final String APPLICATION_INIT_PARAM  = 
"javax.ws.rs.Application"; //$NON-NLS-1$
   private static final String PROPERTIES_DEFAULT_FILE = 
"META-INF/wink-default.properties"; //$NON-NLS-1$
   private static final String PROPERTIES_INIT_PARAM   = "propertiesLocation"; 
//$NON-NLS-1$
   private static final String APP_LOCATION_PARAM      = 
"applicationConfigLocation"; //$NON-NLS-1$
   private static final String DEPLYMENT_CONF_PARAM    = 
"deploymentConfiguration"; //$NON-NLS-1$
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to