You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks!
Very often we need to set common properties and behaviors between many Containers of our application.
It's very interesting to implement a "create" method of the XmlContainerFactory with a parameter to instantiate a given class, instead of returning a new XmlContainerLayout*
Example: public static<T extends XmlContainerLayout> T create(String pathXml, Class<T> clazz)
Thanks in advance.
Evandro
The text was updated successfully, but these errors were encountered:
Hi folks!
Very often we need to set common properties and behaviors between many Containers of our application.
It's very interesting to implement a "create" method of the XmlContainerFactory with a parameter to instantiate a given class, instead of returning a new XmlContainerLayout*
Example:
public static<T extends XmlContainerLayout> T create(String pathXml, Class<T> clazz)
Thanks in advance.
Evandro
The text was updated successfully, but these errors were encountered: