org.apache.struts.taglib
Class BaseTag
org.apache.struts.taglib.BaseTag
- public class BaseTag
Renders an HTML element with an href
attribute pointing to the absolute location of the enclosing JSP page. This
tag is only valid when nested inside a head tag body. The presence
of this tag allows the browser to resolve relative URL's to images, CSS stylesheets
and other resources in a manner independent of the URL used to call the ActionServlet.
There are no attributes associated with this tag.
- Version:
- $Revision: 1.2 $ $Date: 2000/09/12 19:36:17 $
- Author:
- Luis Arias
Method Summary |
int |
doStartTag()
Process the start of this tag. |
messages
protected static MessageResources messages
- The message resources for this package.
BaseTag
public BaseTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Process the start of this tag.
- Throws:
JspException
- if a JSP exception has occurred
Copyright © 2000-2002 - Apache Software Foundation