org.apache.jetspeed.portlets.layout
Class LayoutPortlet.CachedTemplate

java.lang.Object
  extended by org.apache.jetspeed.portlets.layout.LayoutPortlet.CachedTemplate
Enclosing class:
LayoutPortlet

 class LayoutPortlet.CachedTemplate
extends Object


Field Summary
private  org.apache.commons.configuration.Configuration config
           
private  String key
           
private  org.apache.jetspeed.locator.TemplateDescriptor template
           
 
Constructor Summary
LayoutPortlet.CachedTemplate(String key, org.apache.jetspeed.locator.TemplateDescriptor template, org.apache.commons.configuration.Configuration config)
           
 
Method Summary
 org.apache.commons.configuration.Configuration getConfig()
           
 String getKey()
           
 org.apache.jetspeed.locator.TemplateDescriptor getTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private String key

template

private org.apache.jetspeed.locator.TemplateDescriptor template

config

private org.apache.commons.configuration.Configuration config
Constructor Detail

LayoutPortlet.CachedTemplate

public LayoutPortlet.CachedTemplate(String key,
                                    org.apache.jetspeed.locator.TemplateDescriptor template,
                                    org.apache.commons.configuration.Configuration config)
Method Detail

getConfig

public org.apache.commons.configuration.Configuration getConfig()

getKey

public String getKey()

getTemplate

public org.apache.jetspeed.locator.TemplateDescriptor getTemplate()


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