##Toast Notifications
{
"title" : "The title",
"alert" :"HELLO!",
"duration" : "short|long",
"launch" : {
"type": "toast",| .terminal { | |
| background-color: #300A24 !important; | |
| } |
##Toast Notifications
{
"title" : "The title",
"alert" :"HELLO!",
"duration" : "short|long",
"launch" : {
"type": "toast",The contents of this page was moved to:
https://github.com/richfaces/richfaces/wiki/Debugging-RichFaces
Thanks for understanding. :-)
| #!/bin/bash | |
| #title :wildfly-install.sh | |
| #description :The script to install Wildfly 10.x | |
| #more :http://sukharevd.net/wildfly-8-installation.html | |
| #author :Dmitriy Sukharev | |
| #date :2016-06-18T02:45-0700 | |
| #usage :/bin/bash wildfly-install.sh | |
| #tested-version1 :10.0.0.CR3 | |
| #tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22 | |
| #tested-version2 :10.0.0.Final |
| package org.ced.web.rest.conference.test; | |
| import static com.jayway.restassured.RestAssured.given; | |
| import static org.hamcrest.Matchers.equalTo; | |
| import java.io.File; | |
| import java.net.URL; | |
| import java.util.Date; | |
| import org.ced.domain.Repository; |