org.apache.myfaces.shared_tomahawk.resource
Class AliasResourceMetaImpl
java.lang.Object
org.apache.myfaces.shared_tomahawk.resource.ResourceMeta
org.apache.myfaces.shared_tomahawk.resource.ResourceMetaImpl
org.apache.myfaces.shared_tomahawk.resource.AliasResourceMetaImpl
public class AliasResourceMetaImpl
- extends ResourceMetaImpl
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 |
AliasResourceMetaImpl
public AliasResourceMetaImpl(String prefix,
String libraryName,
String libraryVersion,
String resourceName,
String resourceVersion,
String realResourceName,
boolean couldContainValueExpressions)
getRealResourceName
public String getRealResourceName()
setRealResourceName
public void setRealResourceName(String realResourceName)
getResourceIdentifier
public String getResourceIdentifier()
- Overrides:
getResourceIdentifier
in class ResourceMetaImpl
couldResourceContainValueExpressions
public boolean couldResourceContainValueExpressions()
- Overrides:
couldResourceContainValueExpressions
in class ResourceMetaImpl
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.