hasFeature method
Indicates whether this adapter implements a specified feature.
* 
No feature strings are currently defined.
hasFeature(feature )
Parameters
String feature
Specifies the name of the feature.
Returns
boolean. Returns true if the feature is supported. Returns false if it is not.
Throws
CMSException
Raised for any error.
È stato utile?