com.day.cq.personalization
Class GadgetComponent
java.lang.Object
javax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
org.apache.sling.api.servlets.SlingAllMethodsServlet
com.day.cq.personalization.GadgetComponent
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class GadgetComponent
- extends org.apache.sling.api.servlets.SlingAllMethodsServlet
The GadgetComponent draws the MyGadgets component.
It also manages the that the added gadgets will be saved in the user profile.
Note: The write tasks are currently performed by the admin session
- See Also:
- Serialized Form
|
Method Summary |
protected void |
activate(org.osgi.service.component.ComponentContext context)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
|
protected void |
doGet(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
|
protected void |
doPost(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
|
| Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet |
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService |
| Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet |
doGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GadgetComponent
public GadgetComponent()
doGet
protected void doGet(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
- Throws:
javax.servlet.ServletException
IOException
doPost
protected void doPost(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doPost in class org.apache.sling.api.servlets.SlingAllMethodsServlet
- Throws:
javax.servlet.ServletException
IOException
activate
protected void activate(org.osgi.service.component.ComponentContext context)
throws RepositoryException
- Throws:
RepositoryException
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
Copyright © 2008 Day Management AG. All Rights Reserved.