|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.context.map.internal.ContextMapFactory
com.liferay.faces.bridge.context.map.internal.ContextMapFactoryImpl
public class ContextMapFactoryImpl
| Constructor Summary | |
|---|---|
ContextMapFactoryImpl()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
getApplicationScopeMap(BridgeContext bridgeContext)
Returns a Map of application-scoped attributes stored in the underlying PortletContext. |
protected FacesRequestParameterMap |
getFacesRequestParameterMap(BridgeContext bridgeContext)
|
Map<String,String> |
getFacesViewParameterMap(BridgeContext bridgeContext)
Returns a Map of URL parameters that are found in the query-string of the current Faces view. |
Map<String,String> |
getInitParameterMap(javax.portlet.PortletContext portletContext)
Returns a Map of init-param values associated with the portlet context. |
Map<String,Object> |
getRequestCookieMap(BridgeContext bridgeContext)
Returns a Map of cookies associated with the request. |
Map<String,String> |
getRequestHeaderMap(BridgeContext bridgeContext)
Returns a Map of request headers with a single (the first) value for each key. |
Map<String,String[]> |
getRequestHeaderValuesMap(BridgeContext bridgeContext)
Returns a Map of request headers with multiple values for each key. |
Map<String,String> |
getRequestParameterMap(BridgeContext bridgeContext)
Returns a Map of request parameters with a single (the first) value for each key. |
Map<String,String[]> |
getRequestParameterValuesMap(BridgeContext bridgeContext)
Returns a Map of request parameters with multiple values for each key. |
Map<String,Object> |
getRequestScopeMap(BridgeContext bridgeContext)
Returns a Map of request-scoped attributes stored in the underlying PortletRequest. |
Map<String,Object> |
getServletContextAttributeMap(javax.servlet.ServletContext servletContext)
Returns a Map of attributes stored in the underlying ServletContext. |
Map<String,Object> |
getSessionScopeMap(BridgeContext bridgeContext,
int scope)
Returns a Map of session-scoped attributes stored in the underlying PortletSession. |
Map<String,List<UploadedFile>> |
getUploadedFileMap(BridgeContext bridgeContext)
Returns a Map of uploaded files. |
ContextMapFactoryImpl |
getWrapped()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextMapFactoryImpl()
| Method Detail |
|---|
public Map<String,Object> getApplicationScopeMap(BridgeContext bridgeContext)
ContextMapFactoryMap of application-scoped attributes stored in the underlying PortletContext.
getApplicationScopeMap in class ContextMapFactoryprotected FacesRequestParameterMap getFacesRequestParameterMap(BridgeContext bridgeContext)
public Map<String,String> getFacesViewParameterMap(BridgeContext bridgeContext)
ContextMapFactoryMap of URL parameters that are found in the query-string of the current Faces view.
getFacesViewParameterMap in class ContextMapFactorypublic Map<String,String> getInitParameterMap(javax.portlet.PortletContext portletContext)
ContextMapFactoryMap of init-param values associated with the portlet context.
getInitParameterMap in class ContextMapFactorypublic Map<String,Object> getRequestCookieMap(BridgeContext bridgeContext)
ContextMapFactoryMap of cookies associated with the request.
getRequestCookieMap in class ContextMapFactorypublic Map<String,String> getRequestHeaderMap(BridgeContext bridgeContext)
ContextMapFactoryMap of request headers with a single (the first) value for each key.
getRequestHeaderMap in class ContextMapFactorypublic Map<String,String[]> getRequestHeaderValuesMap(BridgeContext bridgeContext)
ContextMapFactoryMap of request headers with multiple values for each key.
getRequestHeaderValuesMap in class ContextMapFactorypublic Map<String,String> getRequestParameterMap(BridgeContext bridgeContext)
ContextMapFactoryMap of request parameters with a single (the first) value for each key.
getRequestParameterMap in class ContextMapFactorypublic Map<String,String[]> getRequestParameterValuesMap(BridgeContext bridgeContext)
ContextMapFactoryMap of request parameters with multiple values for each key.
getRequestParameterValuesMap in class ContextMapFactorypublic Map<String,Object> getRequestScopeMap(BridgeContext bridgeContext)
ContextMapFactoryMap of request-scoped attributes stored in the underlying PortletRequest.
getRequestScopeMap in class ContextMapFactorypublic Map<String,Object> getServletContextAttributeMap(javax.servlet.ServletContext servletContext)
ContextMapFactoryMap of attributes stored in the underlying ServletContext.
getServletContextAttributeMap in class ContextMapFactory
public Map<String,Object> getSessionScopeMap(BridgeContext bridgeContext,
int scope)
ContextMapFactoryMap of session-scoped attributes stored in the underlying PortletSession.
getSessionScopeMap in class ContextMapFactorypublic Map<String,List<UploadedFile>> getUploadedFileMap(BridgeContext bridgeContext)
ContextMapFactoryMap of uploaded files.
getUploadedFileMap in class ContextMapFactorypublic ContextMapFactoryImpl getWrapped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||