org.alfresco.web.ui.repo.tag
Class PageTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.alfresco.web.ui.repo.tag.PageTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class PageTag
- extends javax.servlet.jsp.tagext.TagSupport
A non-JSF tag library that adds the HTML begin and end tags if running in servlet mode
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageTag
public PageTag()
getTitle
public java.lang.String getTitle()
- Returns:
- The title for the page
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- Sets the page title
getTitleId
public java.lang.String getTitleId()
- Returns:
- The title message Id for the page
setTitleId
public void setTitleId(java.lang.String titleId)
- Parameters:
titleId
- Sets the page title message Id
getDoctypeRootElement
public java.lang.String getDoctypeRootElement()
setDoctypeRootElement
public void setDoctypeRootElement(java.lang.String doctypeRootElement)
getDoctypePublic
public java.lang.String getDoctypePublic()
setDoctypePublic
public void setDoctypePublic(java.lang.String doctypePublic)
getDoctypeSystem
public java.lang.String getDoctypeSystem()
setDoctypeSystem
public void setDoctypeSystem(java.lang.String doctypeSystem)
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class javax.servlet.jsp.tagext.TagSupport
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
- See Also:
TagSupport.doStartTag()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
- See Also:
TagSupport.doEndTag()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.