|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoutputFormatVisitor | |
---|---|
com.gisgraphy.domain.geoloc.service.fulltextsearch | |
com.gisgraphy.domain.geoloc.service.geoloc | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
com.gisgraphy.domain.valueobject | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
com.gisgraphy.servlet |
Uses of IoutputFormatVisitor in com.gisgraphy.domain.geoloc.service.fulltextsearch |
---|
Classes in com.gisgraphy.domain.geoloc.service.fulltextsearch that implement IoutputFormatVisitor | |
---|---|
class |
FulltextErrorVisitor
Visitor (visitor pattern) to return error message according to the format for the fulltext service |
Uses of IoutputFormatVisitor in com.gisgraphy.domain.geoloc.service.geoloc |
---|
Classes in com.gisgraphy.domain.geoloc.service.geoloc that implement IoutputFormatVisitor | |
---|---|
class |
GeolocErrorVisitor
Visitor (visitor pattern) to return error message according to the format for the geoloc service |
class |
StreetSearchErrorVisitor
Visitor (visitor pattern) to return error message according to the format for the geoloc service |
Uses of IoutputFormatVisitor in com.gisgraphy.domain.valueobject |
---|
Methods in com.gisgraphy.domain.valueobject with parameters of type IoutputFormatVisitor | |
---|---|
abstract java.lang.String |
Output.OutputFormat.accept(IoutputFormatVisitor visitor)
Method to implement the visitor pattern |
Uses of IoutputFormatVisitor in com.gisgraphy.servlet |
---|
Methods in com.gisgraphy.servlet that return IoutputFormatVisitor | |
---|---|
abstract IoutputFormatVisitor |
GisgraphyServlet.getErrorVisitor(java.lang.String errorMessage)
|
IoutputFormatVisitor |
GeolocServlet.getErrorVisitor(java.lang.String errorMessage)
|
IoutputFormatVisitor |
StreetServlet.getErrorVisitor(java.lang.String errorMessage)
|
IoutputFormatVisitor |
FulltextServlet.getErrorVisitor(java.lang.String errorMessage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |