org.apache.taglibs.xtags.xslt
Interface ParameterAcceptingTag

All Known Implementing Classes:
StyleTag

public interface ParameterAcceptingTag

A tag which is capable of accepting a parameter value such as the tag

Author:
James Strachan

Method Summary
 void setParameter(java.lang.String name, java.lang.Object value)
          Sets the given parameter name and value
 

Method Detail

setParameter

void setParameter(java.lang.String name,
                  java.lang.Object value)
Sets the given parameter name and value



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.