* @throws StateException
*/
public StatefullComponent restore(final LayoutProcess layoutProcess)
throws StateException
{
final Normalizer normalizer = (Normalizer)
chainedNormalizerState.restore(layoutProcess);
return new ChainingNormalizer(normalizer);
}