org.apache.myfaces.shared.resource
Class AliasResourceMetaImpl
java.lang.Object
org.apache.myfaces.shared.resource.ResourceMeta
org.apache.myfaces.shared.resource.ResourceMetaImpl
org.apache.myfaces.shared.resource.AliasResourceMetaImpl
public class AliasResourceMetaImpl
- extends ResourceMetaImpl
Contains the metadata information to reference a resource
- Version:
- $Revision: 1188235 $ $Date: 2011-10-24 17:09:33 +0000 (Mon, 24 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: struberg $)
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 © 2014 The Apache Software Foundation. All Rights Reserved.