Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Accounting and Billing Portal
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[abportal] Annotation of /src/main/webapp/WEB-INF/loginAB-portlet.xml
[abportal] / src / main / webapp / WEB-INF / loginAB-portlet.xml Repository:
ViewVC logotype

Annotation of /src/main/webapp/WEB-INF/loginAB-portlet.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download) (as text)

1 : dgarcia 1 <?xml version="1.0" encoding="UTF-8"?>
2 :     <beans xmlns="http://www.springframework.org/schema/beans"
3 :     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 :     xmlns:context="http://www.springframework.org/schema/context"
5 :     xsi:schemaLocation="
6 :     http://www.springframework.org/schema/beans
7 :     http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
8 :     http://www.springframework.org/schema/context
9 :     http://www.springframework.org/schema/context/spring-context-3.0.xsd">
10 :    
11 :     <context:component-scan base-package="eu.smartlm.abs.portal.security.login.controller" />
12 :     <context:component-scan base-package="eu.smartlm.abs.portal.security.login.service" />
13 :     <context:component-scan base-package="eu.smartlm.abs.portal.security.login.dao" />
14 :    
15 :     <bean id="validator" class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean" />
16 :    
17 :     <bean class="org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter">
18 :     <property name="webBindingInitializer">
19 :     <bean class="org.springframework.web.bind.support.ConfigurableWebBindingInitializer">
20 :     <property name="validator" ref="validator" />
21 :     </bean>
22 :     </property>
23 :     </bean>
24 :     </beans>

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge