Преглед изворни кода

Using correct tags in the portal ui docs

There are not [source, java] tags.
tags/8.6.4
DiegoSanzVi пре 5 година
родитељ
комит
0c1f61f552
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      documentation/portal/portal-ui.asciidoc

+ 2
- 1
documentation/portal/portal-ui.asciidoc Прегледај датотеку

A portlet UI is just like in a regular Vaadin application, a class that extends A portlet UI is just like in a regular Vaadin application, a class that extends
[classname]#com.vaadin.ui.UI#. [classname]#com.vaadin.ui.UI#.


[source, java]
---- ----
@Theme("myportlet") @Theme("myportlet")
public class MyportletUI extends UI { public class MyportletUI extends UI {


Otherwise, the following snippet can be used. Otherwise, the following snippet can be used.


[source, java]
---- ----
@WebServlet(value = "/*", asyncSupported = true) @WebServlet(value = "/*", asyncSupported = true)
@VaadinServletConfiguration(productionMode = false, @VaadinServletConfiguration(productionMode = false,

Loading…
Откажи
Сачувај