public class LogoSelectorTag extends IncludeTag
request, servletContextbodyContentpageContext| 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 |
getEditLogoFn() |
java.lang.String |
getLogoDisplaySelector() |
long |
getMaxFileSize() |
protected java.lang.String |
getPage() |
java.lang.String |
getTempImageFileName() |
boolean |
isDefaultLogo() |
boolean |
isPreserveRatio() |
boolean |
isShowBackground() |
boolean |
isShowButtons() |
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 |
setEditLogoFn(java.lang.String editLogoFn) |
void |
setLogoDisplaySelector(java.lang.String logoDisplaySelector) |
void |
setMaxFileSize(long maxFileSize) |
void |
setPreserveRatio(boolean preserveRatio) |
void |
setShowBackground(boolean showBackground) |
void |
setShowButtons(boolean showButtons) |
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, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int getAspectRatio()
public java.lang.String getCurrentLogoURL()
public java.lang.String getDefaultLogoURL()
public java.lang.String getEditLogoFn()
public java.lang.String getLogoDisplaySelector()
public long getMaxFileSize()
public java.lang.String getTempImageFileName()
public boolean isDefaultLogo()
public boolean isPreserveRatio()
public boolean isShowBackground()
public boolean isShowButtons()
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 setEditLogoFn(java.lang.String editLogoFn)
public void setLogoDisplaySelector(java.lang.String logoDisplaySelector)
public void setMaxFileSize(long maxFileSize)
public void setPreserveRatio(boolean preserveRatio)
public void setShowBackground(boolean showBackground)
public void setShowButtons(boolean showButtons)
public void setTempImageFileName(java.lang.String tempImageFileName)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag