public abstract static class PrefixHandler.NoHooks extends java.lang.Object implements PrefixHandler
PrefixHandler.ErrorBehaviour, PrefixHandler.NoHooks, PrefixHandler.Phase
Constructor and Description |
---|
NoHooks() |
Modifier and Type | Method and Description |
---|---|
void |
onDeinit()
Called when this instance of the prefix handler is deinitialized.
|
void |
onInit(PrefixHandlerContext prefixHandlerContext)
Called when this instance of the prefix handler is initialized.
|
void |
onQuery(QueryContext context)
Called when a query is about to be processed.
|
void |
setErrorBehaviour(PrefixHandler.ErrorBehaviour behaviour)
Choose the error behaviour of the prefix handler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlePrefix
public void setErrorBehaviour(PrefixHandler.ErrorBehaviour behaviour)
PrefixHandler
setErrorBehaviour
in interface PrefixHandler
public void onInit(PrefixHandlerContext prefixHandlerContext) throws java.lang.Exception
PrefixHandler
onInit
in interface PrefixHandler
java.lang.Exception
public void onDeinit() throws java.lang.Exception
PrefixHandler
onDeinit
in interface PrefixHandler
java.lang.Exception
public void onQuery(QueryContext context) throws QueryProcessingException
PrefixHandler
onQuery
in interface PrefixHandler
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.