* The proxy needs additinoal information from the store. We shouldn't create
* the proxy until the store has been fully configured
*/
if (rest != null) {
String restPath = getRequest().getContextPath() + "/rest/";
store.proxy(restPath + (rest.equals("true") ? clazz.getSimpleName().toLowerCase() : rest));
}
StoreDefinition storeDefinition = store.getStoreDefinition();