org.glassfish.jersey.server.wadl.internal.generators
Class ApplicationDocs

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.internal.generators.ApplicationDocs

public class ApplicationDocs
extends Object

The wrapper root document for multiple Doc elements. Created on: Jun 10, 2008

Author:
Martin Grotzke (martin.grotzke at freiheit.com)

Field Summary
protected  List<Doc> docs
           
 
Constructor Summary
ApplicationDocs()
           
 
Method Summary
 List<Doc> getDocs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docs

protected List<Doc> docs
Constructor Detail

ApplicationDocs

public ApplicationDocs()
Method Detail

getDocs

public List<Doc> getDocs()


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.