Class CheckEntityWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.remote.AbstractEntityWebScript
fr.becpg.repo.web.scripts.remote.CheckEntityWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class CheckEntityWebScript extends AbstractEntityWebScript
Return OK if entity exist or KO
Version:
$Id: $Id
Author:
matthieu
  • Constructor Details

    • CheckEntityWebScript

      public CheckEntityWebScript()
  • Method Details

    • executeInternal

      public void executeInternal(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp) throws IOException

      executeInternal.

      Specified by:
      executeInternal in class AbstractEntityWebScript
      Parameters:
      req - a WebScriptRequest object
      resp - a WebScriptResponse object
      Throws:
      IOException - if any.