|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorPageType
A representation of the model object 'Error Page Type'. The error-pageType contains a mapping between an error code or exception type to the path of a resource in the web application. Error-page declarations using the exception-type element in the deployment descriptor must be unique up to the class name of the exception-type. Similarly, error-page declarations using the status-code element must be unique in the deployment descriptor up to the status code. Used in: web-app
The following features are supported:
Webapp30Package.getErrorPageType()
Method Summary | |
---|---|
ErrorCodeType |
getErrorCode()
Returns the value of the 'Error Code' containment reference. |
FullyQualifiedClassType |
getExceptionType()
Returns the value of the 'Exception Type' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
WarPathType |
getLocation()
Returns the value of the 'Location' containment reference. |
void |
setErrorCode(ErrorCodeType value)
Sets the value of the ' Error Code ' containment reference. |
void |
setExceptionType(FullyQualifiedClassType value)
Sets the value of the ' Exception Type ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setLocation(WarPathType value)
Sets the value of the ' Location ' containment reference. |
Method Detail |
---|
ErrorCodeType getErrorCode()
If the meaning of the 'Error Code' containment reference isn't clear, there really should be more of a description here...
setErrorCode(ErrorCodeType)
,
Webapp30Package.getErrorPageType_ErrorCode()
void setErrorCode(ErrorCodeType value)
Error Code
' containment reference.
value
- the new value of the 'Error Code' containment reference.getErrorCode()
FullyQualifiedClassType getExceptionType()
setExceptionType(FullyQualifiedClassType)
,
Webapp30Package.getErrorPageType_ExceptionType()
void setExceptionType(FullyQualifiedClassType value)
Exception Type
' containment reference.
value
- the new value of the 'Exception Type' containment reference.getExceptionType()
WarPathType getLocation()
setLocation(WarPathType)
,
Webapp30Package.getErrorPageType_Location()
void setLocation(WarPathType value)
Location
' containment reference.
value
- the new value of the 'Location' containment reference.getLocation()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp30Package.getErrorPageType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |