org.eclipse.jst.j2ee.webapplication
Interface ErrorCodeErrorPage

All Superinterfaces:
ErrorPage, J2EEEObject

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
 

Method Detail

getErrorCode

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

setErrorCode

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