jrun.servlet.metadata
Class ErrorPageMetaData
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.servlet.metadata.ErrorPageMetaData
- public class ErrorPageMetaData
- extends XMLMetaData
The error-page element contains a mapping between an error code
or exception type to the path of a resource in the web application
The error-page element is used in the web-app element
- Author:
- Paul Reilly
- See Also:
WebAppMetaData
| 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 |
ErrorPageMetaData
public ErrorPageMetaData()
getErrorCode
public java.lang.String getErrorCode()
setErrorCode
public void setErrorCode(java.lang.String errorCode)
getExceptionType
public java.lang.String getExceptionType()
setExceptionType
public void setExceptionType(java.lang.String exceptionType)
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String location)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.