Package com.sun.faces.application
Class ViewMemberInstanceFactoryMetadataMap<K,V>
java.lang.Object
com.sun.faces.util.MetadataWrapperMap<String,Object>
com.sun.faces.application.ViewMemberInstanceFactoryMetadataMap<K,V>
- Type Parameters:
K-V-
public class ViewMemberInstanceFactoryMetadataMap<K,V> extends MetadataWrapperMap<String,Object>
Used to hold metadata for classes that are members of views. Does not support annotation scanning for these classes,
as they are not eligible for injection.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ViewMemberInstanceFactoryMetadataMap(Map<String,Object> toWrap) -
Method Summary
Methods inherited from class com.sun.faces.util.MetadataWrapperMap
clear, containsKey, containsValue, entrySet, get, getMetadata, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Method Details
-
onPut
- Specified by:
onPutin classMetadataWrapperMap<String,Object>
-