Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class BaseAssetAddonEntry

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseAssetAddonEntry
All Implemented Interfaces:
AssetAddonEntry
Direct Known Subclasses:
BaseJSPAssetAddonEntry

public abstract class BaseAssetAddonEntry
extends Object
implements AssetAddonEntry


Constructor Summary
BaseAssetAddonEntry()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.AssetAddonEntry
getLabel
 

Constructor Detail

BaseAssetAddonEntry

public BaseAssetAddonEntry()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getIcon

public String getIcon()
Specified by:
getIcon in interface AssetAddonEntry

getKey

public String getKey()
Specified by:
getKey in interface AssetAddonEntry

getWeight

public Double getWeight()
Specified by:
getWeight in interface AssetAddonEntry

hashCode

public int hashCode()
Overrides:
hashCode in class Object

include

public void include(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException
Specified by:
include in interface AssetAddonEntry
Throws:
IOException

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface AssetAddonEntry

Liferay 7.0-ce-b4