Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4394/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
Added Files:
TapestryReservedParameterTag.java
Log Message:
added @tapestry.reserved-parameter tag
--- NEW FILE: TapestryReservedParameterTag.java ---
/*
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* Appears in: component-specification
*
* Identifies a name which may not be used as an informal parameter.
* Informal parameters are typically HTML attribute names; this
* list identifies HTML attributes that are written exclusively
* by the component and may not be affected by informal parameters.
*
* @qtags.location class
* @author Paolo Dona
*/
public interface TapestryReservedParameterTag extends
com.thoughtworks.qdox.model.DocletTag {
/**
* the reserved parameter name.
* @qtags.required
*/
String getName_();
}
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits