|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.identity.IdentityFactory
public class IdentityFactory
Factory object that can issue DisplayInformation about other
objects. The factory uses information defined in the systems service.properties
file to determine the proper objects to return. service.properties
entries are defines for the context: default, service:
wt.identity.DisplayIdentification, serviceSelector: null.
The object supplied on the call the factories methods are the requester
for the service.
Supported API: true
Extendable: false
DisplayIdentification,
DisplayIdentity,
Serialized Form| Method Summary | |
|---|---|
static LocalizableMessage |
getDisplayIdentifier(Object object)
Supported API: true |
static LocalizableMessage[] |
getDisplayIdentifiers(WTCollection collection)
Supported API: true |
static DisplayIdentity[] |
getDisplayIdentities(WTCollection collection)
Supported API: true |
static DisplayIdentity |
getDisplayIdentity(Object object)
Supported API: true |
static LocalizableMessage |
getDisplayType(Object object)
Supported API: true |
static LocalizableMessage[] |
getDisplayTypes(WTCollection collection)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DisplayIdentity getDisplayIdentity(Object object)
object -
public static LocalizableMessage getDisplayType(Object object)
object -
public static LocalizableMessage getDisplayIdentifier(Object object)
object -
public static DisplayIdentity[] getDisplayIdentities(WTCollection collection)
throws WTException
collection -
WTException
public static LocalizableMessage[] getDisplayTypes(WTCollection collection)
throws WTException
collection -
WTException
public static LocalizableMessage[] getDisplayIdentifiers(WTCollection collection)
throws WTException
collection -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||