public class DiscoverJspModelFromJavaElement extends AbstractJspDiscoverer<IJavaElement>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
EXTENSION_LIST, JSP_FILE_EXTENSION
Constructor and Description |
---|
DiscoverJspModelFromJavaElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicableTo(IJavaElement javaElement)
To determine if the source object can be handled by the discoverer.
|
isJspExtension
discoverElement, getDefaultTargetURI, getTargetModel, getTargetURI, setSerializeTarget, setTargetModel, setTargetURI
isAFolder, isAJavaProject, isAnIFileWithExtension, isAProject, setRefreshSourceBeforeDiscovery
public static final java.lang.String ID
public boolean isApplicableTo(IJavaElement javaElement)
IDiscoverer
Some usual implementations are proposed on AbstractDiscoverer
.
javaElement
- the selected object.true
if the selected object is managed by this
discoverer, false
otherwise.