public abstract class BaseAssetAddonEntry extends Object implements AssetAddonEntry
| Constructor and Description |
|---|
BaseAssetAddonEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIcon() |
String |
getKey() |
Double |
getWeight() |
int |
hashCode() |
void |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isEnabled() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLabelpublic String getIcon()
getIcon in interface AssetAddonEntrypublic String getKey()
getKey in interface AssetAddonEntrypublic Double getWeight()
getWeight in interface AssetAddonEntrypublic void include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
include in interface AssetAddonEntryIOExceptionpublic boolean isEnabled()
isEnabled in interface AssetAddonEntry