|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.uri.UriFactory
A factory producing IUris from various inputs.
Uri ::= scheme ':' remainder
Copyright (c) SAP AG 2001-2005
| Constructor Summary | |
UriFactory()
|
|
| Method Summary | |
static IHierarchicalUri |
parseHierarchicalUri(String externalForm)
Parse an IHierarchicalUri from its string representation |
static IHierarchicalUri |
parseHierarchicalUri(String externalForm,
boolean strict)
Parse an IHierarchicalUri from its string representation |
static IUri |
parseUri(String externalForm)
Parse an IUri from its string representation |
static IUri |
parseUri(String externalForm,
boolean strict)
Parse an IUri from its string representation |
static IUriReference |
parseUriReference(String externalForm)
Parse an URI reference from its string representation |
static IUriReference |
parseUriReference(String externalForm,
boolean strict)
Parse an URI reference from its string representation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UriFactory()
| Method Detail |
public static IHierarchicalUri parseHierarchicalUri(String externalForm,
boolean strict)
throws MalformedURLException
IHierarchicalUri from its string representation
externalForm - string representation to parsestrict - strictly check URI syntactical constraints
MalformedURLException - when URI is malformed or not
hierarchical
public static IHierarchicalUri parseHierarchicalUri(String externalForm)
throws MalformedURLException
IHierarchicalUri from its string representation
externalForm - string representation to parse
MalformedURLException - when URI is malformed or not
hierarchical
public static IUri parseUri(String externalForm,
boolean strict)
throws MalformedURLException
IUri from its string representation
externalForm - string representation to parsestrict - strictly check URI syntactical constraints
MalformedURLException - when URI is malformed
public static IUri parseUri(String externalForm)
throws MalformedURLException
IUri from its string representation
externalForm - string representation to parse
MalformedURLException - when URI is malformed
public static IUriReference parseUriReference(String externalForm,
boolean strict)
throws MalformedURLException
externalForm - string representation to parsestrict - strictly check URI syntactical constraints
MalformedURLException - when URI reference is malformed
public static IUriReference parseUriReference(String externalForm)
throws MalformedURLException
externalForm - string representation to parse
MalformedURLException - when URI reference is malformed
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||