public abstract class BaseImageEditorCapability extends java.lang.Object implements ImageEditorCapability
| Constructor and Description |
|---|
BaseImageEditorCapability() |
| Modifier and Type | Method and Description |
|---|---|
protected org.osgi.framework.Bundle |
getBundle() |
java.lang.String |
getModuleName() |
java.util.List<java.net.URL> |
getResourceURLs() |
protected void |
initModuleName() |
protected void |
initResourceURLs() |
void |
prepareContext(java.util.Map<java.lang.String,java.lang.Object> context,
javax.servlet.http.HttpServletRequest request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabel, getName, getServletContextpublic java.lang.String getModuleName()
getModuleName in interface ImageEditorCapabilitypublic java.util.List<java.net.URL> getResourceURLs()
getResourceURLs in interface ImageEditorCapabilitypublic void prepareContext(java.util.Map<java.lang.String,java.lang.Object> context,
javax.servlet.http.HttpServletRequest request)
prepareContext in interface ImageEditorCapabilityprotected org.osgi.framework.Bundle getBundle()
protected void initModuleName()
protected void initResourceURLs()