| |||||||||
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.ZipDataURI
public class ZipDataURI
URI to a file inside a ZIP
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 | |
---|---|
ZipDataURI(java.net.URI uri)
Parses the URI and decodes the filename |
Method Summary | |
---|---|
java.lang.String | getFileName()
|
static java.net.URI | newInstance(java.lang.String zipFileName)
Creates a new URI that points to a zip file associated with a specific page. |
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 ZipDataURI(java.net.URI uri)
Method Detail |
---|
public static java.net.URI newInstance(java.lang.String zipFileName)
public java.lang.String getFileName()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |