@Controller public class OAIInternalController extends Object
| Constructor and Description |
|---|
OAIInternalController() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMetadataFormat(javax.servlet.http.HttpServletResponse response,
String mdPrefix) |
void |
deleteOAISet(javax.servlet.http.HttpServletResponse response,
String setSpec) |
void |
getExportMDFs(javax.servlet.http.HttpServletResponse response) |
void |
getMetadataFormat(javax.servlet.http.HttpServletResponse response,
String mdPrefix) |
void |
getSetSpecs(javax.servlet.http.HttpServletResponse response) |
void |
getSourceMDFs(javax.servlet.http.HttpServletResponse response) |
void |
getTransformationRules(javax.servlet.http.HttpServletResponse response) |
void |
saveIndices(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String format,
String layout,
String interpretation) |
void |
saveMetadataFormat(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String mdPrefix) |
void |
saveNewIndex(javax.servlet.http.HttpServletResponse response,
String format,
String layout,
String interpretation,
String indexName,
boolean repeatable,
String paths) |
void |
saveNewPathIndex(javax.servlet.http.HttpServletResponse response,
String format,
String layout,
String interpretation,
String indexName,
String newPath) |
void |
saveOAISet(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String setSpec) |
void |
showIndices(javax.servlet.http.HttpServletResponse response,
String format,
String layout,
String interpretation) |
void |
showSetDetails(javax.servlet.http.HttpServletResponse response,
String setSpec) |
@RequestMapping(value="/ui/getExportMDFs.do")
public void getExportMDFs(javax.servlet.http.HttpServletResponse response)
throws Exception
Exception@RequestMapping(value="/ui/getSourceMDFs.do")
public void getSourceMDFs(javax.servlet.http.HttpServletResponse response)
throws Exception
Exception@RequestMapping(value="/ui/getSetSpecs.do")
public void getSetSpecs(javax.servlet.http.HttpServletResponse response)
throws Exception
Exception@RequestMapping(value="/ui/getMetadataFormat.do")
public void getMetadataFormat(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="mdPrefix",required=true)
String mdPrefix)
throws Exception
Exception@RequestMapping(value="/ui/saveMetadataFormat.do",
method=POST)
public void saveMetadataFormat(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="mdPrefix",required=true)
String mdPrefix)
throws Exception
Exception@RequestMapping(value="/ui/deleteMetadataFormat.do")
public void deleteMetadataFormat(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="mdPrefix",required=true)
String mdPrefix)
throws Exception
Exception@RequestMapping(value="/ui/showSetDetails.do")
public void showSetDetails(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="setSpec",required=true)
String setSpec)
throws Exception
Exception@RequestMapping(value="/ui/saveOAISet.do",
method=POST)
public void saveOAISet(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="setSpec",required=true)
String setSpec)
throws Exception
Exception@RequestMapping(value="/ui/deleteOAISet.do")
public void deleteOAISet(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="setSpec",required=true)
String setSpec)
throws Exception
Exception@RequestMapping(value="/ui/showIndices.do")
public void showIndices(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="format",required=true)
String format,
@RequestParam(value="layout",required=true)
String layout,
@RequestParam(value="interpretation",required=true)
String interpretation)
throws Exception
Exception@RequestMapping(value="/ui/saveIndices.do",
method=POST)
public void saveIndices(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="format",required=true)
String format,
@RequestParam(value="layout",required=true)
String layout,
@RequestParam(value="interpretation",required=true)
String interpretation)
throws Exception
Exception@RequestMapping(value="/ui/saveNewIndex.do")
public void saveNewIndex(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="format",required=true)
String format,
@RequestParam(value="layout",required=true)
String layout,
@RequestParam(value="interpretation",required=true)
String interpretation,
@RequestParam(value="indexName",required=true)
String indexName,
@RequestParam(value="repeatable",required=true)
boolean repeatable,
@RequestParam(value="paths",required=true)
String paths)
throws Exception
Exception@RequestMapping(value="/ui/saveNewPathIndex.do")
public void saveNewPathIndex(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="format",required=true)
String format,
@RequestParam(value="layout",required=true)
String layout,
@RequestParam(value="interpretation",required=true)
String interpretation,
@RequestParam(value="indexName",required=true)
String indexName,
@RequestParam(value="newPath",required=true)
String newPath)
throws Exception
Exception@RequestMapping(value="/ui/getTransformationRules.do")
public void getTransformationRules(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.