/**
* @see blackberry.core.ScriptableFunctionBase#getFunctionSignatures
*/
protected FunctionSignature[] getFunctionSignatures() {
FunctionSignature fs = new FunctionSignature( 1 );
fs.addParam( String.class, true );
return new FunctionSignature[] { fs };
}
private boolean invokeContentHandler( String filename ) {
String type = MIMETypeAssociations.getMIMEType( filename );