| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.resolver.uri.BaseURI com.ibm.portal.spa.data.SpaURI
public class SpaURI
URI that allows to address static resources inside a ZIP file that is associated to a static page
spa:/<OID>/somepath
Field Summary |
---|
Fields inherited from class com.ibm.portal.resolver.uri.BaseURI |
---|
LOG_LEVEL |
Fields inherited from interface com.ibm.portal.spa.data.Constants |
---|
KEY_LOCALE, SCHEME_SPA_URI, SCHEME_ZIP_URI |
Fields inherited from interface com.ibm.portal.resolver.uri.Constants |
---|
ESCAPE_CHAR, ESCAPE_STRG |
Constructor Summary | |
---|---|
com.ibm.portal.identification.Identification)">SpaURI(java.net.URI uri,
Identification idSvc)
Parses the URI and provides the parts of this URI as objects |
Method Summary | |
---|---|
java.lang.String | getFileName()
Filename of the file inside the ZIP that is addressed by this URI |
java.lang.String | getMarkup()
|
ObjectID | getObjectID()
Returns the object ID of the resource that implements the Identifiable interface. |
static java.net.URI | com.ibm.portal.identification.Identification)">newInstance(ObjectID pageID,
java.lang.String markup,
Identification idSvc)
Deprecated. use com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID, String, Identification, PocService) instead |
static java.net.URI | com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID pageID,
java.lang.String markup,
Identification idSvc,
PocService pocService)
Creates a URI that only addresses the static page, but not a resource inside this page |
static java.net.URI | com.ibm.portal.identification.Identification)">newInstance(ObjectID pageID,
java.lang.String markup,
java.lang.String fileName,
Identification idSvc)
Deprecated. use com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID, String, String, Identification, PocService) instead |
static java.net.URI | com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID pageID,
java.lang.String markup,
java.lang.String fileName,
Identification idSvc,
PocService pocService)
Constructs a new URI based on the pageID and the filename inside the ZIP file. |
static java.net.URI | newInstance(java.lang.String pageName,
java.lang.String markup)
Deprecated. use newInstance(String, String, PocService) instead |
static java.net.URI | newInstance(java.lang.String pageName,
java.lang.String markup,
PocService pocService)
Creates a URI that only addresses the static page, but not a resource inside this page |
static java.net.URI | newInstance(java.lang.String pageName,
java.lang.String markup,
java.lang.String fileName)
Deprecated. use newInstance(String, String, String, PocService) instead |
static java.net.URI | newInstance(java.lang.String pageName,
java.lang.String markup,
java.lang.String fileName,
PocService pocService)
Constructs a new URI based on the serialized form of the page and the filename inside the ZIP file. |
Methods inherited from class com.ibm.portal.resolver.uri.BaseURI |
---|
createURI, createURI, java.io.StringWriter)">decode, decode, decode, java.io.Writer, java.lang.String)">encode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaURI(java.net.URI uri, Identification idSvc) throws java.net.MalformedURLException, SerializationException
Method Detail |
---|
@Deprecated public static java.net.URI newInstance(ObjectID pageID, java.lang.String markup, Identification idSvc) throws SerializationException
public static java.net.URI newInstance(ObjectID pageID, java.lang.String markup, Identification idSvc, PocService pocService) throws SerializationException, java.net.URISyntaxException
@Deprecated public static java.net.URI newInstance(ObjectID pageID, java.lang.String markup, java.lang.String fileName, Identification idSvc) throws SerializationException
public static java.net.URI newInstance(ObjectID pageID, java.lang.String markup, java.lang.String fileName, Identification idSvc, PocService pocService) throws SerializationException, java.net.URISyntaxException
@Deprecated public static java.net.URI newInstance(java.lang.String pageName, java.lang.String markup)
public static java.net.URI newInstance(java.lang.String pageName, java.lang.String markup, PocService pocService) throws java.net.URISyntaxException
@Deprecated public static java.net.URI newInstance(java.lang.String pageName, java.lang.String markup, java.lang.String fileName)
public static java.net.URI newInstance(java.lang.String pageName, java.lang.String markup, java.lang.String fileName, PocService pocService) throws java.net.URISyntaxException
public java.lang.String getFileName()
public java.lang.String getMarkup()
public ObjectID getObjectID()
null
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |