mirror of https://github.com/apache/archiva.git
get RID of plexus.component annotation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3929d7d7df
commit
7e35594e29
|
@ -42,7 +42,6 @@ import java.util.Set;
|
|||
* 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" )
|
||||
|
|
|
@ -69,8 +69,6 @@ import java.util.TimeZone;
|
|||
|
||||
/**
|
||||
* 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" )
|
||||
|
|
|
@ -49,8 +49,6 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* 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" )
|
||||
|
|
|
@ -24,8 +24,6 @@ import org.springframework.stereotype.Controller;
|
|||
|
||||
/**
|
||||
* 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" )
|
||||
|
|
|
@ -28,8 +28,6 @@ import org.springframework.stereotype.Controller;
|
|||
* AddProxyConnectorAction
|
||||
*
|
||||
* @version $Id$
|
||||
* <p/>
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="addProxyConnectorAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "addProxyConnectorAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -27,8 +27,7 @@ import org.springframework.stereotype.Controller;
|
|||
* DeleteProxyConnectorAction
|
||||
*
|
||||
* @version $Id$
|
||||
*
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteProxyConnectorAction" instantiation-strategy="per-lookup"
|
||||
*
|
||||
*/
|
||||
@Controller( "deleteProxyConnectorAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -26,7 +26,6 @@ import org.springframework.stereotype.Controller;
|
|||
/**
|
||||
* DisableProxyConnectorAction
|
||||
*
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="disableProxyConnectorAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "disableProxyConnectorAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -27,8 +27,7 @@ import org.springframework.stereotype.Controller;
|
|||
* EditProxyConnectorAction
|
||||
*
|
||||
* @version $Id$
|
||||
*
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="editProxyConnectorAction" instantiation-strategy="per-lookup"
|
||||
*
|
||||
*/
|
||||
@Controller( "editProxyConnectorAction" )
|
||||
@Scope( "prototype")
|
||||
|
|
|
@ -25,8 +25,6 @@ import org.springframework.stereotype.Controller;
|
|||
|
||||
/**
|
||||
* EnableProxyConnectorAction
|
||||
* <p/>
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="enableProxyConnectorAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "enableProxyConnectorAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -35,8 +35,7 @@ import java.util.Map;
|
|||
* ProxyConnectorsAction
|
||||
*
|
||||
* @version $Id$
|
||||
*
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="proxyConnectorsAction" instantiation-strategy="per-lookup"
|
||||
*
|
||||
*/
|
||||
@Controller( "proxyConnectorsAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -30,8 +30,6 @@ import java.util.List;
|
|||
* SortProxyConnectorsAction -
|
||||
*
|
||||
* @version $Id$
|
||||
* <p/>
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortProxyConnectorsAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "sortProxyConnectorsAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -41,7 +41,6 @@ import javax.inject.Named;
|
|||
* 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" )
|
||||
|
|
|
@ -30,7 +30,6 @@ import org.springframework.stereotype.Controller;
|
|||
/**
|
||||
* DeleteRepositoryGroupAction
|
||||
*
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="deleteRepositoryGroupAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "deleteRepositoryGroupAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -39,7 +39,6 @@ import java.util.regex.Pattern;
|
|||
/**
|
||||
* RepositoryGroupsAction
|
||||
*
|
||||
* @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="repositoryGroupsAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "repositoryGroupsAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -30,7 +30,6 @@ import java.util.List;
|
|||
/**
|
||||
* SortRepositoriesAction
|
||||
*
|
||||
* @version plexus.component role="com.opensymphony.xwork2.Action" role-hint="sortRepositoriesAction" instantiation-strategy="per-lookup"
|
||||
*/
|
||||
@Controller( "sortRepositoriesAction" )
|
||||
@Scope( "prototype" )
|
||||
|
|
|
@ -57,7 +57,7 @@ import java.util.Map;
|
|||
import java.util.TreeMap;
|
||||
|
||||
/**
|
||||
* plexus.component role="com.opensymphony.xwork2.Action" role-hint="generateReport" instantiation-strategy="per-lookup"
|
||||
*
|
||||
*/
|
||||
@Controller( "generateReport" )
|
||||
@Scope( "prototype" )
|
||||
|
|
Loading…
Reference in New Issue