org.openjena.atlas.web
Class WebLib

java.lang.Object
  extended by org.openjena.atlas.web.WebLib

public class WebLib
extends Object


Constructor Summary
WebLib()
           
 
Method Summary
static String[] split(String s, String splitStr)
          Split a string, removing whitespace around the split string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLib

public WebLib()
Method Detail

split

public static String[] split(String s,
                             String splitStr)
Split a string, removing whitespace around the split string. e.g. Use in splittign HTTP accept/content-type headers.



Licenced under the Apache License, Version 2.0