use of org.collectionspace.chain.csp.webui.main.Request in project application by collectionspace.
the class UserRolesRead method run.
public void run(Object in, String[] tail) throws UIException {
Request q = (Request) in;
store_get(q.getStorage(), q.getUIRequest(), StringUtils.join(tail, "/"));
}
Aggregations