Uses of Class
com.gisgraphy.domain.valueobject.Output.OutputFormat

Packages that use Output.OutputFormat
com.gisgraphy.domain.geoloc.service   
com.gisgraphy.domain.geoloc.service.errors   
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   
com.gisgraphy.webapp.action   
 

Uses of Output.OutputFormat in com.gisgraphy.domain.geoloc.service
 

Methods in com.gisgraphy.domain.geoloc.service that return Output.OutputFormat
 Output.OutputFormat AbstractGisQuery.getOutputFormat()
           
 

Uses of Output.OutputFormat in com.gisgraphy.domain.geoloc.service.errors
 

Methods in com.gisgraphy.domain.geoloc.service.errors with parameters of type Output.OutputFormat
 java.lang.String IoutputFormatVisitor.visitATOM(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitGEORSS(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitJSON(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitPHP(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitPYTHON(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitRUBY(Output.OutputFormat format)
           
 java.lang.String IoutputFormatVisitor.visitXML(Output.OutputFormat format)
           
 

Uses of Output.OutputFormat in com.gisgraphy.domain.geoloc.service.fulltextsearch
 

Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch with parameters of type Output.OutputFormat
 java.lang.String FulltextErrorVisitor.visitATOM(Output.OutputFormat outputFormat)
           
 java.lang.String FulltextErrorVisitor.visitGEORSS(Output.OutputFormat outputFormat)
           
 java.lang.String FulltextErrorVisitor.visitJSON(Output.OutputFormat format)
           
 java.lang.String FulltextErrorVisitor.visitPHP(Output.OutputFormat format)
           
 java.lang.String FulltextErrorVisitor.visitPYTHON(Output.OutputFormat format)
           
 java.lang.String FulltextErrorVisitor.visitRUBY(Output.OutputFormat format)
           
 java.lang.String FulltextErrorVisitor.visitXML(Output.OutputFormat format)
           
 

Uses of Output.OutputFormat in com.gisgraphy.domain.geoloc.service.geoloc
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type Output.OutputFormat
 void IGeolocResultsDtoSerializer.serialize(java.io.OutputStream outputStream, Output.OutputFormat outputFormat, GeolocResultsDto geolocResultsDto, boolean indent, int startPaginationIndex)
           
 void GeolocResultsDtoSerializer.serialize(java.io.OutputStream outputStream, Output.OutputFormat outputFormat, GeolocResultsDto geolocResultsDto, boolean indent, int startPaginationIndex)
           
 java.lang.String GeolocErrorVisitor.visitATOM(Output.OutputFormat outputFormat)
           
 java.lang.String GeolocErrorVisitor.visitGEORSS(Output.OutputFormat outputFormat)
           
 java.lang.String GeolocErrorVisitor.visitJSON(Output.OutputFormat format)
           
 java.lang.String GeolocErrorVisitor.visitPHP(Output.OutputFormat format)
           
 java.lang.String GeolocErrorVisitor.visitPYTHON(Output.OutputFormat format)
           
 java.lang.String GeolocErrorVisitor.visitRUBY(Output.OutputFormat format)
           
 java.lang.String GeolocErrorVisitor.visitXML(Output.OutputFormat format)
           
 

Uses of Output.OutputFormat in com.gisgraphy.domain.valueobject
 

Fields in com.gisgraphy.domain.valueobject declared as Output.OutputFormat
static Output.OutputFormat Output.DEFAULT_OUTPUT_FORMAT
          The default output format
 

Methods in com.gisgraphy.domain.valueobject that return Output.OutputFormat
static Output.OutputFormat Output.OutputFormat.getDefault()
           
static Output.OutputFormat Output.OutputFormat.getDefaultForServiceIfNotSupported(Output.OutputFormat format, GisgraphyServiceType serviceType)
           
 Output.OutputFormat Output.getFormat()
           
static Output.OutputFormat Output.OutputFormat.getFromString(java.lang.String format)
           
static Output.OutputFormat[] Output.OutputFormat.listByService(GisgraphyServiceType serviceType)
           
static Output.OutputFormat Output.OutputFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Output.OutputFormat[] Output.OutputFormat.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.gisgraphy.domain.valueobject with parameters of type Output.OutputFormat
static Output.OutputFormat Output.OutputFormat.getDefaultForServiceIfNotSupported(Output.OutputFormat format, GisgraphyServiceType serviceType)
           
static Output Output.withFormat(Output.OutputFormat format)
           
 

Uses of Output.OutputFormat in com.gisgraphy.servlet
 

Methods in com.gisgraphy.servlet with parameters of type Output.OutputFormat
 void GeolocServlet.sendCustomError(java.lang.String errorMessage, Output.OutputFormat format, javax.servlet.http.HttpServletResponse resp)
           
 void FulltextServlet.sendCustomError(java.lang.String errorMessage, Output.OutputFormat format, javax.servlet.http.HttpServletResponse resp)
           
 

Uses of Output.OutputFormat in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return Output.OutputFormat
 Output.OutputFormat[] GeolocSearchAction.getFormats()
           
 Output.OutputFormat[] FulltextSearchAction.getFormats()
           
 



Copyright © 2009. All Rights Reserved.