|
NextApp Echo App Container 1.1.4 |
|||||||||
| 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 | |
(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 |
private static final PeerFactory factory
PeerFactory used to create new
ComponentPeer instances.
| Constructor Detail |
private ComponentPeerFactory()
| Method Detail |
static ComponentPeer createComponentPeer(nextapp.echo.Component c)
c - The Component for which a peer is to be created.
ComponentPeer bound to the specified
Component.
static void addAssociation(java.lang.String className,
java.lang.String peerClassName)
Component-to-ComponentPeer
association.
className - The fully qualified name of the Component
class.peerClassName - The fully qualified name of the
ComponentPeer class.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.1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||