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-serv29628/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
Added Files:
TapestryServiceLinkTag.java
Log Message:
Added @tapestry.service-link tag
--- NEW FILE: TapestryServiceLinkTag.java ---
/**
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* Creates a link using an arbitrary engine service.
*
*
* @qtags.location class
* @author Paolo Dona
*/
public interface TapestryServiceLinkTag extends
com.thoughtworks.qdox.model.DocletTag {
/**
* The id of the component
* @qtags.required
*/
String getId();
/**
* A object or string, or array of objects and strings, encoded into the
URL as service parameters.
*
*/
String getParameters_();
/**
* Forces the link to be generated as an absolute URL with the given
scheme (unless the scheme matches the scheme for the current request).
*
*/
String getScheme();
/**
* No description available yet.
*
*
* @qtags.required
*/
String getService();
/**
* No description available yet.
*
*/
String getDisabled();
/**
* No description available yet.
*
*/
String getAnchor();
/**
* No description available yet.
*
*/
String getTarget();
/**
* No description available yet.
*
*/
String getRenderer();
}
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits