* <p>
* TODO Document better!
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
@SuppressWarnings("serial")
*
* @author peholmst
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public interface Callback extends Serializable {
/**
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected abstract BootstrapHandler createBootstrapHandler();
* @author Vaadin Ltd
* @since 7.0.0
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public abstract class BootstrapHandler implements RequestHandler {
* @author Vaadin Ltd.
* @since 5.0
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
@SuppressWarnings("serial")
* </p>
*
* @return the URL.
- *
- * @deprecated might be refactored or removed before 7.0.0
*/
- @Deprecated
public String getLogoutURL() {
return logoutURL;
}
*
* @param logoutURL
* the logoutURL to set.
- *
- * @deprecated might be refactored or removed before 7.0.0
*/
- @Deprecated
public void setLogoutURL(String logoutURL) {
this.logoutURL = logoutURL;
}
* @author peholmst
*
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
@SuppressWarnings("serial")
public class VaadinPortlet extends GenericPortlet implements Constants {
/**
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static final String RESOURCE_URL_ID = "APP";
* This portlet parameter is used to add styles to the main element. E.g
* "height:500px" generates a style="height:500px" to the main element.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static final String PORTLET_PARAMETER_STYLE = "style";
* This portal parameter is used to define the name of the Vaadin theme that
* is used for all Vaadin applications in the portal.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static final String PORTAL_PARAMETER_VAADIN_THEME = "vaadin.theme";
/**
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static final String WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE = "writeAjaxPageScriptWidgetsetShouldWrite";
/**
* @author Vaadin Ltd
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected enum RequestType {
* @param vaadinRequest
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected RequestType getRequestType(VaadinPortletRequest vaadinRequest) {
* @throws PortletException
* @throws IOException
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected void handleRequest(PortletRequest request,
* @throws IOException
* if the writing failed due to input/output error.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
void criticalNotification(VaadinPortletRequest request,
* the request to get a request type for
* @return the request type
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected RequestType getRequestType(VaadinRequest request) {
*
* @author peholmst
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
@SuppressWarnings("serial")
* @throws IOException
* if the writing failed due to input/output error.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected void criticalNotification(VaadinServletRequest request,
* the resource path.
* @return the resource path.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected static String getResourcePath(ServletContext servletContext,
* @param themeName
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected static String stripSpecialChars(String themeName) {
* @throws IOException
* @throws ServletException
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
void handleServiceSessionExpired(VaadinServletRequest request,
*
* @since 6.6.7
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected boolean isAllowedVAADINResourceUrl(HttpServletRequest request,
* @author Vaadin Ltd
* @since 7.0.0
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected enum RequestType {
* @param request
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected RequestType getRequestType(VaadinServletRequest request) {
* if the application is denied access to the persistent data
* store represented by the given URL.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected URL getApplicationUrl(HttpServletRequest request)
* @param unsafe
* @return a safe string to be added inside an html tag
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static final String safeEscapeForHtml(String unsafe) {
* the request to get a request type for
* @return the request type
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected RequestType getRequestType(VaadinRequest request) {
* Get the web browser associated with this session.
*
* @return
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public WebBrowser getBrowser() {
/**
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public AbstractCommunicationManager getCommunicationManager() {
* @param underlyingSession
* @return
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public static VaadinSession getForSession(VaadinService service,
*
* @param service
* TODO
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public void removeFromSession(VaadinService service) {
/**
* @param session
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public void storeInSession(VaadinService service, WrappedSession session) {
* A connector that has not yet been assigned an id.
* @return A new id for the connector
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public String createConnectorId(ClientConnector connector) {
* the bootstrap response event for which listeners should be
* fired
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public void modifyBootstrapResponse(BootstrapResponse response) {
*
* @since 7.0.0
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
public void cleanupInactiveUIs() {
*
* @since 7.0.0
*
- * @deprecated Might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*
* @param ui
* The UI whose status to check
* @return true if the UI is alive, false if it could be removed.
*
- * @deprecated might be refactored or removed before 7.0.0
+ * @deprecated will likely change or be removed in a future version
*/
@Deprecated
protected boolean isUIAlive(UI ui) {