|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.templateutil.components.HTMLComponentFactory
public class HTMLComponentFactory
The HTMLComponentFactory uses information about the current context and
the current object, plus information retrieved from the system configuration
files to determine and return the correct HTMLComponents to use to display
information to the user.
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
HTMLComponentFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
HTMLComponent |
getComponent(Object context,
String serviceSelector,
Object requestorClass)
Deprecated. |
HTMLComponent |
getComponent(String serviceSelector,
Object requestorClass)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLComponentFactory()
throws wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
wt.services.applicationcontext.implementation.UnableToLoadServiceProperties| Method Detail |
|---|
public HTMLComponent getComponent(Object context,
String serviceSelector,
Object requestorClass)
throws WTException,
WTPropertyVetoException
context - serviceSelector - requestorClass -
WTException
WTPropertyVetoException
public HTMLComponent getComponent(String serviceSelector,
Object requestorClass)
serviceSelector - requestorClass -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||