org.eaglei.repository.servlet.admin
Class UpdateNamedGraph
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eaglei.repository.servlet.RepositoryServlet
org.eaglei.repository.servlet.admin.UpdateNamedGraph
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class UpdateNamedGraph
- extends RepositoryServlet
Modify the metadata for a Named Graph. This servlet exists primarily
to serve the Edit Named graph page in the admin JSP UI. Of course
it can be used by itself, but beware of weird behavior when its
referrer is a .JSP URL - it will indicate success by redirecting back
to the JSP.
Method: POST only.
REQUIRED ARGS:
uri = URI of the object
optional:
label
type
- Author:
- Larry Stone
Started March 2011
- See Also:
- Serialized Form
|
Method Summary |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class org.eaglei.repository.servlet.RepositoryServlet |
getExactParameter, getParameter, getParameterAsBoolean, getParameterAsKeyword, getParameterAsReader, getParameterAsURI, getParameterContentType, getParameters, isParameterPresent, redirectToJSP, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateNamedGraph
public UpdateNamedGraph()
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
-
- Overrides:
doPost in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2009-2011 Eagle-I. All Rights Reserved.