com.sun.jersey.api.wadl.config
Class WadlGeneratorConfigLoader
java.lang.Object
com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
public class WadlGeneratorConfigLoader
- extends Object
Loads a WadlGeneratorConfig
and provides access to the WadlGenerator
provided by the loaded WadlGeneratorConfig
.
If no WadlGeneratorConfig
is provided, the default WadlGenerator
will be loaded.
- Version:
- $Id: WadlGeneratorConfigLoader.java 4088 2010-08-24 11:15:13Z pavel_bucek $
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadlGeneratorConfigLoader
public WadlGeneratorConfigLoader()
loadWadlGeneratorsFromConfig
public static WadlGenerator loadWadlGeneratorsFromConfig(ResourceConfig resourceConfig)
- Load the
WadlGeneratorConfig
from the provided ResourceConfig
using the
property ResourceConfig.PROPERTY_WADL_GENERATOR_CONFIG
.
The type of this property must be a subclass or an instance of a subclass of
WadlGeneratorConfig
.
If it's not set, the default WadlGeneratorImpl
will be used.
- Parameters:
resourceConfig
-
- Returns:
- the initialized
WadlGenerator
.
Copyright © 2013 Oracle Corporation. All Rights Reserved.