Ignore:
Timestamp:
06/06/08 22:49:09 (4 years ago)
Author:
sys
Message:

Mime-type d'un item multi-res : issu de l'extension si fichier interne à l'item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP/com/scenari/m/bdp/itemcontent/IHResourceDef.java

    r10706 r11159  
    4747 */ 
    4848public interface IHResourceDef { 
     49         
     50        public static final String URIRES_NONE = "."; 
    4951 
    5052        /** 
     
    5557        /**  
    5658         * Uri de cette ressource dans l'item.  
     59         *  
     60         * @return {@link #URIRES_NONE} if none. 
    5761         */ 
    5862        public String hGetUriRes() throws Exception; 
Note: See TracChangeset for help on using the changeset viewer.