com.bea.struts.adapter.taglib.naming
Class RewriteNameTag

java.lang.Object
  extended by TagSupport
      extended by com.bea.struts.adapter.taglib.naming.RewriteNameTag

public class RewriteNameTag
extends TagSupport

Tag used to rewrite name's using the current registered URLRewriter via the URLRewriterService


Constructor Summary
RewriteNameTag()
           
 
Method Summary
 int doStartTag()
          Outputs the rewritten name to the response
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewriteNameTag

public RewriteNameTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Outputs the rewritten name to the response

Returns
always returns SKIP_BODY since this tag has no body support
Throws
JspException

getName

public String getName()

setName

public void setName(String name)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved