Ignore:
Timestamp:
10/24/11 17:41:52 (13 years ago)
Author:
vmipsl
Message:

[Internationalisation]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/src/com/ether/Controller.java

    r204 r232  
    4747    } 
    4848 
     49    @ControllerMethod(view = VIEW_ABOUT) 
     50    public Map<String, Object> viewAbout() 
     51            throws WebException 
     52    { 
     53        return new HashMap<String, Object>(); 
     54    } 
    4955 
    5056    @ControllerMethod(view = VIEW_ECC) 
     
    566572    private static final String VIEW_LIDAR_AEROSOLS = "visus_lidar_aerosols"; 
    567573    private static final String VIEW_DATA_OHP = "data_ohp"; 
     574    private static final String VIEW_ABOUT = "about"; 
    568575 
    569576    //services que le controller peut utiliser 
Note: See TracChangeset for help on using the changeset viewer.