org.richfaces.cdk.model.legacy
Class ResourceConfig

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

public class ResourceConfig
extends Object
implements 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)
           
 String getModelEncoding()
          Method getModelEncoding.
 List getResources()
          Method getResources.
 void removeResource(Resource resource)
          Method removeResource.
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setResources(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 String getModelEncoding()
Method getModelEncoding.

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

getResources

public List getResources()
Method getResources.

Returns:
List

removeResource

public void removeResource(Resource resource)
Method removeResource.

Parameters:
resource -

setModelEncoding

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

Parameters:
modelEncoding -

setResources

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

Parameters:
resources -

containsResource

public boolean containsResource(Resource res)


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