|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
com.poscoict.glueframework.util.GlueHashMap<String,Object>
com.poscoict.glueframework.context.GlueDefaultContext
public class GlueDefaultContext
모든 Layer에서 공통으로 Data 를 저장하고 조회 하는 Class이다.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface com.poscoict.glueframework.context.GlueContext |
---|
GlueContext.ContentType, GlueContext.EventType, GlueContext.PortletContentType, GlueContext.WebContentType |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
GlueDefaultContext()
생성자(constructor). |
|
GlueDefaultContext(GlueContext.EventType eventSourceType)
생성자(constructor). |
Methods inherited from class com.poscoict.glueframework.util.GlueHashMap |
---|
getAndTryToCast, newGlueHashMap |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.poscoict.glueframework.context.GlueContext |
---|
get, getAndTryToCast, put, putAll, remove |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size, values |
Constructor Detail |
---|
public GlueDefaultContext()
public GlueDefaultContext(GlueContext.EventType eventSourceType)
eventSourceType
- Method Detail |
---|
public GlueContext.EventType getEventSourceType()
getEventSourceType
in interface GlueContext
public Object put(String key, Object value, GlueContext.ContentType type)
GlueContext
put
in interface GlueContext
public GlueHashMap<String,Object> getDataAsMap(GlueContext.ContentType type)
getDataAsMap
in interface GlueContext
public Object get(String key, GlueContext.ContentType type)
GlueContext
get
in interface GlueContext
public <T> T getAndTryToCast(String key, Class<T> valueClass, GlueContext.ContentType type)
getAndTryToCast
in interface GlueContext
public void putAll(Map<? extends String,? extends Object> map, GlueContext.ContentType type)
GlueContext
putAll
in interface GlueContext
public GlueAuditAttributes getAuditAttributes()
GlueAuditAttributeHolder
getAuditAttributes
in interface GlueAuditAttributeHolder
public void setAuditAttributes(GlueAuditAttributes auditAttribute)
GlueAuditAttributeHolder
setAuditAttributes
in interface GlueAuditAttributeHolder
auditAttribute
- Audit 항목public GlueMessage getMessage()
GlueContext
getMessage
in interface GlueContext
public void setMessage(GlueMessage message)
GlueContext
setMessage
in interface GlueContext
message
- NonUI의 TC 처리 Datapublic List<GlueMessage> getMessages()
GlueContext
getMessages
in interface GlueContext
public void setMessages(List<GlueMessage> messages)
GlueContext
setMessages
in interface GlueContext
messages
- NonUI의 File TC 처리 Datapublic Throwable getException()
GlueContext
getException
in interface GlueContext
public void setException(Throwable ex)
GlueContext
setException
in interface GlueContext
ex
- - BizController에서 Settingpublic void setMultiPartRequest(GlueMultipartRequest multipartRequest)
setMultiPartRequest
in interface GlueContext
public GlueMultipartRequest getMultiPartRequest()
getMultiPartRequest
in interface GlueContext
public String toString()
toString
in class AbstractMap<String,Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |