org.apache.tiles
Interface Initializable


Deprecated. Parameter-based initialization feature is deprecated and no longer supported.

public interface Initializable

It is an object that can be initialized using a map with parameters.

Since:
2.1.0
Version:
$Rev: 797540 $ $Date: 2009-07-24 17:42:00 +0200 (ven, 24 lug 2009) $

Method Summary
 void init(java.util.Map<java.lang.String,java.lang.String> params)
          Deprecated. Do not use.
 

Method Detail

init

void init(java.util.Map<java.lang.String,java.lang.String> params)
Deprecated. Do not use.

Initializes the object.

Parameters:
params - The map of parameters.


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