org.apache.myfaces.commons.resourcehandler.resource
Class ResourceMetaImpl
java.lang.Object
   org.apache.myfaces.commons.resourcehandler.resource.ResourceMeta
org.apache.myfaces.commons.resourcehandler.resource.ResourceMeta
       org.apache.myfaces.commons.resourcehandler.resource.ResourceMetaImpl
org.apache.myfaces.commons.resourcehandler.resource.ResourceMetaImpl
- Direct Known Subclasses: 
- AliasResourceMetaImpl
- public class ResourceMetaImpl 
- extends ResourceMeta
Contains the metadata information to reference a resource
- Version:
- $Revision: 700544 $ $Date: 2008-09-30 13:44:02 -0500 (Mar, 30 Sep 2008) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
| Constructor Summary | 
| ResourceMetaImpl(java.lang.String prefix,
                 java.lang.String libraryName,
                 java.lang.String libraryVersion,
                 java.lang.String resourceName,
                 java.lang.String resourceVersion)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResourceMetaImpl
public ResourceMetaImpl(java.lang.String prefix,
                        java.lang.String libraryName,
                        java.lang.String libraryVersion,
                        java.lang.String resourceName,
                        java.lang.String resourceVersion)
getLibraryName
public java.lang.String getLibraryName()
- 
- Specified by:
- getLibraryNamein class- ResourceMeta
 
- 
 
getResourceName
public java.lang.String getResourceName()
- 
- Specified by:
- getResourceNamein class- ResourceMeta
 
- 
 
getLocalePrefix
public java.lang.String getLocalePrefix()
- 
- Specified by:
- getLocalePrefixin class- ResourceMeta
 
- 
 
getLibraryVersion
public java.lang.String getLibraryVersion()
- 
- Specified by:
- getLibraryVersionin class- ResourceMeta
 
- 
 
getResourceVersion
public java.lang.String getResourceVersion()
- 
- Specified by:
- getResourceVersionin class- ResourceMeta
 
- 
 
getResourceIdentifier
public java.lang.String getResourceIdentifier()
- 
- Specified by:
- getResourceIdentifierin class- ResourceMeta
 
- 
 
couldResourceContainValueExpressions
public boolean couldResourceContainValueExpressions()
- 
- Specified by:
- couldResourceContainValueExpressionsin class- ResourceMeta
 
- 
 
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.