public String getGadget() { return gadget; }
public String getRepository() { return repository; }
}
private RenderingContext getRenderingContext(String param) {
RenderingContext context = RenderingContext.GADGET;
if ("1".equals(param)) {
context = RenderingContext.CONTAINER;
} else if ("2".equals(param)) {
context = RenderingContext.CONFIGURED_GADGET;
}