org.apache.myfaces.commons.resourcehandler.resource
Class AliasResourceMetaImpl
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
           org.apache.myfaces.commons.resourcehandler.resource.AliasResourceMetaImpl
org.apache.myfaces.commons.resourcehandler.resource.AliasResourceMetaImpl
- public class AliasResourceMetaImpl 
- extends ResourceMetaImpl
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 | 
| AliasResourceMetaImpl(java.lang.String prefix,
                      java.lang.String libraryName,
                      java.lang.String libraryVersion,
                      java.lang.String resourceName,
                      java.lang.String resourceVersion,
                      java.lang.String realResourceName,
                      boolean couldContainValueExpressions)
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AliasResourceMetaImpl
public AliasResourceMetaImpl(java.lang.String prefix,
                             java.lang.String libraryName,
                             java.lang.String libraryVersion,
                             java.lang.String resourceName,
                             java.lang.String resourceVersion,
                             java.lang.String realResourceName,
                             boolean couldContainValueExpressions)
getRealResourceName
public java.lang.String getRealResourceName()
- 
 
setRealResourceName
public void setRealResourceName(java.lang.String realResourceName)
- 
 
getResourceIdentifier
public java.lang.String getResourceIdentifier()
- 
- Overrides:
- getResourceIdentifierin class- ResourceMetaImpl
 
- 
 
couldResourceContainValueExpressions
public boolean couldResourceContainValueExpressions()
- 
- Overrides:
- couldResourceContainValueExpressionsin class- ResourceMetaImpl
 
- 
 
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.