|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.opener.types.ClassTypeManager
public class ClassTypeManager
TODO: Document
| Field Summary | |
|---|---|
protected IClassTypeDesc[] |
m_aIClassTypes
An array of all loaded IClassType objects. |
protected XPHashtable |
m_mapClassTypes
A map of loaded ClassTypeDescriptors. |
| Constructor Summary | |
|---|---|
ClassTypeManager(CachingManager cmCachingManager)
|
|
| Method Summary | |
|---|---|
protected IClassTypeDesc |
GetClassTypeDescItem(java.lang.String _strClassKey)
Returns IClassTypeDesc for the particular ClassKey. |
int |
GetDefaultOpenerMode(java.lang.String _strClassKey)
Returns the default opener mode for this class type. |
Redirect |
GetOpenerRedirect(java.lang.String _strClassKey,
int _nOpenerMode,
XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
Returns the Opener redirect for this class type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XPHashtable m_mapClassTypes
protected IClassTypeDesc[] m_aIClassTypes
| Constructor Detail |
|---|
public ClassTypeManager(CachingManager cmCachingManager)
cmCachingManager - | Method Detail |
|---|
public int GetDefaultOpenerMode(java.lang.String _strClassKey)
IClassTypeManager
GetDefaultOpenerMode in interface IClassTypeManagercom.plumtree.uiinfrastructure.opener.types.IOpenerTypeManager#GetDefaultOpenerMode(java.lang.String)
public Redirect GetOpenerRedirect(java.lang.String _strClassKey,
int _nOpenerMode,
XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeManager
GetOpenerRedirect in interface IClassTypeManagercom.plumtree.uiinfrastructure.opener.types.IOpenerTypeManager#GetOpenerRedirect(java.lang.String, int, com.plumtree.openfoundation.util.XPHashtable, com.plumtree.uiinfrastructure.activityspace.AActivitySpace, java.lang.Object)protected IClassTypeDesc GetClassTypeDescItem(java.lang.String _strClassKey)
_strClassKey - For PTClassTypes, this is the ClassID, for
UIClassTypes, this is the ClassName.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||