com.sun.faces.application.view
private static final class FaceletViewHandlingStrategy.MethodRetargetHandlerManager extends java.lang.Object
MethodRetargetHandler
implementations for the
current MethodExpression
enabled component attributes:
MethodExperssions
that don't match
on of the four names described above.Modifier and Type | Class and Description |
---|---|
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.AbstractRetargetHandler
Base MethodRetargetHandler implementation.
|
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ActionListenerRegargetHandler
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
actionListener attribute |
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ActionRegargetHandler
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
action attribute |
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ArbitraryMethodRegargetHandler
This handler is responsible for creating/retargeting MethodExpressions defined
using arbitrary attribute names.
|
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ValidatorRegargetHandler
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
validator attribute |
private static class |
FaceletViewHandlingStrategy.MethodRetargetHandlerManager.ValueChangeListenerRegargetHandler
This handler is responsible for creating/retargeting MethodExpressions defined
associated with the
valueChangeListener attribute |
Modifier and Type | Field and Description |
---|---|
private FaceletViewHandlingStrategy.MethodRetargetHandler |
arbitraryHandler |
private java.util.Map<java.lang.String,FaceletViewHandlingStrategy.MethodRetargetHandler> |
handlerMap |
Constructor and Description |
---|
FaceletViewHandlingStrategy.MethodRetargetHandlerManager() |
Modifier and Type | Method and Description |
---|---|
private FaceletViewHandlingStrategy.MethodRetargetHandler |
getDefaultHandler() |
private FaceletViewHandlingStrategy.MethodRetargetHandler |
getRetargetHandler(java.lang.String attrName)
Lookup/return a
MethodRetargetHandler appropriate to the
provided attribute name |
private java.util.Map<java.lang.String,FaceletViewHandlingStrategy.MethodRetargetHandler> handlerMap
private FaceletViewHandlingStrategy.MethodRetargetHandler arbitraryHandler
FaceletViewHandlingStrategy.MethodRetargetHandlerManager()
private FaceletViewHandlingStrategy.MethodRetargetHandler getRetargetHandler(java.lang.String attrName)
MethodRetargetHandler
appropriate to the
provided attribute nameattrName
- the attribute nameMethodRetargetHandler
that can properly handle
retargeting expressions for the specified attribute, or null
if there is no handler available.private FaceletViewHandlingStrategy.MethodRetargetHandler getDefaultHandler()
MethodRetargetHandler
that can retarget
arbitrarily named MethodExpressions.Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.