Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.test.runner.web
Annotation Type HomePage


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface HomePage

The home page implementation to use and its associated URL.

Author:
Bogdan Stefanescu

Required Element Summary
 java.lang.Class<? extends WebPage> type
           
 java.lang.String url
           
 

Element Detail

type

public abstract java.lang.Class<? extends WebPage> type

url

public abstract java.lang.String url

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.