semtags
Tag init


To create and initialize the engine. You can add attributes to declare namespaces used in your SPARQL queries in the form prefix="namespace" e.g. dc="http://purl.org/dc/elements/1.1/" This tag must be called before any other calls to the SPARQL engine is made. If no engine variable is specified, the default variable "defaultEngineWrapper" is used. NB: to delete an engine, use the remove tag of the JSTL.


Tag Information
Tag Classfr.inria.semtags.admin.InitTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
ontoDirtruetruejava.lang.StringThe relative (to the webapp directory) path name of the ontologies directory e.g. ontoDir="WEB-INF/data/schemas"
annotDirtruetruejava.lang.StringThe relative (to the webapp directory) path name of the annotations directory e.g. annotDir="WEB-INF/data/annotations"
ruleDirtruetruejava.lang.StringThe relative (to the webapp directory) path name of the rules directory e.g. ruleDir="WEB-INF/data/rules"
projectionMaxfalsetrueintMaximum number of projection computed to answer a query ; default is 10000.
resultMaxfalsetrueintMaximum number of results returned after possibly grouping projections ; default is 100.
resultJoinfalsetruebooleanGroups projections that share the same first concept into one result ; default is false.
varfalsetruejava.lang.StringThe variable name where to store the engine instance ; default is "defaultEngineWrapper"
scopefalsetruejava.lang.StringThe scope where to store the engine instance. One of 'page', 'request', 'session' or 'application' ; default is 'application'.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.