public class StaticMarkerBinder extends Object implements MarkerFactoryBinder
MarkerFactory
class with an actual instance of
IMarkerFactory
is performed using information returned by this class.Modifier and Type | Field and Description |
---|---|
static StaticMarkerBinder |
SINGLETON
The unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IMarkerFactory |
getMarkerFactory()
Currently this method always returns an instance of
BasicMarkerFactory . |
String |
getMarkerFactoryClassStr()
Currently, this method returns the class name of
BasicMarkerFactory . |
static StaticMarkerBinder |
getSingleton()
Return the singleton of this class.
|
public static final StaticMarkerBinder SINGLETON
public static StaticMarkerBinder getSingleton()
public IMarkerFactory getMarkerFactory()
BasicMarkerFactory
.getMarkerFactory
in interface MarkerFactoryBinder
public String getMarkerFactoryClassStr()
BasicMarkerFactory
.getMarkerFactoryClassStr
in interface MarkerFactoryBinder
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.