Package com.adito.policyframework

Examples of com.adito.policyframework.ResourceItemModel


    protected String selectedView;

    static Log log = LogFactory.getLog(AbstractResourcesForm.class);

    public AbstractResourcesForm(String id) {
        super(new ResourceItemModel(id));
    }
View Full Code Here


    /**
     * Constructor
     */
    public ApplicationShortcutsForm() {
        super(new ResourceItemModel("applicationShortcuts"));
    }
View Full Code Here

TOP

Related Classes of com.adito.policyframework.ResourceItemModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.