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-serv18449/src/main/java/org/xdoclet/plugin/tapestry/qtags
Modified Files:
TapestryAsset.java TapestryBeanTag.java
TapestryBindingTag.java TapestryComponentSpecificationTag.java
TapestryComponentTag.java TapestryIf.java
TapestryInjectMetaTag.java TapestryInjectObjectTag.java
TapestryInjectPageTag.java TapestryInjectScriptTag.java
TapestryInjectStateTag.java TapestryInjectTag.java
TapestryPageSpecificationTag.java TapestryParameterTag.java
TapestryPropertyTag.java TapestrySetTag.java
Added Files:
TapestryDirectLinkTag.java TapestryPageLinkTag.java
Log Message:
Formatted code with Jalopy
Added PageLink Component
Added DirectLink Component (@todo: test)
Index: TapestryInjectStateTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectStateTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectStateTag.java 7 Sep 2005 14:59:41 -0000 1.1
--- TapestryInjectStateTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 12,16 ****
*
* @qtags.location method
! * @author Paolo Donà
*/
public interface TapestryInjectStateTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 12,16 ----
*
* @qtags.location method
! * @author Paolo Don�
*/
public interface TapestryInjectStateTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryParameterTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryParameterTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryParameterTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryParameterTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 10,14 ****
* Defines a formal parameter for the component.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryParameterTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 10,14 ----
* Defines a formal parameter for the component.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryParameterTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryComponentSpecificationTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryComponentSpecificationTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TapestryComponentSpecificationTag.java 7 Sep 2005 14:58:21 -0000
1.2
--- TapestryComponentSpecificationTag.java 11 Oct 2005 23:15:58 -0000
1.3
***************
*** 14,18 ****
* @qtags.location class
* @qtags.once
! * @author Paolo Donà
*/
public interface TapestryComponentSpecificationTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 14,18 ----
* @qtags.location class
* @qtags.once
! * @author Paolo Don�
*/
public interface TapestryComponentSpecificationTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryBeanTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryBeanTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryBeanTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryBeanTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 14,18 ****
* implementation of a component via aggregation.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryBeanTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 14,18 ----
* implementation of a component via aggregation.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryBeanTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryInjectPageTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectPageTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectPageTag.java 7 Sep 2005 14:59:41 -0000 1.1
--- TapestryInjectPageTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 12,16 ****
*
* @qtags.location method
! * @author Paolo Donà
*/
public interface TapestryInjectPageTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 12,16 ----
*
* @qtags.location method
! * @author Paolo Don�
*/
public interface TapestryInjectPageTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryPageSpecificationTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryPageSpecificationTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TapestryPageSpecificationTag.java 7 Sep 2005 14:58:21 -0000 1.2
--- TapestryPageSpecificationTag.java 11 Oct 2005 23:15:58 -0000 1.3
***************
*** 10,14 ****
* @qtags.location class
* @qtags.once
! * @author Paolo Donà
*/
public interface TapestryPageSpecificationTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 10,14 ----
* @qtags.location class
* @qtags.once
! * @author Paolo Don�
*/
public interface TapestryPageSpecificationTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryAsset.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryAsset.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryAsset.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryAsset.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 14,18 ****
* for a file stored in the web applications' classpath.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryAsset extends com.thoughtworks.qdox.model.DocletTag {
--- 14,18 ----
* for a file stored in the web applications' classpath.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryAsset extends com.thoughtworks.qdox.model.DocletTag {
Index: TapestryInjectTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryInjectTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 11,15 ****
* obtained from HiveMind.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryInjectTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 11,15 ----
* obtained from HiveMind.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryInjectTag extends
com.thoughtworks.qdox.model.DocletTag {
--- NEW FILE: TapestryDirectLinkTag.java ---
/*
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* Creates a non-contextual link. Non-persistent state
* can be stored within the link
* using the parameters, which will be encoded into
* the URL and provided to the eventual listener.
*
* @qtags.location class
* @author Paolo Dona
*/
public interface TapestryDirectLinkTag extends
com.thoughtworks.qdox.model.DocletTag {
/**
* The id of the component
* @qtags.required
*/
String getId();
/**
* the method invoked clicking this link
* @qtags.required
*/
String getListener();
/**
* An object, or list of objects, encoded into the URL
* as listener parameters (and made available to the
* ulimate listener object or method).
*/
String getParameters_();
String getStateful();
String getDisabled();
String getAnchor();
String getTarget();
String getRenderer();
}
Index: TapestryInjectScriptTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectScriptTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectScriptTag.java 7 Sep 2005 14:59:41 -0000 1.1
--- TapestryInjectScriptTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 13,17 ****
*
* @qtags.location method
! * @author Paolo Donà
*/
public interface TapestryInjectScriptTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 13,17 ----
*
* @qtags.location method
! * @author Paolo Don�
*/
public interface TapestryInjectScriptTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryPropertyTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryPropertyTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryPropertyTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryPropertyTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 11,15 ****
* obtained from HiveMind.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryPropertyTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 11,15 ----
* obtained from HiveMind.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryPropertyTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryInjectObjectTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectObjectTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectObjectTag.java 7 Sep 2005 14:59:41 -0000 1.1
--- TapestryInjectObjectTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 13,17 ****
*
* @qtags.location method
! * @author Paolo Donà
*/
public interface TapestryInjectObjectTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 13,17 ----
*
* @qtags.location method
! * @author Paolo Don�
*/
public interface TapestryInjectObjectTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryBindingTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryBindingTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryBindingTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryBindingTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 13,17 ****
*
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryBindingTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 13,17 ----
*
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryBindingTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryComponentTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryComponentTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryComponentTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestryComponentTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 11,15 ****
*
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryComponentTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 11,15 ----
*
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryComponentTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestryIf.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryIf.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryIf.java 11 Oct 2005 17:28:30 -0000 1.1
--- TapestryIf.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 9,20 ****
* Contained by: component-specification, page-specification
*
! * Conditionally emulates an element and its attributes and/or includes a
* block of content if a condition is met.
*
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestryIf extends com.thoughtworks.qdox.model.DocletTag {
-
/**
* The id of the component
--- 9,19 ----
* Contained by: component-specification, page-specification
*
! * Conditionally emulates an element and its attributes and/or includes a
* block of content if a condition is met.
*
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestryIf extends com.thoughtworks.qdox.model.DocletTag {
/**
* The id of the component
***************
*** 22,26 ****
*/
String getId();
!
/**
* The condition to evaluate.
--- 21,25 ----
*/
String getId();
!
/**
* The condition to evaluate.
***************
*** 30,51 ****
/**
! * The value of the condition. During render this is obtained from
* the condition parameter. During rewind it is the submitted condition.
*/
String getConditionValue();
!
String getListener();
!
/**
* The element to emulate
*/
String getElement();
!
/**
* Only active in a form. Determines whether to avoid creating hidden
fields within a form.
! * Using this parameter may make the form structure different during
render and rewind,
* and cause exceptions as a result. Please use with caution.
*/
String getVolatile();
-
}
\ No newline at end of file
--- 29,49 ----
/**
! * The value of the condition. During render this is obtained from
* the condition parameter. During rewind it is the submitted condition.
*/
String getConditionValue();
!
String getListener();
!
/**
* The element to emulate
*/
String getElement();
!
/**
* Only active in a form. Determines whether to avoid creating hidden
fields within a form.
! * Using this parameter may make the form structure different during
render and rewind,
* and cause exceptions as a result. Please use with caution.
*/
String getVolatile();
}
\ No newline at end of file
--- NEW FILE: TapestryPageLinkTag.java ---
/*
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* Creates a link to another page within the application.
* @qtags.location class
* @author Paolo Dona
*/
public interface TapestryPageLinkTag extends
com.thoughtworks.qdox.model.DocletTag {
/**
* The id of the component
* @qtags.required
*/
String getId();
/**
* The page linked
* @qtags.required
*/
String getPage();
String getNamespace();
String getDisabled();
String getAnchor();
String getTarget();
String getRenderer();
}
Index: TapestryInjectMetaTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestryInjectMetaTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestryInjectMetaTag.java 7 Sep 2005 14:59:41 -0000 1.1
--- TapestryInjectMetaTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 12,16 ****
*
* @qtags.location method
! * @author Paolo Donà
*/
public interface TapestryInjectMetaTag extends
com.thoughtworks.qdox.model.DocletTag {
--- 12,16 ----
*
* @qtags.location method
! * @author Paolo Don�
*/
public interface TapestryInjectMetaTag extends
com.thoughtworks.qdox.model.DocletTag {
Index: TapestrySetTag.java
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags/TapestrySetTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TapestrySetTag.java 22 Aug 2005 09:48:10 -0000 1.1
--- TapestrySetTag.java 11 Oct 2005 23:15:58 -0000 1.2
***************
*** 12,16 ****
* or as wrapped character data.
* @qtags.location class
! * @author Paolo Donà
*/
public interface TapestrySetTag extends com.thoughtworks.qdox.model.DocletTag
{
--- 12,16 ----
* or as wrapped character data.
* @qtags.location class
! * @author Paolo Don�
*/
public interface TapestrySetTag extends com.thoughtworks.qdox.model.DocletTag
{
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits