aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-107/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-201-1/+1
| | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-131-5/+18
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-081-1/+2
| | | | | | | | | | | * Primary use case for CombinedRequest (special path and parameters) already elimiated by other changes * BrowserDetails.getLocation is now available through Page * BrowserDetails.getWindowName only used internally in one location * VaadinServletRequest.cast and similar for portlets removed now that a normal cast can always be used as there's no CombinedRequest to consider Change-Id: I44f28722a12f86015b3c30e83768e4611b87479c
* Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-081-7/+5
| | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7
* Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-1/+1
| | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-5/+7
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-241-7/+10
|
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-8/+8
|
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-111-2/+2
|
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-1/+1
|
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-061-4/+3
|
* Reformat projectLeif Åstrand2012-09-051-2/+2
|
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-5/+5
|
* Change LegacyApplication to be a UIProvider (#9402)Leif Åstrand2012-09-051-21/+14
|
* Move UI class info querying to UIProvider (#9402)Leif Åstrand2012-09-051-2/+2
|
* Rename UIProvider.instantiateUI -> createInstance (#8159)Leif Åstrand2012-09-031-1/+1
|
* Remove @EagerInit (#9445)Leif Åstrand2012-08-311-2/+1
|
* Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-17/+27
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+89