Class DefaultContextAwareELException
java.lang.Object
org.apache.myfaces.view.facelets.el.DefaultContextAwareELException
- All Implemented Interfaces:
FacesWrapper<Throwable>
,Serializable
,ContextAware
,ContextAwareExceptionWrapper
,LocationAware
public class DefaultContextAwareELException
extends Object
implements ContextAwareExceptionWrapper, Serializable
Default implementation of
ContextAwareExceptionWrapper
, used for delegation- Author:
- martinkoci
- See Also:
-
Constructor Details
-
DefaultContextAwareELException
-
-
Method Details
-
getLocation
- Specified by:
getLocation
in interfaceLocationAware
- Returns:
- the
Location
instance where this object exists/is related to
-
getExpressionString
- Specified by:
getExpressionString
in interfaceContextAware
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
-
getQName
- Specified by:
getQName
in interfaceContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
-
getWrapped
- Specified by:
getWrapped
in interfaceFacesWrapper<Throwable>
-