* Browse the repository.
*
* @todo implement repository selectors (all or specific repository)
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="browseAction" instantiation-strategy="per-lookup"
*/
@Controller( "browseAction" )
@Scope( "prototype" )
/**
* Delete an artifact. Metadata will be updated if one exists, otherwise it would be created.
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteArtifactAction" instantiation-strategy="per-lookup"
*/
@Controller( "deleteArtifactAction" )
@Scope( "prototype" )
/**
* Search all indexed fields by the given criteria.
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="searchAction" instantiation-strategy="per-lookup"
*/
@Controller( "searchAction" )
@Scope( "prototype" )
/**
* Stores the organisation information for displaying on the page.
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="organisationInfo" instantiation-strategy="per-lookup"
*/
@Controller( "organisationInfo" )
@Scope( "prototype" )
* AddProxyConnectorAction
*
* @version $Id$
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="addProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "addProxyConnectorAction" )
@Scope( "prototype" )
* DeleteProxyConnectorAction
*
* @version $Id$
- *
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteProxyConnectorAction" instantiation-strategy="per-lookup"
+ *
*/
@Controller( "deleteProxyConnectorAction" )
@Scope( "prototype" )
/**
* DisableProxyConnectorAction
*
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="disableProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "disableProxyConnectorAction" )
@Scope( "prototype" )
* EditProxyConnectorAction
*
* @version $Id$
- *
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="editProxyConnectorAction" instantiation-strategy="per-lookup"
+ *
*/
@Controller( "editProxyConnectorAction" )
@Scope( "prototype")
/**
* EnableProxyConnectorAction
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="enableProxyConnectorAction" instantiation-strategy="per-lookup"
*/
@Controller( "enableProxyConnectorAction" )
@Scope( "prototype" )
* ProxyConnectorsAction
*
* @version $Id$
- *
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="proxyConnectorsAction" instantiation-strategy="per-lookup"
+ *
*/
@Controller( "proxyConnectorsAction" )
@Scope( "prototype" )
* SortProxyConnectorsAction -
*
* @version $Id$
- * <p/>
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortProxyConnectorsAction" instantiation-strategy="per-lookup"
*/
@Controller( "sortProxyConnectorsAction" )
@Scope( "prototype" )
* Add a LegacyArtifactPath to archiva configuration
*
* @since 1.1
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="addLegacyArtifactPathAction" instantiation-strategy="per-lookup"
*/
@Controller( "addLegacyArtifactPathAction" )
@Scope( "prototype" )
/**
* DeleteRepositoryGroupAction
*
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteRepositoryGroupAction" instantiation-strategy="per-lookup"
*/
@Controller( "deleteRepositoryGroupAction" )
@Scope( "prototype" )
/**
* RepositoryGroupsAction
*
- * @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="repositoryGroupsAction" instantiation-strategy="per-lookup"
*/
@Controller( "repositoryGroupsAction" )
@Scope( "prototype" )
/**
* SortRepositoriesAction
*
- * @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortRepositoriesAction" instantiation-strategy="per-lookup"
*/
@Controller( "sortRepositoriesAction" )
@Scope( "prototype" )
import java.util.TreeMap;
/**
- * plexus.component role="com.opensymphony.xwork2.Action" role-hint="generateReport" instantiation-strategy="per-lookup"
+ *
*/
@Controller( "generateReport" )
@Scope( "prototype" )