These bits in RestServlet are private:
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$
Why? I'd like to get this public so I can use them for various tooling muck
(specifically for my enunciate-wink module).
--jason