public class QuestionPreloader extends Object
| Constructor and Description |
|---|
QuestionPreloader()
Creates a new Preloader with default handlers
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPreloadHandler(IPreloadHandler handler)
Adds a new preload handler to this preloader.
|
IAnswerData |
getQuestionPreload(String preloadType,
String preloadParams)
Returns the IAnswerData preload value for the given preload type and parameters
|
boolean |
questionPostProcess(TreeElement node,
String preloadType,
String params) |
public QuestionPreloader()
public void addPreloadHandler(IPreloadHandler handler)
handler - an IPreloadHandler that can handle a preload typepublic IAnswerData getQuestionPreload(String preloadType, String preloadParams)
preloadType - The type of the preload to be returnedpreloadParams - Parameters for the preload handlerpublic boolean questionPostProcess(TreeElement node, String preloadType, String params)
Copyright © 2024. All rights reserved.