Uses of Class
org.eclipse.jetty.webapp.Origin

Packages that use Origin
org.eclipse.jetty.webapp   
 

Uses of Origin in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp declared as Origin
protected  Origin MetaData.OriginInfo.origin
           
 

Methods in org.eclipse.jetty.webapp that return Origin
 Origin MetaData.getOrigin(String name)
           
 Origin MetaData.OriginInfo.getOriginType()
           
static Origin Origin.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Origin[] Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.jetty.webapp with parameters of type Origin
MetaData.OriginInfo(String n, Origin o)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.