Package org.openrefine.commands.lang
Class GetLanguagesCommand
- java.lang.Object
- 
- org.openrefine.commands.Command
- 
- org.openrefine.commands.lang.GetLanguagesCommand
 
 
- 
 public class GetLanguagesCommand extends Command 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetLanguagesCommand.LanguageRecordclassGetLanguagesCommand.LanguagesResponse- 
Nested classes/interfaces inherited from class org.openrefine.commands.CommandCommand.HistoryEntryResponse
 
- 
 - 
Field Summary- 
Fields inherited from class org.openrefine.commands.CommandcsrfFactory, logger, servlet
 
- 
 - 
Constructor SummaryConstructors Constructor Description GetLanguagesCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)- 
Methods inherited from class org.openrefine.commands.CommandaddHistoryEntryAndRespond, doDelete, doPost, doPut, getEngine, getEngineConfig, getIntegerParameter, getLongParameter, getProject, getProjectMetadata, getSortingConfig, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, redirect, respondCSRFError, respondError, respondError, respondJSON, respondJSON, respondOK, respondWithErrorPage
 
- 
 
- 
- 
- 
Method Detail- 
doGetpublic void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
- doGetin class- Command
- Throws:
- javax.servlet.ServletException
- IOException
 
 
- 
 
-