| Package | Description |
|---|---|
| com.poscoict.glueframework.context |
context package.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GlueContext.PortletContentType
GluePortletContextÀÇ ContentType Á¤ÀÇ
|
static class |
GlueContext.WebContentType
GlueWebContextÀÇ ContentType Á¤ÀÇ
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GlueWebContext.get(String key,
GlueContext.ContentType type) |
Object |
GluePortletContext.get(String key,
GlueContext.ContentType type) |
Object |
GlueDefaultContext.get(String key,
GlueContext.ContentType type) |
Object |
GlueContext.get(String key,
GlueContext.ContentType type)
RootMapÀÌ ¾Æ´Ñ ContentType¿¡ ÇØ´ç ÇÏ´Â Map¿¡¼ ÇØ´ç keyÀÇ °ªÀ» ¾ò´Â´Ù.
|
<T> T |
GlueWebContext.getAndTryToCast(String key,
Class<T> valueClass,
GlueContext.ContentType type) |
<T> T |
GluePortletContext.getAndTryToCast(String key,
Class<T> valueClass,
GlueContext.ContentType type) |
<T> T |
GlueDefaultContext.getAndTryToCast(String key,
Class<T> valueClass,
GlueContext.ContentType type) |
<T> T |
GlueContext.getAndTryToCast(String key,
Class<T> valueClass,
GlueContext.ContentType type) |
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) |
Object |
GlueWebContext.put(String key,
Object value,
GlueContext.ContentType type) |
Object |
GluePortletContext.put(String key,
Object value,
GlueContext.ContentType type) |
Object |
GlueDefaultContext.put(String key,
Object value,
GlueContext.ContentType type) |
Object |
GlueContext.put(String key,
Object value,
GlueContext.ContentType type)
È®Àå´ë»ó..
|
void |
GlueWebContext.putAll(Map<? extends String,? extends Object> map,
GlueContext.ContentType type) |
void |
GluePortletContext.putAll(Map<? extends String,? extends Object> map,
GlueContext.ContentType type) |
void |
GlueDefaultContext.putAll(Map<? extends String,? extends Object> map,
GlueContext.ContentType type) |
void |
GlueContext.putAll(Map<? extends String,? extends Object> map,
GlueContext.ContentType type)
È®Àå´ë»ó..
|
Copyright © 2013–2020 POSCO ICT. All rights reserved.