@Component public class JsMagmaScriptRegistrator extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static String |
SCRIPT_TYPE_JAVASCRIPT_MAGMA |
| Constructor and Description |
|---|
JsMagmaScriptRegistrator(ScriptRunnerFactory scriptRunnerFactory,
JsMagmaScriptRunner jsMagmaScriptRunner) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
public static final String SCRIPT_TYPE_JAVASCRIPT_MAGMA
@Autowired public JsMagmaScriptRegistrator(ScriptRunnerFactory scriptRunnerFactory, JsMagmaScriptRunner jsMagmaScriptRunner)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>Copyright © 2016. All Rights Reserved.