Package de.xima.fc.interfaces.form
Interface IFormResource
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormResource
public interface IFormResource extends Serializable
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCacheKey()
String
getName()
byte[]
getResourceData()
String
getResourceName()
EFormResourceType
getResourceType()
-
-
-
Method Detail
-
getResourceType
EFormResourceType getResourceType()
-
getResourceName
String getResourceName()
-
getResourceData
byte[] getResourceData()
-
getCacheKey
String getCacheKey()
-
getName
String getName()
-
-