oracle.jdeveloper.webapp.net
Class DynamicResStringImageURLFileSystemHelper
java.lang.Object
  
oracle.ide.net.URLFileSystemHelper
      
oracle.ide.net.IdeURLFileSystemHelper
          
oracle.jdeveloper.webapp.net.DynamicStringImageURLFileSystemHelper
              
oracle.jdeveloper.webapp.net.DynamicResStringImageURLFileSystemHelper
public class DynamicResStringImageURLFileSystemHelper
- extends DynamicStringImageURLFileSystemHelper
 
Format is ide.res.dynamic.image:///?key=[¶ms].
 
 
 
| 
Method Summary | 
 boolean | 
exists(java.net.URL url)
 
          Returns true if the specified URL points to a
  resource that currently exists; returns false
  otherwise. | 
protected  java.lang.String | 
getImageText(java.net.URL url)
 
            | 
 
| Methods inherited from class oracle.jdeveloper.webapp.net.DynamicStringImageURLFileSystemHelper | 
canCreate, canDelete, canonicalize, canRead, canWrite, convertSuffix, createReader, delete, ensureSuffix, equals, getBaseParent, getDefaultIcon, getFileName, getImage, getLength, getName, getParam, getParent, getPath, getPathNoExt, getPlatformPathName, getRealURL, getSuffix, hashCode, hasSuffix, isBaseURLFor, isDirectory, isDirectoryPath, isHidden, isReadOnly, isRegularFile, isValid, lastModified, list, list, mkdir, mkdirs, openInputStream, openOutputStream, rename, setLastModified, setReadOnly, toDisplayString, toRelativeSpec, toRelativeSpec | 
 
 
| Methods inherited from class oracle.ide.net.URLFileSystemHelper | 
addURLFileSystemListener, appendRelativePath, areEqual, areEqualPathElems, code, createTempFile, getSystemDisplayName, getSystemIcon, getTempDirectory, haveSameAuthority, haveSameHost, haveSamePath, haveSamePort, haveSameProtocol, haveSameQuery, haveSameRef, haveSameUserInfo, list, listRoots, ls, ls, lsCached, lsCached, removeURLFileSystemListener, toEncodedString, toEncodedString, verifyList | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
 - Constant Field Values
 
RESOURCE_KEY_PROPERTY
public static final java.lang.String RESOURCE_KEY_PROPERTY
- See Also:
 - Constant Field Values
 
DynamicResStringImageURLFileSystemHelper
public DynamicResStringImageURLFileSystemHelper()
exists
public boolean exists(java.net.URL url)
- Description copied from class: 
URLFileSystemHelper 
- Returns 
true if the specified URL points to a
  resource that currently exists; returns false
  otherwise.
  The default implementation simply returns false
  without doing anything.
- Overrides:
 exists in class DynamicStringImageURLFileSystemHelper
 
 
 
getImageText
protected java.lang.String getImageText(java.net.URL url)
                                 throws java.io.IOException
- Overrides:
 getImageText in class DynamicStringImageURLFileSystemHelper
 
- Throws:
 java.io.IOException
 
Copyright © 1997, 2009, Oracle. All rights reserved.