com.arsdigita.dispatcher
Class DispatcherConfig

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameterContext
      extended bycom.arsdigita.runtime.AbstractConfig
          extended bycom.arsdigita.dispatcher.DispatcherConfig
All Implemented Interfaces:
ParameterContext

public final class DispatcherConfig
extends AbstractConfig

Author:
Randy Graebner

Field Summary
static String versionId
           
 
Constructor Summary
DispatcherConfig()
           
 
Method Summary
 Boolean getCachingActive()
          This returns Boolean.TRUE if the caching is active
 Integer getDefaultExpiryTime()
          This returns the number of seconds something is cached for
 String getStaticURLPrefix()
          Get the URL for static items
 boolean isCachingActive()
           
 
Methods inherited from class com.arsdigita.runtime.AbstractConfig
load, load, load, require
 
Methods inherited from class com.arsdigita.util.parameter.AbstractParameterContext
get, get, getParameters, load, load, loadInfo, register, save, set, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

DispatcherConfig

public DispatcherConfig()
Method Detail

getStaticURLPrefix

public String getStaticURLPrefix()
Get the URL for static items


getCachingActive

public Boolean getCachingActive()
This returns Boolean.TRUE if the caching is active


isCachingActive

public boolean isCachingActive()

getDefaultExpiryTime

public Integer getDefaultExpiryTime()
This returns the number of seconds something is cached for



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC