public interface ExtensionComponent
Modifier and Type | Method and Description |
---|---|
boolean |
equalRoleType(String type)
The same type can be represented as several different
String so it's recommended to use this method when
you want to compare a type name with this extension component type. |
String |
getRoleHint() |
String |
getRoleType() |
String getRoleType()
String getRoleHint()
boolean equalRoleType(String type)
String
so it's recommended to use this method when
you want to compare a type name with this extension component type.type
- the type name to compareCopyright © 2004–2021 XWiki. All rights reserved.