public class LogoSelectorTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
LogoSelectorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
getAspectRatio() |
java.lang.String |
getCurrentLogoURL() |
java.lang.String |
getDefaultLogoURL() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected java.lang.String |
getPage() |
boolean |
isDisabled() |
boolean |
isPreserveRatio() |
void |
setAspectRatio(int aspectRatio) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCurrentLogoURL(java.lang.String currentLogoURL) |
void |
setDefaultLogoURL(java.lang.String defaultLogoURL) |
void |
setDescription(java.lang.String description) |
void |
setDisabled(boolean disabled) |
void |
setLabel(java.lang.String label) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPreserveRatio(boolean preserveRatio) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic int getAspectRatio()
public java.lang.String getCurrentLogoURL()
public java.lang.String getDefaultLogoURL()
public java.lang.String getDescription()
public java.lang.String getLabel(javax.servlet.http.HttpServletRequest httpServletRequest)
public boolean isDisabled()
public boolean isPreserveRatio()
public void setAspectRatio(int aspectRatio)
public void setCurrentLogoURL(java.lang.String currentLogoURL)
public void setDefaultLogoURL(java.lang.String defaultLogoURL)
public void setDescription(java.lang.String description)
public void setDisabled(boolean disabled)
public void setLabel(java.lang.String label)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setPreserveRatio(boolean preserveRatio)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag