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/loginABAdministration-portlet.xml
[abportal] / src / main / webapp / WEB-INF / loginABAdministration-portlet.xml Repository:
ViewVC logotype

Annotation of /src/main/webapp/WEB-INF/loginABAdministration-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.admin" />
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 id="myValidator" class="eu.smartlm.abs.portal.security.login.admin.MyValidator" />
18 :    
19 :     <bean class="org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter">
20 :     <property name="webBindingInitializer">
21 :     <bean class="org.springframework.web.bind.support.ConfigurableWebBindingInitializer">
22 :     <property name="validator" ref="validator" />
23 :     <!-- <property name="propertyEditorRegistrars">-->
24 :     <!-- <list>-->
25 :     <!-- <ref bean="myPropertyEditorRegistrar" />-->
26 :     <!-- </list>-->
27 :     <!-- </property>-->
28 :     </bean>
29 :     </property>
30 :     </bean>
31 :    
32 :     <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
33 :     <property name="basenames">
34 :     <list>
35 :     <value>content.Language-ext</value>
36 :     </list>
37 :     </property>
38 :     </bean>
39 :     </beans>

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

Powered By FusionForge