org.apache.tiles.request.portlet.extractor
Class InitParameterExtractor

Package class diagram package InitParameterExtractor
java.lang.Object
  extended by org.apache.tiles.request.portlet.extractor.InitParameterExtractor
All Implemented Interfaces:
HasKeys<String>

public class InitParameterExtractor
extends Object
implements HasKeys<String>

Extracts init parameters from a portlet context.

Version:
$Rev: 1066849 $ $Date: 2011-02-03 11:12:39 -0500 (Thu, 03 Feb 2011) $

Constructor Summary
InitParameterExtractor(javax.portlet.PortletContext context)
          Constructor.
 
Method Summary
 Enumeration<String> getKeys()
          The enumeration of the keys of the stored attributes.
 String getValue(String key)
          Returns the value of the attribute with the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitParameterExtractor

public InitParameterExtractor(javax.portlet.PortletContext context)
Constructor.

Parameters:
context - The portlet context.
Method Detail

getKeys

public Enumeration<String> getKeys()
Description copied from interface: HasKeys
The enumeration of the keys of the stored attributes.

Specified by:
getKeys in interface HasKeys<String>
Returns:
The keys.

getValue

public String getValue(String key)
Description copied from interface: HasKeys
Returns the value of the attribute with the given key.

Specified by:
getValue in interface HasKeys<String>
Parameters:
key - The key of the attribute.
Returns:
The value.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.