org.apache.jetspeed.velocity
Class JetspeedVelocityViewServlet.VelocityEngineConfig

java.lang.Object
  extended by org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.VelocityEngineConfig
Enclosing class:
JetspeedVelocityViewServlet

private class JetspeedVelocityViewServlet.VelocityEngineConfig
extends Object

velocity engine configuration caching object


Field Summary
 String country
           
 String decoration
           
 String language
           
 long lastValidated
           
 File macros
           
 long macrosLastModified
           
 String mediaType
           
 String type
           
 
Constructor Summary
JetspeedVelocityViewServlet.VelocityEngineConfig(String decoration, String type, String mediaType, String language, String country)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decoration

public String decoration

type

public String type

mediaType

public String mediaType

language

public String language

country

public String country

macros

public File macros

macrosLastModified

public long macrosLastModified

lastValidated

public long lastValidated
Constructor Detail

JetspeedVelocityViewServlet.VelocityEngineConfig

public JetspeedVelocityViewServlet.VelocityEngineConfig(String decoration,
                                                        String type,
                                                        String mediaType,
                                                        String language,
                                                        String country)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.