public abstract class BasePageExtension extends Object implements Serializable
Constructor and Description |
---|
BasePageExtension() |
Modifier and Type | Method and Description |
---|---|
protected ISiteExecutionContext |
getExecutionContext() |
protected IMessageController |
getMessageController() |
protected ISiteModule |
getSiteModule() |
void |
initialize() |
protected SEO.Meta |
newMeta(String name,
String content) |
protected SEO |
newSEO() |
boolean |
onAfterLoad(IBlock rebuiltBlock) |
boolean |
onBeforeLoad() |
String |
onEvaluateBookmarks(String expression)
Deprecated.
override onEvaluateVariables method instead.
|
String |
onEvaluateVariables(String expression)
This method is called each time an unknown expression has been encountered.
|
boolean |
onMessage(IMessage message) |
protected static Logger LOGGER
protected final ISiteModule getSiteModule()
protected final ISiteExecutionContext getExecutionContext()
protected final IMessageController getMessageController()
protected final SEO newSEO()
public void initialize()
public boolean onBeforeLoad()
public boolean onAfterLoad(IBlock rebuiltBlock)
@Deprecated public String onEvaluateBookmarks(String expression)
expression
- The expression to evaluate.public String onEvaluateVariables(String expression)
expression
- The expression to evaluate.public boolean onMessage(IMessage message)
Copyright © 2021 Visiativ Software. All rights reserved.