|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
TODO: Description of the interface.
| Method Summary | |
IActionList |
getActionList()
Get the ActionList attribute of the IObjectTypeHandler object. |
java.lang.String[] |
getExtensions()
Get the Extensions attribute of the IObjectTypeHandler object. |
java.util.Vector |
getMimeTypes()
Get the MimeTypes attribute of the IObjectTypeHandler object. |
java.lang.String |
getName()
Get the Name attribute of the IObjectTypeHandler object. |
java.lang.String[] |
getPaths()
Get the Paths attribute of the IObjectTypeHandler object. |
java.lang.Integer |
getPathsHashCode()
Returns identical values for identical paths arrays. |
java.util.Properties |
getProperties()
Get the Properties attribute of the IObjectTypeHandler object. |
java.util.Vector |
getResourceTypes()
Get the ResourceTypes attribute of the IObjectTypeHandler object. |
java.util.Vector |
getSourceResourceTypes()
Get the resource types exclusively for a source. |
java.util.Vector |
getTargetResourceTypes()
Get the resource types exclusively for a target. |
URL |
getURL(IResource resource,
IActionType actionType)
Get the URL attribute of the IObjectTypeHandler object. |
URL |
getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
Get the URL attribute of the IObjectTypeHandler object. |
void |
initialize(java.lang.String name,
java.util.Vector extensions,
java.util.Vector mimeTypes,
java.util.Vector paths,
IActionList actionList,
java.util.Vector resourceTypes,
java.util.Properties props)
TODO: Description of the Method. |
boolean |
matches(java.lang.String needle)
Checks if the input string matches the paths of the object. |
boolean |
matchesResourceType(java.lang.String testResourceType,
java.lang.String othResourceType)
Checks if testResourceType<\code> matches the |
| Method Detail |
public void initialize(java.lang.String name,
java.util.Vector extensions,
java.util.Vector mimeTypes,
java.util.Vector paths,
IActionList actionList,
java.util.Vector resourceTypes,
java.util.Properties props)
throws WcmException
name - TODO: Description of the incoming method parameterextensions - TODO: Description of the incoming method parametermimeTypes - TODO: Description of the incoming method parameterpaths - TODO: Description of the incoming method parameteractionList - TODO: Description of the incoming method parameterprops - TODO: Description of the incoming method parameterresourceTypes - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public java.lang.String getName()
throws WcmException
WcmException - Exception raised in failure situation
public URL getURL(IResource resource,
IActionType actionType)
throws WcmException
resource - TODO: Description of the incoming method parameteractionType - TODO: Description of the incoming method parameterWcmException - Exception raised in failure situation
public URL getURL(IResource resource,
IActionType actionType,
java.util.Properties props)
throws WcmException
resource - TODO: Description of the incoming method parameteractionType - TODO: Description of the incoming method parameterprops - TODO: Description of the incoming method parameterWcmException - Exception raised in failure situationpublic IActionList getActionList()
public java.lang.String[] getExtensions()
public java.util.Vector getMimeTypes()
IMimeTypenullpublic java.lang.String[] getPaths()
public boolean matches(java.lang.String needle)
needle - The input string.
public boolean matchesResourceType(java.lang.String testResourceType,
java.lang.String othResourceType)
testResourceType<\code> matches the othResourceType
<\code>. Therefore othResourceType<\code> has to be one of the
resource types of the object type handler.
- Parameters:
testResourceType - resource type to be tested.othResourceType - resource type against which to check.- Returns:
-
public java.lang.Integer getPathsHashCode()
public java.util.Properties getProperties()
public java.util.Vector getResourceTypes()
IResourceTypenullpublic java.util.Vector getSourceResourceTypes()
IResourceTypenullpublic java.util.Vector getTargetResourceTypes()
IResourceTypenull
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||