|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.ComponentPeerFactory
Creates ComponentPeer objects for Components.
| Field Summary | |
private static PeerFactory |
factory
The PeerFactory used to create new
ComponentPeer instances. |
| Constructor Summary | |
private |
ComponentPeerFactory()
Non-instantiable class. |
| Method Summary | |
static void |
addAssociations(java.lang.String propertiesFile)
Adds additional Component-to-ComponentPeer
associations. |
static ComponentPeer |
createComponentPeer(nextapp.echo.Component c)
Returns a new peer for the specified component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final PeerFactory factory
PeerFactory used to create new
ComponentPeer instances.
| Constructor Detail |
private ComponentPeerFactory()
| Method Detail |
public static ComponentPeer createComponentPeer(nextapp.echo.Component c)
c - The Component for which a peer is to be created.
ComponentPeer bound to the specified
Component.public static void addAssociations(java.lang.String propertiesFile)
Component-to-ComponentPeer
associations.
propertiesFile - The name of a properties file containing
additional associations.
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||