org.richfaces.cdk.model.legacy
Class ResourceConfig

java.lang.Object
  extended by org.richfaces.cdk.model.legacy.ResourceConfig
All Implemented Interfaces:
java.io.Serializable

public class ResourceConfig
extends java.lang.Object
implements java.io.Serializable

Class ResourceConfig.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ResourceConfig()
           
 
Method Summary
 void addResource(Resource resource)
          Method addResource.
 boolean containsResource(Resource res)
           
 java.lang.String getModelEncoding()
          Method getModelEncoding.
 java.util.List getResources()
          Method getResources.
 void removeResource(Resource resource)
          Method removeResource.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setResources(java.util.List resources)
          Set the resources field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceConfig

public ResourceConfig()
Method Detail

addResource

public void addResource(Resource resource)
Method addResource.

Parameters:
resource -

getModelEncoding

public java.lang.String getModelEncoding()
Method getModelEncoding.

Returns:
the current encoding used when reading/writing this model

getResources

public java.util.List getResources()
Method getResources.

Returns:
List

removeResource

public void removeResource(Resource resource)
Method removeResource.

Parameters:
resource -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding -

setResources

public void setResources(java.util.List resources)
Set the resources field.

Parameters:
resources -

containsResource

public boolean containsResource(Resource res)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.