|
|||||||||
| Home >> All >> nextapp >> [ echoservlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nextapp.echoservlet
Class ComponentPeerFactory

java.lang.Objectnextapp.echoservlet.ComponentPeerFactory
- final class ComponentPeerFactory
- extends java.lang.Object
Creates ComponentPeer objects for Components.
| Field Summary | |
private static nextapp.echoservlet.util.PeerFactory |
factory
The PeerFactory used to create new
ComponentPeer instances. |
| Constructor Summary | |
private |
ComponentPeerFactory()
Non-instantiable class. |
| Method Summary | |
(package private) static void |
addAssociation(java.lang.String className,
java.lang.String peerClassName)
Adds a single Component-to-ComponentPeer
association. |
(package private) static void |
addAssociations(java.lang.String propertiesFile)
Adds additional Component-to-ComponentPeer
associations. |
(package private) 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 |
factory
private static final nextapp.echoservlet.util.PeerFactory factory
- The
PeerFactoryused to create newComponentPeerinstances.
| Constructor Detail |
ComponentPeerFactory
private ComponentPeerFactory()
- Non-instantiable class.
| Method Detail |
createComponentPeer
static ComponentPeer createComponentPeer(nextapp.echo.Component c)
- Returns a new peer for the specified component. The peer must be
registered before it may be used.
addAssociation
static void addAssociation(java.lang.String className, java.lang.String peerClassName)
- Adds a single
Component-to-ComponentPeerassociation.
addAssociations
static void addAssociations(java.lang.String propertiesFile)
- Adds additional
Component-to-ComponentPeerassociations.
|
|||||||||
| Home >> All >> nextapp >> [ echoservlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nextapp.echoservlet.ComponentPeerFactory