com.liferay.faces.util.jsp.internal
Class ApplicationScope
java.lang.Object
com.liferay.faces.util.map.AbstractPropertyMap<Object>
com.liferay.faces.util.jsp.internal.ApplicationScope
- All Implemented Interfaces:
- Map<String,Object>
public class ApplicationScope
- extends AbstractPropertyMap<Object>
- Author:
- Neil Griffin
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Constructor Summary |
ApplicationScope(javax.servlet.ServletContext servletContext)
|
| Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMap |
clear, containsKey, containsValue, entrySet, get, 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 |
ApplicationScope
public ApplicationScope(javax.servlet.ServletContext servletContext)
createPropertyMapEntry
protected AbstractPropertyMapEntry<Object> createPropertyMapEntry(String name)
- Specified by:
createPropertyMapEntry in class AbstractPropertyMap<Object>
removeProperty
protected void removeProperty(String name)
- Specified by:
removeProperty in class AbstractPropertyMap<Object>
getProperty
protected Object getProperty(String name)
- Specified by:
getProperty in class AbstractPropertyMap<Object>
setProperty
protected void setProperty(String name,
Object value)
- Specified by:
setProperty in class AbstractPropertyMap<Object>
getPropertyNames
protected Enumeration<String> getPropertyNames()
- Specified by:
getPropertyNames in class AbstractPropertyMap<Object>
Copyright © 2015 Liferay, Inc.. All rights reserved.