}
}
- /**
- * Retrieves a reference to the portlet associated with this service.
- *
- * @return A reference to the VaadinPortlet this service is using
- */
- public VaadinPortlet getPortlet() {
+ protected VaadinPortlet getPortlet() {
return portlet;
}
}
}
- /**
- * Retrieves a reference to the servlet associated with this service.
- *
- * @return A reference to the VaadinServlet this service is using
- */
- public VaadinServlet getServlet() {
+ protected VaadinServlet getServlet() {
return servlet;
}