public class NaluPluginElemental2 extends Object implements IsNaluProcessorPlugin
IsNaluProcessorPlugin.ConfirmHandler, IsNaluProcessorPlugin.RouteChangeHandler| Constructor and Description |
|---|
NaluPluginElemental2() |
| Modifier and Type | Method and Description |
|---|---|
void |
alert(String message) |
boolean |
attach(String selector,
Object asElement) |
void |
confirm(String message,
IsNaluProcessorPlugin.ConfirmHandler handler) |
String |
decode(String route) |
Map<String,String> |
getQueryParameters() |
String |
getStartRoute() |
void |
initialize(ShellConfiguration shellConfiguration) |
void |
register(IsNaluProcessorPlugin.RouteChangeHandler handler) |
void |
remove(String selector) |
void |
route(String newRoute,
boolean replace) |
void |
setCustomAlertPresenter(IsCustomAlertPresenter customAlertPresenter) |
void |
setCustomConfirmPresenter(IsCustomConfirmPresenter customConfirmPresenter) |
void |
updateMetaNameContent(String name,
String content) |
void |
updateMetaPropertyContent(String property,
String content) |
void |
updateTitle(String title) |
public void alert(String message)
alert in interface IsNaluProcessorPluginpublic boolean attach(String selector, Object asElement)
attach in interface IsNaluProcessorPluginpublic void confirm(String message, IsNaluProcessorPlugin.ConfirmHandler handler)
confirm in interface IsNaluProcessorPluginpublic String getStartRoute()
getStartRoute in interface IsNaluProcessorPluginpublic Map<String,String> getQueryParameters()
getQueryParameters in interface IsNaluProcessorPluginpublic void register(IsNaluProcessorPlugin.RouteChangeHandler handler)
register in interface IsNaluProcessorPluginpublic void remove(String selector)
remove in interface IsNaluProcessorPluginpublic void route(String newRoute, boolean replace)
route in interface IsNaluProcessorPluginpublic void initialize(ShellConfiguration shellConfiguration)
initialize in interface IsNaluProcessorPluginpublic void updateTitle(String title)
updateTitle in interface IsNaluProcessorPluginpublic void updateMetaNameContent(String name, String content)
updateMetaNameContent in interface IsNaluProcessorPluginpublic void updateMetaPropertyContent(String property, String content)
updateMetaPropertyContent in interface IsNaluProcessorPluginpublic String decode(String route)
decode in interface IsNaluProcessorPluginpublic void setCustomAlertPresenter(IsCustomAlertPresenter customAlertPresenter)
setCustomAlertPresenter in interface IsNaluProcessorPluginpublic void setCustomConfirmPresenter(IsCustomConfirmPresenter customConfirmPresenter)
setCustomConfirmPresenter in interface IsNaluProcessorPluginCopyright © 2018–2021. All rights reserved.