public abstract class BaseJSPAssetAddonEntry extends BaseAssetAddonEntry
Constructor and Description |
---|
BaseJSPAssetAddonEntry() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getJspPath() |
abstract javax.servlet.ServletContext |
getServletContext() |
void |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
equals, getIcon, getKey, getWeight, hashCode, isEnabled
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getLabel
public abstract String getJspPath()
public abstract javax.servlet.ServletContext getServletContext()
public void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
include
in interface AssetAddonEntry
include
in class BaseAssetAddonEntry
IOException