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, wait
getLabel
public String getIcon()
getIcon
in interface AssetAddonEntry
public String getKey()
getKey
in interface AssetAddonEntry
public Double getWeight()
getWeight
in interface AssetAddonEntry
public void include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
include
in interface AssetAddonEntry
IOException
public boolean isEnabled()
isEnabled
in interface AssetAddonEntry