org.openrdf.sesame.server.http
Class RdfExplorerUtil

java.lang.Object
  extended byorg.openrdf.sesame.server.http.RdfExplorerUtil

public class RdfExplorerUtil
extends Object


Constructor Summary
RdfExplorerUtil()
           
 
Method Summary
static String getDisplayString(Value value)
           
static String getLabelForResource(Resource resource, RdfSource rdfSource)
           
static String getQueryString(String repository, Value value, boolean useLabels)
           
static String javaScriptEscape(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfExplorerUtil

public RdfExplorerUtil()
Method Detail

getDisplayString

public static String getDisplayString(Value value)

getLabelForResource

public static String getLabelForResource(Resource resource,
                                         RdfSource rdfSource)

getQueryString

public static String getQueryString(String repository,
                                    Value value,
                                    boolean useLabels)

javaScriptEscape

public static String javaScriptEscape(String text)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.