Package | Description |
---|---|
com.poscoict.glueframework.context |
context package.
|
com.poscoict.glueframework.util |
package-info.java
|
Modifier and Type | Class and Description |
---|---|
class |
GlueDefaultContext
모든 Layer에서 공통으로 Data 를 저장하고 조회 하는 Class이다.
|
class |
GlueWebContext
Servlet의 Data를 관리하기 위한 내부 저장소 Class 이다 .
|
Modifier and Type | Method and Description |
---|---|
GlueHashMap<String,Object> |
GlueDefaultContext.getDataAsMap(GlueContext.ContentType type) |
GlueHashMap<String,Object> |
GlueWebContext.getDataAsMap(GlueContext.ContentType type) |
GlueHashMap<String,Object> |
GlueContext.getDataAsMap(GlueContext.ContentType type) |
Modifier and Type | Method and Description |
---|---|
static <K,V> GlueHashMap<K,V> |
GlueHashMap.newGlueHashMap() |
Copyright © 2013–2021 POSCO ICT. All rights reserved.