org.nakedobjects.metamodel.specloader.classsubstitutor
Interface ClassSubstitutor

All Superinterfaces:
ApplicationScopedComponent, Component, Injectable
All Known Implementing Classes:
ClassSubstitutorAbstract, ClassSubstitutorIdentity

public interface ClassSubstitutor
extends Injectable, ApplicationScopedComponent

Provides capability to translate or ignore classes.

The class strategy is typically required when either an underlying object store (such as Hibernate); it then allows the enhancement artifacts can be ignored or interpreted correctly.


Method Summary
 java.lang.Class<?> getClass(java.lang.Class<?> cls)
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Injectable
injectInto
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Method Detail

getClass

java.lang.Class<?> getClass(java.lang.Class<?> cls)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.