org.eclipse.jst.j2ee.webapplication
Interface ErrorCodeErrorPage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ErrorPage, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface ErrorCodeErrorPage
extends ErrorPage


Method Summary
 java.lang.String getErrorCode()
           
 void setErrorCode(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jst.j2ee.webapplication.ErrorPage
getLocation, getWebApp, isErrorCode, isExceptionType, setLocation, setWebApp
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getErrorCode

java.lang.String getErrorCode()
Returns:
The value of the ErrorCode attribute The error-code contains an HTTP error code, ex: 404

setErrorCode

void setErrorCode(java.lang.String value)
Parameters:
value - The new value of the ErrorCode attribute