Plumtree Portal UI  
 

LayoutFactory Constructor 

To make sure people don't create LayoutFactories directly, we require a special key that only the LayoutService has. Call LayoutService.getFactoryInstance() instead to get the Layout Factory.

public LayoutFactory(
   object _oKey
);

Parameters

_oKey

See Also

LayoutFactory Class | com.plumtree.portaluiinfrastructure.layout Namespace