org.apache.turbine.services.jsp.tags
Class TemplateLinkTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--org.apache.turbine.services.jsp.tags.TemplateLinkTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class TemplateLinkTag
extends javax.servlet.jsp.tagext.TagSupport

Supporting class for the TemplateLink tag. Uses the TemplateLink class to construct a URI

Author:
Ingo Schuster
See Also:
Serialized Form

Field Summary
private  java.lang.String action
          action parameter defines the action to set optional parameter
private  java.lang.String template
          template parameter defines the template to set mandatory parameter
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext, parent, values
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
TemplateLinkTag()
           
 
Method Summary
 int doStartTag()
           
 void setAction(java.lang.String action)
          The setter for screen parameter
 void setTemplate(java.lang.String template)
          The setter for template parameter
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

template

private java.lang.String template
template parameter defines the template to set mandatory parameter

action

private java.lang.String action
action parameter defines the action to set optional parameter
Constructor Detail

TemplateLinkTag

public TemplateLinkTag()
Method Detail

setTemplate

public void setTemplate(java.lang.String template)
The setter for template parameter

setAction

public void setAction(java.lang.String action)
The setter for screen parameter

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.