|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages the SharedletView and ShardletViewInfo mappings and instances. It is a submanager of the SharedletManager and can be retrieve using the SharedletManager.getViewManager() method.
Method Summary | |
Sharedlet |
getSharedlet(SharedletView view)
Retrieves the Shardlet instance associated with a SharedletView instance. |
Sharedlet |
getSharedlet(SharedletViewInfo info)
Retrieves the Shardlet instance associated with a SharedletViewInfo instance. |
SharedletView |
getView(SharedletViewInfo info)
Get the SharedletView that is for a particular SharedletViewInfo instance |
SharedletViewInfo |
getViewInfo(SharedletView view)
Get the SharedletViewInfo that is for a particular SharedletView instance |
java.util.Vector |
getViews(java.lang.String sharedletMIME)
Retrieves all of the view instances for a sharedlet type. |
Method Detail |
public java.util.Vector getViews(java.lang.String sharedletMIME)
sharedletMIME
- The sharedlet mime type to get the views for.public Sharedlet getSharedlet(SharedletView view)
view
- The SharedletView instance to retrieve Sharedlet instance for.getSharedlet(SharedletViewInfo)
public Sharedlet getSharedlet(SharedletViewInfo info)
view
- The SharedletView instance to retrieve Sharedlet instance for.getSharedlet(SharedletView)
public SharedletViewInfo getViewInfo(SharedletView view)
view
- The SharedletView instance to retrieve the info structure for.getView(SharedletViewInfo)
public SharedletView getView(SharedletViewInfo info)
view
- The SharedletViewInfo instance to retrieve the view for.getViewInfo(SharedletView)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |