Package com.sun.faces.application
Class ApplicationInstanceFactoryMetadataMap<K,V>
java.lang.Object
com.sun.faces.util.MetadataWrapperMap<String,Object>
com.sun.faces.application.ApplicationInstanceFactoryMetadataMap<K,V>
public class ApplicationInstanceFactoryMetadataMap<K,V> extends MetadataWrapperMap<String,Object>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplicationInstanceFactoryMetadataMap.METADATA
-
Constructor Summary
Constructors Constructor Description ApplicationInstanceFactoryMetadataMap(Map<String,Object> toWrap)
-
Method Summary
Modifier and Type Method Description boolean
hasAnnotations(String key)
protected Object
onPut(String key, Object value)
void
scanForAnnotations(String key, Class<?> value)
Methods inherited from class com.sun.faces.util.MetadataWrapperMap
clear, containsKey, containsValue, entrySet, get, getMetadata, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Method Details
-
hasAnnotations
-
scanForAnnotations
-
onPut
- Specified by:
onPut
in classMetadataWrapperMap<String,Object>
-