[Yanel-commits] rev 29321 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Wed Nov 28 16:50:10 CET 2007


Author: michi
Date: 2007-11-28 16:50:09 +0100 (Wed, 28 Nov 2007)
New Revision: 29321

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/ViewableV2.java
Log:
removed obsolete method

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/ViewableV2.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/ViewableV2.java	2007-11-28 15:39:30 UTC (rev 29320)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/ViewableV2.java	2007-11-28 15:50:09 UTC (rev 29321)
@@ -45,9 +45,4 @@
      * Size of view. Return -1 in case the size is unknown.
      */
     public long getSize() throws Exception;
-    
-    /**
-     * Mime type of resource, e.g. application/xhtml+xml, whereas it can depend on view id
-     */
-    public String getMimeType(String viewId) throws Exception;
 }



More information about the Yanel-commits mailing list