}
public void init(HandlerConfig config) {
Resource handlerResource = config.getResource();
model = handlerResource.getModel();
hashStore = new HashStore(new File(config.getHandlerContext()
.getResource("hashstore").getFile()));
log.info(getClass().getName() + " initialized");
// hashStore = HashStore.getDefaultStore();
/*
* hashStore = new HashStore(new File(filterConfig.getServletContext()