JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.hybris.platform.scripting.engine.internal
Interface ScriptEngineType
All Known Implementing Classes:
DefaultScriptEngineType
public interface
ScriptEngineType
Defines script engine type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default boolean
canBeCached
()
String
getFileExtension
()
String
getMime
()
String
getName
()
Method Details
getName
String
getName
()
getFileExtension
String
getFileExtension
()
getMime
String
getMime
()
canBeCached
default
boolean
canBeCached
()