org.apache.myfaces.tobago.taglib.component
Interface PageTagDeclaration

All Superinterfaces:
BodyTag, HasBinding, HasDimension, HasHeight, HasId, HasLabel, HasState, HasWidth, IterationTag, JspTag, Tag, TobagoBodyTagDeclaration, TobagoTagDeclaration
All Known Implementing Classes:
PageTag

public interface PageTagDeclaration
extends TobagoBodyTagDeclaration, HasLabel, HasId, HasDimension, HasBinding, HasState

Renders a page element.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Method Summary
 void setApplicationIcon(java.lang.String icon)
          Absolute URL to an image or image name to lookup in tobago resource path representing the application.
 void setDoctype(java.lang.String doctype)
          Deprecated. 
 void setFocusId(java.lang.String focusId)
          Contains the id of the component wich should have the focus after loading the page.
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasHeight
setHeight
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasState
setState
 

Method Detail

setDoctype

@Deprecated
void setDoctype(java.lang.String doctype)
Deprecated. 

Possible values for doctype are:
strict
HTML 4.01 Strict DTD
loose
HTML 4.01 Transitional DTD
frameset
HTML 4.01 Frameset DTD
All other values are ignored and no DOCTYPE is set.


setFocusId

void setFocusId(java.lang.String focusId)
Contains the id of the component wich should have the focus after loading the page. Set to emtpy string for disabling setting of focus. Default (null) enables the "auto focus" feature.


setApplicationIcon

void setApplicationIcon(java.lang.String icon)
Absolute URL to an image or image name to lookup in tobago resource path representing the application. In HTML it is used as a favicon.



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.