jrun.j2ee.metadata
Class IconMetaData
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.j2ee.metadata.IconMetaData
- public class IconMetaData
- extends XMLMetaData
The icon element contains a small-icon and a large-icon element
which specify the location within the EJB jar or web application
for a small and large image used to represent the EJB jar or web
application in a GUI tool. At a minimum, tools must accept GIF and
JPEG format images.
The icon element can be used within the ejb-jar, web-app, filter,
and servlet elements.
- Author:
- Karl Moss
- See Also:
EJBJarMetaData,
WebAppMetaData,
FilterMetaData,
ServletMetaData
| 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 |
| 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 |
IconMetaData
public IconMetaData()
getSmallIcon
public java.lang.String getSmallIcon()
setSmallIcon
public void setSmallIcon(java.lang.String smallIcon)
getLargeIcon
public java.lang.String getLargeIcon()
setLargeIcon
public void setLargeIcon(java.lang.String largeIcon)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.