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-serv12605/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/qtags

Added Files:
        ContribInspectorButtonTag.java ContribMaskEditTag.java 
        ContribMultiplePropertySelectionTag.java 
        ContribNumericFieldTag.java ContribOtherwiseTag.java 
        ContribPaletteTag.java ContribSelectorTag.java 
        ContribShowDescriptionTag.java ContribShowEngineTag.java 
        ContribShowPropertiesTag.java ContribShowSpecificationTag.java 
        ContribShowTemplateTag.java 
        ContribSimpleTableColumnComponentTag.java 
        ContribSimpleTableColumnFormComponentTag.java 
        ContribTableFormRowsTag.java ContribTimeoutTag.java 
        ContribTreeDataViewTag.java ContribTreeNodeViewTag.java 
        ContribTreeTableDataViewTag.java 
        ContribTreeTableNodeViewDelegatorTag.java 
        ContribTreeTableTag.java ContribTreeTag.java 
        ContribTreeViewTag.java ContribValidatingTextFieldTag.java 
        ContribViewTabsTag.java ContribWhenTag.java 
        ContribXTileTag.java 
Log Message:
Finished all contrib components

--- NEW FILE: ContribTimeoutTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * Displays a message to the user when a certain amount of time remains to the 
expiration of the session.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTimeoutTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  The number of seconds before session expiration when a warning message 
will appear.
     * 
     */
    String getWarningTime();

    /**
     *  The number of seconds before session expiration when the session will 
be automatically prolonged upon user activity.
     * 
     */
    String getAutoProlongTime();

    /**
     *  The warning message that will appear when the session is about to 
exipre.
     * Here {0} is replaced by the number of minutes that remain until 
expiration and {1} is replaced with the time when the expiration will occur.
     * 
     */
    String getWarningMessage();

    /**
     *  The message that will appear when the session exipres and the user 
needs to log in again.
     * 
     */
    String getExpirationMessage();

    /**
     *  Do not display a warning message after 'warningTime' seconds.
     * 
     */
    String getDisableWarning();

    /**
     *  Disable the automatic prolonging of a session after 'autoProlongTime' 
seconds upon user activity.
     * 
     */
    String getDisableAutoProlong();

    /**
     *  The JavaScript function that will be invoked when the session expires.
     * 
     */
    String getExpirationFunction();

}

--- NEW FILE: ContribTreeTableNodeViewDelegatorTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeTableNodeViewDelegatorTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribTreeNodeViewTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeNodeViewTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getShowNodeImages();

    /**
     * No description available yet.
     *
     */
    String getMakeNodeDirect();

    /**
     * No description available yet.
     *
     */
    String getNodeRenderFactory();

}

--- NEW FILE: ContribSimpleTableColumnFormComponentTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribSimpleTableColumnFormComponentTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribTreeDataViewTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeDataViewTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getTreeView();

    /**
     * No description available yet.
     *
     */
    String getValue_();

    /**
     * No description available yet.
     *
     */
    String getShowRootNode();

}

--- NEW FILE: ContribTreeTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeTag extends com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getTreeModel();

    /**
     * No description available yet.
     *
     */
    String getTreeStateListener();

    /**
     * No description available yet.
     *
     */
    String getSessionStateManager();

    /**
     * No description available yet.
     *
     */
    String getSessionStoreManager();

    /**
     * No description available yet.
     *
     */
    String getShowNodeImages();

    /**
     * No description available yet.
     *
     */
    String getMakeNodeDirect();

    /**
     * No description available yet.
     *
     */
    String getNodeRenderFactory();

    /**
     * No description available yet.
     *
     */
    String getShowRootNode();

}

--- NEW FILE: ContribShowSpecificationTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribShowSpecificationTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribPaletteTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * A complex component used to manage multiple selection of items from a list.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribPaletteTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getSelectedTitleBlock();

    /**
     * No description available yet.
     *
     */
    String getAvailableTitleBlock();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getModel();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getSelected();

    /**
     * No description available yet.
     *
     */
    String getSort();

    /**
     * No description available yet.
     *
     */
    String getRows();

    /**
     * No description available yet.
     *
     */
    String getTableClass();

    /**
     * No description available yet.
     *
     */
    String getSelectImage();

    /**
     * No description available yet.
     *
     */
    String getDisabledImage();

    /**
     * No description available yet.
     *
     */
    String getDeselectImage();

    /**
     * No description available yet.
     *
     */
    String getSelectDisabledImage();

    /**
     * No description available yet.
     *
     */
    String getDeselectDisabledImage();

    /**
     * No description available yet.
     *
     */
    String getUpImage();

    /**
     * No description available yet.
     *
     */
    String getUpDisabledImage();

    /**
     * No description available yet.
     *
     */
    String getDownImage();

    /**
     * No description available yet.
     *
     */
    String getDownDisabledImage();

    /**
     * No description available yet.
     *
     */
    String getDisplayName();

    /**
     * No description available yet.
     *
     */
    String getHtmlid();

    /**
     * No description available yet.
     *
     */
    String getValidators();

}

--- NEW FILE: ContribTreeViewTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeViewTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getSessionStateManager();

    /**
     * No description available yet.
     *
     */
    String getSessionStoreManager();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getTreeModel();

    /**
     * No description available yet.
     *
     */
    String getTreeStateListener();

}

--- NEW FILE: ContribShowEngineTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribShowEngineTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribWhenTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * If this is the first When component to evaluate to true within Choose then 
emulates an element and its attributes (if element is specified) and/or 
includes a block of content.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribWhenTag extends com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  The condition to evaluate.
     * 
     */
    String getCondition();

    /**
     *  The element to emulate.
     * 
     */
    String getElement();

}

--- NEW FILE: ContribXTileTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * A component providing the required JavaScript to pass some information to 
the server and receive its response without reloading the page (Ajax) 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribXTileTag extends com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  The listener that will be invoked when the Javascript function with the 
given name is invoked.
     * Any parameters passed to the send function will be available from cycle.
     *getServiceParameters().
     * In addition, the listener can perform cycle.
     *setServiceParameters() to pass an array of strings to the JavaScript 
receive function.
     * 
     *
     * @qtags.required
     */
    String getListener();

    /**
     *  The name of the JavaScript function that the script will define to 
allow the application to send information to the server.
     * 
     *
     * @qtags.required
     */
    String getSendName();

    /**
     *  The name of the JavaScript function that the script will call to allow 
the application to receive information from the server some time after the send 
function has been invoked.
     * 
     *
     * @qtags.required
     */
    String getReceiveName();

    /**
     *  The name of the JavaScript function that the script will call to 
indicate that an error has occurred while sending the information to the server.
     * 
     */
    String getErrorName();

    /**
     *  Some browsers cache repeated requests that have identical URLs.
     * Pass 'true' to this parameter to disable caching by making the URLs 
unique.
     * 
     */
    String getDisableCaching();

}

--- NEW FILE: ContribOtherwiseTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * Otherwise is just a When component that always tries to render its body 
and/or emulate an element and its attributes (if element is specified) .
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribOtherwiseTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  The element to emulate.
     * 
     */
    String getElement();

}

--- NEW FILE: ContribInspectorButtonTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * If true, then the InspectorButton will not be displayed (this saves the 
trouble of wrapping the InspectorButton in a conditional, as it generally 
should only be displayed when developing an application, not in deployment).
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribInspectorButtonTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     *  If true, then the InspectorButton will not be displayed (this saves the 
trouble of wrapping the InspectorButton in a conditional, as it generally 
should only be displayed when developing an application, not in deployment).
     * 
     */
    String getDisabled();

}

--- NEW FILE: ContribSimpleTableColumnComponentTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribSimpleTableColumnComponentTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribTreeTableTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeTableTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getTreeModel();

    /**
     * No description available yet.
     *
     */
    String getTreeStateListener();

    /**
     * No description available yet.
     *
     */
    String getSessionStateManager();

    /**
     * No description available yet.
     *
     */
    String getSessionStoreManager();

    /**
     * No description available yet.
     *
     */
    String getEntriesPerTablePage();

    /**
     * No description available yet.
     *
     */
    String getNodeViewComponentAddress();

    /**
     * No description available yet.
     *
     */
    String getTableColunms();

    /**
     * No description available yet.
     *
     */
    String getShowRootNode();

    /**
     * No description available yet.
     *
     */
    String getNodeRenderFactory();

}

--- NEW FILE: ContribTableFormRowsTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 * A version of the TableRows designed for operation in a form.
 * This is a low level Table component that generates the rows of the current 
page in the table.
 * Each row is stored as a hidden value in the form, which eliminates the 
chance of a stale link during rewinding.
 * This component must be wrapped by TableView.
 * 
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTableFormRowsTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * The value object of the row currently being rendered.
     *
     */
    String getRow();

    /**
     *  An interface defining how the items iterated upon by this component 
will be stored in the form as Hidden values.
     * This interface allows only the primary key of the items to be stored, 
rather than the whole item.
     * 
     */
    String getConvertor();

    /**
     * The tag to use to wrap the rows in, 'tr' by default.
     *
     */
    String getElement();

}

--- NEW FILE: ContribValidatingTextFieldTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribValidatingTextFieldTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getDisabled();

    /**
     * No description available yet.
     *
     */
    String getHidden();

    /**
     * No description available yet.
     *
     */
    String getDisplayWidth();

    /**
     * No description available yet.
     *
     */
    String getMaximumLength();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getText();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getDisplayName();

    /**
     * No description available yet.
     *
     */
    String getMinimumLength();

    /**
     * No description available yet.
     *
     */
    String getRequired();

}

--- NEW FILE: ContribMaskEditTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribMaskEditTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getMask();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getValue_();

    /**
     * No description available yet.
     *
     */
    String getDisabled();

}

--- NEW FILE: ContribShowTemplateTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribShowTemplateTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribMultiplePropertySelectionTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribMultiplePropertySelectionTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getModel();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getSelectedList();

    /**
     * No description available yet.
     *
     */
    String getDisabled();

    /**
     * No description available yet.
     *
     */
    String getRenderer();

    /**
     * No description available yet.
     *
     */
    String getDisplayName();

    /**
     * No description available yet.
     *
     */
    String getValidators();

    /**
     * No description available yet.
     *
     */
    String getHtmlid();

}

--- NEW FILE: ContribTreeTableDataViewTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribTreeTableDataViewTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getTreeView();

    /**
     * No description available yet.
     *
     */
    String getNodeViewComponentAddress();

    /**
     * No description available yet.
     *
     */
    String getNodeRenderFactory();

    /**
     * No description available yet.
     *
     */
    String getEntriesPerTablePage();

    /**
     * No description available yet.
     *
     */
    String getShowRootNode();

    /**
     * No description available yet.
     *
     */
    String getTableColunms();

}

--- NEW FILE: ContribNumericFieldTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribNumericFieldTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     */
    String getDisabled();

    /**
     * No description available yet.
     *
     */
    String getHidden();

    /**
     * No description available yet.
     *
     */
    String getDisplayWidth();

    /**
     * No description available yet.
     *
     */
    String getMaximumLength();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getValue_();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getDisplayName();

    /**
     * No description available yet.
     *
     */
    String getMaximum();

    /**
     * No description available yet.
     *
     */
    String getMinimum();

    /**
     * No description available yet.
     *
     */
    String getRequired();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getType();

}

--- NEW FILE: ContribViewTabsTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribViewTabsTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribShowDescriptionTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribShowDescriptionTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

    /**
     * No description available yet.
     *
     *
     * @qtags.required
     */
    String getDescription();

}

--- NEW FILE: ContribShowPropertiesTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribShowPropertiesTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}

--- NEW FILE: ContribSelectorTag.java ---
/**
 * Copyright (c) 2003-2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.tapestry.qtags;

/**
 [EMAIL PROTECTED]: ADD COMPONENT DESCRIPTION
 *
 * @qtags.location class
 * @author Paolo Dona
 */
public interface ContribSelectorTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * The id of the component
     * @qtags.required
     */
    String getId();

}



-------------------------------------------------------
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

Reply via email to