mirror of https://github.com/apache/archiva.git
get RID of org.apache.maven.archiva packages : interceptor package in webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50ec629df8
commit
0f94c8a025
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.archiva.web.interceptor;
|
package org.apache.archiva.web.interceptor;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
@ -30,19 +30,14 @@ import javax.inject.Inject;
|
||||||
import javax.servlet.ServletContext;
|
import javax.servlet.ServletContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An interceptor that makes the configuration bits available, both to the application and the webapp
|
* An interceptor that makes the configuration bits available, both to the application and the webapp.
|
||||||
*
|
|
||||||
* plexus.component role="com.opensymphony.xwork2.interceptor.Interceptor"
|
|
||||||
* role-hint="configurationInterceptor"
|
|
||||||
*/
|
*/
|
||||||
@Service( "configurationInterceptor" )
|
@Service( "configurationInterceptor" )
|
||||||
@Scope( "prototype" )
|
@Scope( "prototype" )
|
||||||
public class ConfigurationInterceptor
|
public class ConfigurationInterceptor
|
||||||
implements Interceptor
|
implements Interceptor
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* plexus.requirement role-hint="default"
|
|
||||||
*/
|
|
||||||
@Inject
|
@Inject
|
||||||
private ArchivaConfiguration configuration;
|
private ArchivaConfiguration configuration;
|
||||||
|
|
Loading…
Reference in New Issue