jrun.servlet.metadata.jrunweb
Class VirtualMappingMetaData
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.servlet.metadata.jrunweb.VirtualMappingMetaData
- public class VirtualMappingMetaData
- extends XMLMetaData
A virtual-mapping element defines a mapping between a resource path
and a system path.
| Inner classes inherited from class jrunx.xml.XMLMetaData |
XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.MetaDataExportIOException, XMLMetaData.NoLocationException, XMLMetaData.NoStringConstructorException, XMLMetaData.UnsupportedArrayTypeException |
|
Method Summary |
java.lang.String |
getResourcePath()
|
java.lang.String |
getSystemPath()
|
void |
setResourcePath(java.lang.String path)
|
void |
setSystemPath(java.lang.String path)
|
static java.util.Map |
toMap(java.util.Collection mappingData)
Converts the Set of VirtualMappingMetaData objects into a sorted Map
which has the resourcePath as the key and the systemPath as the element |
| Methods inherited from class jrunx.xml.XMLMetaData |
addAcronym, addAcronyms, addPackagePrefix, addPackagePrefixes, exportDocument, getAttribute, getMetaDataSource, getParent, getPersistenceContext, getText, importXML, importXML, remove, removeAttribute, setAttribute, setMetaDataSource, setMetaDataSource, setParent, setParent, setPersistenceContext, setPublicID, setSystemID, setText, sync, sync, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VirtualMappingMetaData
public VirtualMappingMetaData()
toMap
public static java.util.Map toMap(java.util.Collection mappingData)
- Converts the Set of VirtualMappingMetaData objects into a sorted Map
which has the resourcePath as the key and the systemPath as the element
getResourcePath
public java.lang.String getResourcePath()
setResourcePath
public void setResourcePath(java.lang.String path)
getSystemPath
public java.lang.String getSystemPath()
setSystemPath
public void setSystemPath(java.lang.String path)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.