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() |
protected java.lang.String |
getPage() |
java.lang.String |
getTempImageFileName() |
boolean |
isDefaultLogo() |
boolean |
isPreserveRatio() |
void |
setAspectRatio(int aspectRatio) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCurrentLogoURL(java.lang.String currentLogoURL) |
void |
setDefaultLogo(boolean defaultLogo) |
void |
setDefaultLogoURL(java.lang.String defaultLogoURL) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setPreserveRatio(boolean preserveRatio) |
void |
setTempImageFileName(java.lang.String tempImageFileName) |
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 getTempImageFileName()
public boolean isDefaultLogo()
public boolean isPreserveRatio()
public void setAspectRatio(int aspectRatio)
public void setCurrentLogoURL(java.lang.String currentLogoURL)
public void setDefaultLogo(boolean defaultLogo)
public void setDefaultLogoURL(java.lang.String defaultLogoURL)
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)
public void setTempImageFileName(java.lang.String tempImageFileName)
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