org.apache.myfaces.shared_tomahawk.resource
Class ResourceMetaImpl
java.lang.Object
org.apache.myfaces.shared_tomahawk.resource.ResourceMeta
org.apache.myfaces.shared_tomahawk.resource.ResourceMetaImpl
- Direct Known Subclasses:
- AliasResourceMetaImpl
public class ResourceMetaImpl
- extends ResourceMeta
Contains the metadata information to reference a resource
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceMetaImpl
public ResourceMetaImpl(String prefix,
String libraryName,
String libraryVersion,
String resourceName,
String resourceVersion)
getLibraryName
public String getLibraryName()
- Specified by:
getLibraryName
in class ResourceMeta
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in class ResourceMeta
getLocalePrefix
public String getLocalePrefix()
- Specified by:
getLocalePrefix
in class ResourceMeta
getLibraryVersion
public String getLibraryVersion()
- Specified by:
getLibraryVersion
in class ResourceMeta
getResourceVersion
public String getResourceVersion()
- Specified by:
getResourceVersion
in class ResourceMeta
getResourceIdentifier
public String getResourceIdentifier()
- Specified by:
getResourceIdentifier
in class ResourceMeta
couldResourceContainValueExpressions
public boolean couldResourceContainValueExpressions()
- Specified by:
couldResourceContainValueExpressions
in class ResourceMeta
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.