Uses of Class
com.poscoict.glueframework.util.GlueHashMap

Packages that use GlueHashMap
com.poscoict.glueframework.context context package. 
com.poscoict.glueframework.util package-info.java 
 

Uses of GlueHashMap in com.poscoict.glueframework.context
 

Subclasses of GlueHashMap in com.poscoict.glueframework.context
 class GlueDefaultContext
          모든 Layer에서 공통으로 Data 를 저장하고 조회 하는 Class이다.
 class GluePortletContext
          GlueContext for Portlet.
 class GlueWebContext
          Servlet의 Data를 관리하기 위한 내부 저장소 Class 이다 .
 

Methods in com.poscoict.glueframework.context that return GlueHashMap
 GlueHashMap<String,Object> GlueWebContext.getDataAsMap(GlueContext.ContentType type)
           
 GlueHashMap<String,Object> GluePortletContext.getDataAsMap(GlueContext.ContentType type)
           
 GlueHashMap<String,Object> GlueDefaultContext.getDataAsMap(GlueContext.ContentType type)
           
 GlueHashMap<String,Object> GlueContext.getDataAsMap(GlueContext.ContentType type)
           
 

Uses of GlueHashMap in com.poscoict.glueframework.util
 

Methods in com.poscoict.glueframework.util that return GlueHashMap
static
<K,V> GlueHashMap<K,V>
GlueHashMap.newGlueHashMap()
           
 



Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.