org.jasig.portal.portlet.delegation.jsp
Interface ParameterizableTag

All Known Implementing Classes:
ParentUrlTag

public interface ParameterizableTag

Used by ParamTag to add parameters to another tag

Version:
$Revision$
Author:
Eric Dalquist

Method Summary
 void addParameter(String name, String value)
          Adds the name and value parameter pair.
 

Method Detail

addParameter

void addParameter(String name,
                  String value)
Adds the name and value parameter pair. If the parameter already exists the value is added to the list of values for the parameters.



Copyright © 2010 Jasig. All Rights Reserved.