public class ImageTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Constructor and Description |
---|
ImageTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
String |
getAlt() |
Boolean |
getCdn() |
String |
getCssClass() |
Integer |
getHeight() |
Boolean |
getResponsive() |
String |
getShape() |
String |
getUrl() |
Integer |
getWidth() |
void |
setAlt(String alt) |
void |
setCdn(Boolean cdn) |
void |
setCssClass(String cssClass) |
void |
setHeight(Integer height) |
void |
setResponsive(Boolean responsive) |
void |
setShape(String shape) |
void |
setUrl(String url) |
void |
setWidth(Integer width) |
public void doTag() throws javax.servlet.jsp.JspException, IOException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
IOException
public String getAlt()
public void setAlt(String alt)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getWidth()
public void setWidth(Integer width)
public Boolean getCdn()
public void setCdn(Boolean cdn)
public String getShape()
public void setShape(String shape)
public String getCssClass()
public void setCssClass(String cssClass)
public Boolean getResponsive()
public void setResponsive(Boolean responsive)
public String getUrl()
public void setUrl(String url)
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.