}
public final void afterPropertiesSet() throws Exception {
// �����е�component����springע�롣
for (String path : getComponentPaths()) {
PageComponent pc = getComponent(path, PageComponent.class);
getApplicationContext().getAutowireCapableBeanFactory().autowireBeanProperties(pc,
AbstractBeanDefinition.AUTOWIRE_NO, false);
getApplicationContext().getAutowireCapableBeanFactory().initializeBean(pc, path);