org.apache.myfaces.orchestra.dynaForm.uri
Class UriResolver.Configuration

java.lang.Object
  extended by org.apache.myfaces.orchestra.dynaForm.uri.UriResolver.Configuration
Enclosing class:
UriResolver

public static class UriResolver.Configuration
extends Object

The configuration


Constructor Summary
protected UriResolver.Configuration(Extractor extractor, String entity)
           
 
Method Summary
 String getEntity()
          the entity identification
 Extractor getExtractor()
          metadata for the given entity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriResolver.Configuration

protected UriResolver.Configuration(Extractor extractor,
                                    String entity)
Method Detail

getExtractor

public Extractor getExtractor()
metadata for the given entity


getEntity

public String getEntity()
the entity identification



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.