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, wait
getLabel, getName, getServletContext
public java.lang.String getModuleName()
getModuleName
in interface ImageEditorCapability
public java.util.List<java.net.URL> getResourceURLs()
getResourceURLs
in interface ImageEditorCapability
public void prepareContext(java.util.Map<java.lang.String,java.lang.Object> context, javax.servlet.http.HttpServletRequest request)
prepareContext
in interface ImageEditorCapability
protected org.osgi.framework.Bundle getBundle()
protected void initModuleName()
protected void initResourceURLs()