Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.web.common.ajax.service
Class ProxyableURLDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.ajax.service.ProxyableURLDescriptor

public class ProxyableURLDescriptor
extends Object

Simple Descriptor for a proxyable URL config

Author:
tiry

Constructor Summary
ProxyableURLDescriptor()
           
 
Method Summary
 Pattern getCompiledPattern()
           
 String getName()
           
 String getPatternStr()
           
 boolean isCachePerSession()
           
 boolean isEnabled()
           
 boolean isUseCache()
           
 void merge(ProxyableURLDescriptor other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyableURLDescriptor

public ProxyableURLDescriptor()
Method Detail

getName

public String getName()

getPatternStr

public String getPatternStr()

getCompiledPattern

public Pattern getCompiledPattern()

merge

public void merge(ProxyableURLDescriptor other)

isEnabled

public boolean isEnabled()

isUseCache

public boolean isUseCache()

isCachePerSession

public boolean isCachePerSession()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.