org.apache.commons.ognl.internal.entry
Class PermissionCacheEntryFactory

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.PermissionCacheEntryFactory
All Implemented Interfaces:
CacheEntryFactory<PermissionCacheEntry,Permission>

public class PermissionCacheEntryFactory
extends Object
implements CacheEntryFactory<PermissionCacheEntry,Permission>


Constructor Summary
PermissionCacheEntryFactory()
           
 
Method Summary
 Permission create(PermissionCacheEntry key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionCacheEntryFactory

public PermissionCacheEntryFactory()
Method Detail

create

public Permission create(PermissionCacheEntry key)
                  throws CacheException
Specified by:
create in interface CacheEntryFactory<PermissionCacheEntry,Permission>
Throws:
CacheException


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.