org.nakedobjects.metamodel.specloader.collectiontyperegistry
Class CollectionTypeRegistryDefault

java.lang.Object
  extended by org.nakedobjects.metamodel.specloader.collectiontyperegistry.CollectionTypeRegistryAbstract
      extended by org.nakedobjects.metamodel.specloader.collectiontyperegistry.CollectionTypeRegistryDefault
All Implemented Interfaces:
ApplicationScopedComponent, Component, Injectable, CollectionTypeRegistry

public class CollectionTypeRegistryDefault
extends CollectionTypeRegistryAbstract


Constructor Summary
CollectionTypeRegistryDefault()
          Inbuilt support for Collection as a collection type.
 
Method Summary
 java.lang.Class<?>[] getCollectionType()
           
 boolean isArrayType(java.lang.Class<?> cls)
           
 boolean isCollectionType(java.lang.Class<?> cls)
           
 
Methods inherited from class org.nakedobjects.metamodel.specloader.collectiontyperegistry.CollectionTypeRegistryAbstract
init, injectInto, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTypeRegistryDefault

public CollectionTypeRegistryDefault()
Inbuilt support for Collection as a collection type.

Note that this includes any subclasses.

Method Detail

isCollectionType

public boolean isCollectionType(java.lang.Class<?> cls)

isArrayType

public boolean isArrayType(java.lang.Class<?> cls)

getCollectionType

public java.lang.Class<?>[] getCollectionType()


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