@Controller public class CleaningRuleController extends Object
| Constructor and Description |
|---|
CleaningRuleController() |
| Modifier and Type | Method and Description |
|---|---|
void |
commitCleanerInfo(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String cleanerId) |
void |
commitRules(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String cleanerId) |
void |
createCleaner(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request) |
void |
dropCleaner(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
String cleanerId) |
void |
getCleaners(javax.servlet.http.HttpServletResponse response) |
void |
getRules(javax.servlet.http.HttpServletResponse response,
String cleanerId) |
@RequestMapping(value="/ui/cleaners.json")
public void getCleaners(javax.servlet.http.HttpServletResponse response)
throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException,
IOException
eu.dnetlib.enabling.is.lookup.rmi.ISLookUpExceptionIOException@RequestMapping(value="/ui/rules.json")
public void getRules(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="cleanerId",required=true)
String cleanerId)
throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException,
IOException
eu.dnetlib.enabling.is.lookup.rmi.ISLookUpExceptionIOException@RequestMapping(value="/ui/createCleaner",
method=POST)
public void createCleaner(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
throws IOException,
eu.dnetlib.enabling.is.registry.rmi.ISRegistryException,
JAXBException
IOExceptioneu.dnetlib.enabling.is.registry.rmi.ISRegistryExceptionJAXBException@RequestMapping(value="/ui/commitCleanerInfo",
method=POST)
public void commitCleanerInfo(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="cleanerId",required=true)
String cleanerId)
throws IOException,
eu.dnetlib.enabling.is.registry.rmi.ISRegistryException,
JAXBException
IOExceptioneu.dnetlib.enabling.is.registry.rmi.ISRegistryExceptionJAXBException@RequestMapping(value="/ui/commitCleaner",
method=POST)
public void commitRules(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="cleanerId",required=true)
String cleanerId)
throws IOException,
JAXBException,
eu.dnetlib.enabling.is.registry.rmi.ISRegistryException
IOExceptionJAXBExceptioneu.dnetlib.enabling.is.registry.rmi.ISRegistryException@RequestMapping(value="/ui/dropCleaner",
method=GET)
public void dropCleaner(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="cleanerId",required=true)
String cleanerId)
throws IOException,
eu.dnetlib.enabling.is.registry.rmi.ISRegistryException,
JAXBException
IOExceptioneu.dnetlib.enabling.is.registry.rmi.ISRegistryExceptionJAXBExceptionCopyright © 2026. All rights reserved.