org.hippoecm.hst.pagecomposer.jaxrs.model.utils
Class OldParametersInfoProcessor

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.utils.OldParametersInfoProcessor

Deprecated.

@Deprecated
public class OldParametersInfoProcessor
extends Object

Process the (deprecated) old-style parameter annotations in the package org.hippoecm.hst.components. This class is solely used to be backwards compatible with the deprecated old annotations until they are removed completely from the code base.

See Also:
Parameter}, ParametersInfo}

Constructor Summary
OldParametersInfoProcessor()
          Deprecated.  
 
Method Summary
static List<ComponentWrapper.Property> getProperties(ParametersInfo parameterInfo)
          Deprecated.  
static List<ComponentWrapper.Property> getProperties(ParametersInfo parameterInfo, Locale locale)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldParametersInfoProcessor

public OldParametersInfoProcessor()
Deprecated. 
Method Detail

getProperties

public static List<ComponentWrapper.Property> getProperties(ParametersInfo parameterInfo)
Deprecated. 

getProperties

public static List<ComponentWrapper.Property> getProperties(ParametersInfo parameterInfo,
                                                            Locale locale)
Deprecated. 


Copyright © 2008-2012 Hippo. All Rights Reserved.