Package org.apache.stanbol.commons.web.base

Examples of org.apache.stanbol.commons.web.base.ScriptResource


  }

  @Override
  public List<ScriptResource> getScriptResources() {
    List<ScriptResource> resources = new ArrayList<ScriptResource>();
    resources.add(new ScriptResource("text/javascript",
        "scripts/prettify/prettify.js", this, 0));
    resources.add(new ScriptResource("text/javascript", "scripts/jit.js",
        this, 1));
    resources.add(new ScriptResource("text/javascript",
        "scripts/jquery-1.5.1.min.js", this, 2));
    resources.add(new ScriptResource("text/javascript",
        "scripts/jquery-ui-1.8.11.custom.min.js", this, 3));
    return resources;
  }
View Full Code Here


    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "openlayers-2.9/OpenLayers.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "scripts/prettify/prettify.js", this, 20));
        return resources;
    }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "scripts/actions.js", this, 10));
        return resources;
    }
View Full Code Here

  }

  @Override
  public List<ScriptResource> getScriptResources() {
    List<ScriptResource> resources = new ArrayList<ScriptResource>();
    resources.add(new ScriptResource("text/javascript",
        "scripts/prettify/prettify.js", this, 0));
    resources.add(new ScriptResource("text/javascript", "scripts/jit.js",
        this, 1));
    resources.add(new ScriptResource("text/javascript",
        "scripts/jquery-1.5.1.min.js", this, 2));
    resources.add(new ScriptResource("text/javascript",
        "scripts/jquery-ui-1.8.11.custom.min.js", this, 3));
    return resources;
  }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "scripts/jquery-1.4.2.js", this, 0));
        return resources;
    }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "lib/jquery/jquery-1.8.2.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/jqueryui/jquery-ui.1.10.2.min.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/underscore/underscore-min.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/backboneJS/backbone.js", this, 10));

        resources.add(new ScriptResource("text/javascript", "lib/jquery.rdfquery.debug.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/vie/vie.js", this, 10));

        resources.add(new ScriptResource("text/javascript", "lib/hallo/hallo.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/hallo/format.js", this, 10));

        resources.add(new ScriptResource("text/javascript", "lib/vie.entitypreview.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "lib/annotate.js", this, 10));

        return resources;
    }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "actions/actions.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "actions/tutorial.js", this, 10));
        return resources;
    }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "openlayers-2.9/OpenLayers.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "scripts/prettify/prettify.js", this, 20));
        return resources;
    }
View Full Code Here

  }

  @Override
  public List<ScriptResource> getScriptResources() {
    List<ScriptResource> resources = new ArrayList<ScriptResource>();
    resources.add(new ScriptResource("text/javascript", "actions/actions.js", this, 10));
    resources.add(new ScriptResource("text/javascript", "actions/tutorial.js", this, 10));
        return resources;
  }
View Full Code Here

    }

    @Override
    public List<ScriptResource> getScriptResources() {
        List<ScriptResource> resources = new ArrayList<ScriptResource>();
        resources.add(new ScriptResource("text/javascript", "openlayers-2.9/OpenLayers.js", this, 10));
        resources.add(new ScriptResource("text/javascript", "scripts/prettify/prettify.js", this, 20));
        return resources;
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.commons.web.base.ScriptResource

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.