summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/terminal/AbstractRootProvider.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-24 11:27:11 +0300
committerArtur Signell <artur@vaadin.com>2012-08-24 13:23:18 +0300
commitff0761f787f94a157d12af2a37e10e808d43fc59 (patch)
tree854cb79113c6c1f95e0529efd88e981638f1a463 /server/src/com/vaadin/terminal/AbstractRootProvider.java
parent066491f708fd303c604b2bee7cbd46a8342f71bf (diff)
downloadvaadin-framework-ff0761f787f94a157d12af2a37e10e808d43fc59.tar.gz
vaadin-framework-ff0761f787f94a157d12af2a37e10e808d43fc59.zip
Renamed Application and UI methods and fields from "Root" to "UI" (#8908).
Diffstat (limited to 'server/src/com/vaadin/terminal/AbstractRootProvider.java')
-rw-r--r--server/src/com/vaadin/terminal/AbstractRootProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/terminal/AbstractRootProvider.java b/server/src/com/vaadin/terminal/AbstractRootProvider.java
index b340c62448..f316a58f15 100644
--- a/server/src/com/vaadin/terminal/AbstractRootProvider.java
+++ b/server/src/com/vaadin/terminal/AbstractRootProvider.java
@@ -19,10 +19,10 @@ package com.vaadin.terminal;
import com.vaadin.Application;
import com.vaadin.ui.UI;
-public abstract class AbstractRootProvider implements RootProvider {
+public abstract class AbstractRootProvider implements UIProvider {
@Override
- public UI instantiateRoot(Application application,
+ public UI instantiateUI(Application application,
Class<? extends UI> type, WrappedRequest request) {
try {
return type.newInstance();
/stable30'>backport/47349/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1e8f6e828a85c4bf1aa3fa13d85a6dbb0e984847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ownCloud Core

[![Build Status](https://ci.owncloud.org/job/server-master-linux/badge/icon)](https://ci.owncloud.org/job/server-master-linux/)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/core/badges/quality-score.png?s=ce2f5ded03d4ac628e9ee5c767243fa7412e644f)](https://scrutinizer-ci.com/g/owncloud/core/)
[![CodeClimate](https://codeclimate.com/github/owncloud/core/badges/gpa.svg)](https://codeclimate.com/github/owncloud/core)
[![Coverity](https://scan.coverity.com/projects/6893/badge.svg)](https://scan.coverity.com/projects/owncloud-core)
[![Dependency Status](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16)
[![Dependency Status](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0)

**[ownCloud](http://ownCloud.org) gives you freedom and control over your own data.
A personal cloud which runs on your own server.**

![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png)

## Why is this so awesome?
* :file_folder: **Access your Data** You can store your files, contacts, calendars and more on a server of your choosing.
* :package: **Sync your Data** You keep your files, contacts, calendars and more synchronized amongst your devices.
* :arrows_counterclockwise: **Share your Data** You share your data with others, and give them access to your latest photo galleries, your calendar or anything else you want them to see.
* :rocket: **Expandable with dozens of Apps** ...like Calendar, Contacts, Mail or News.
* :cloud: **All Benefits of the Cloud** ...on your own Server.
* :lock: **Encryption** You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy.
* ...

## Installation instructions
https://doc.owncloud.org/server/9.0/developer_manual/app/index.html

## Contribution Guidelines
https://owncloud.org/contribute/

## Get in touch
* :clipboard: [Forum](https://forum.owncloud.org)
* :envelope: [Mailing list](https://mailman.owncloud.org/mailman/listinfo)
* :busts_in_silhouette: [IRC channel](https://webchat.freenode.net/?channels=owncloud)
* :hatching_chick: [Twitter](https://twitter.com/ownClouders)

## Important notice on translations
Please submit translations via Transifex:
https://www.transifex.com/projects/p/owncloud/

[![Transifex](https://www.transifex.com/projects/p/owncloud/resource/core/chart/image_png)](https://www.transifex.com/projects/p/owncloud/)

For more detailed information about translations:
http://doc.owncloud.org/server/9.0/developer_manual/core/translation.html