64656667686970
protected String selectedView; static Log log = LogFactory.getLog(AbstractResourcesForm.class); public AbstractResourcesForm(String id) { super(new ResourceItemModel(id)); }
51525354555657
/** * Constructor */ public ApplicationShortcutsForm() { super(new ResourceItemModel("applicationShortcuts")); }