|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IActionType | |
| com.sapportals.wcm.rendering.uicommand | Contains interfaces to render and execute commands for one or more resources. |
| com.sapportals.wcm.service.objecttypehandler | Provides a service to add arbitrary commands for resources. |
| Uses of IActionType in com.sapportals.wcm.rendering.uicommand |
| Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IActionType | |
protected boolean |
AbstractCommand.othAvailable(IResource res,
IActionType actiontype)
|
protected java.lang.String |
AbstractCommand.getOTHDefinedURL(IResource res,
IActionType actiontype)
|
protected boolean |
AbstractUICommand.othAvailable(IResource res,
IActionType actiontype)
Checks if there are oth entries for a given IResource and a given
IActionType |
protected java.lang.String |
AbstractUICommand.getOTHDefinedURL(IResource res,
IActionType actiontype)
Returns the oth entry for a given IResource and a given
IActionType |
| Uses of IActionType in com.sapportals.wcm.service.objecttypehandler |
| Classes in com.sapportals.wcm.service.objecttypehandler that implement IActionType | |
class |
ActionType
|
| Methods in com.sapportals.wcm.service.objecttypehandler that return IActionType | |
IActionType |
IAction.getActionType()
Get the ActionType attribute of the IAction object. |
| Methods in com.sapportals.wcm.service.objecttypehandler with parameters of type IActionType | |
IObjectTypeHandlerList |
IObjectTypeHandlerService.getObjectTypeHandler(IResource resource,
IActionType actionType)
Gets the List of ObjectTypeHandlers which are valid for the given resource and which implement the wanted IActionType There are several
internal filters realized a) resourceType b) mimeType (not for ICollection
objects) c) extension (not for ICollection objects) d) actiontype In a
first step, all ObjectTypeHandler for the RID of the resource are returned.
|
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the IObjectTypeHandler object. |
URL |
IObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
Get the URL attribute of the IObjectTypeHandler object. |
boolean |
IActionList.containsAction(IActionType actionType)
TODO: Description of the Method. |
IAction |
IActionList.getAction(IActionType actionType)
Get the Action attribute of the IActionList object. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForAction(IActionType actionType)
TODO: Description of the Method. |
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the GenericObjectTypeHandler object. |
URL |
GenericObjectTypeHandler.getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
Get the URL attribute of the GenericObjectTypeHandler object. |
IAction |
ActionList.getAction(IActionType actionType)
Get the Action attribute of the ActionList object. |
boolean |
ActionList.containsAction(IActionType actionType)
TODO: Description of the Method. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||