|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.portlet.extractor.InitParameterExtractor
public class InitParameterExtractor
Extracts init parameters from a portlet context.
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 |
---|
public InitParameterExtractor(javax.portlet.PortletContext context)
context
- The portlet context.Method Detail |
---|
public Enumeration<String> getKeys()
HasKeys
getKeys
in interface HasKeys<String>
public String getValue(String key)
HasKeys
getValue
in interface HasKeys<String>
key
- The key of the attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |