Ignore:
Timestamp:
06/05/08 15:58:33 (4 years ago)
Author:
sys
Message:

viewObject : getContent avec transformation : renvoit le mimetype.

File:
1 edited

Legend:

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

    r10706 r11149  
    6161        protected InputStream fInputStream = null; 
    6262 
     63        protected String fContentType = null; 
     64 
    6365        protected Date fLastUpdt = null; 
    6466     
     
    107109        public final Date hGetLastModif() throws Exception { 
    108110                return fLastUpdt; 
     111        } 
     112         
     113        public String hGetContentType() throws Exception { 
     114                return fContentType; 
    109115        } 
    110116 
     
    164170        fRights = pRights; 
    165171    } 
     172 
     173        public void hSetContentType(String pContentType) { 
     174                fContentType = pContentType; 
     175        } 
     176     
    166177} 
Note: See TracChangeset for help on using the changeset viewer.