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-serv25483/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags
Added Files:
TapestryIf.java
Log Message:
Added support for framework and Framework components
Added "If" framework component
--- NEW FILE: TapestryIf.java ---
/*
* Copyright (c) 2003-2005
* XDoclet Team
* All rights reserved.
*/
package org.xdoclet.plugin.tapestry.qtags;
/**
* 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
* @qtags.required
*/
String getId();
/**
* The condition to evaluate.
* @qtags.required
*/
String getCondition();
/**
* 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();
}
-------------------------------------------------------
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