public abstract class EntityInvocationImpl<R> extends java.lang.Object implements EntityInvocation<R>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static EntityInterceptor[] |
NULL_ENTITY_INTERCEPTOR |
| コンストラクタと説明 |
|---|
EntityInvocationImpl(EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract R |
callEntityHandler(EntityHandler eh) |
java.lang.Object |
getAttribute(java.lang.String name)
一連のInterceptの間にsetAttribute()したオブジェクトを取得可能。
|
java.util.Iterator<java.lang.String> |
getAttributeNames()
一連のInterceptの間にsetAttribute()された属性名の取得。
|
EntityDefinition |
getEntityDefinition() |
EntityHandler |
getEntityHandler() |
R |
proceed()
後続処理呼び出し。
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
一連のInterceptの間、保持したいオブジェクトをセット可能。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic static EntityInterceptor[] NULL_ENTITY_INTERCEPTOR
public EntityInvocationImpl(EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
protected abstract R callEntityHandler(EntityHandler eh)
public R proceed()
EntityInvocationproceed インタフェース内 EntityInvocation<R>public EntityDefinition getEntityDefinition()
getEntityDefinition インタフェース内 EntityInvocation<R>public EntityHandler getEntityHandler()
public void setAttribute(java.lang.String name,
java.lang.Object value)
EntityInvocationsetAttribute インタフェース内 EntityInvocation<R>public java.lang.Object getAttribute(java.lang.String name)
EntityInvocationgetAttribute インタフェース内 EntityInvocation<R>public java.util.Iterator<java.lang.String> getAttributeNames()
EntityInvocationgetAttributeNames インタフェース内 EntityInvocation<R>