|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package com.tptj.demo.hg.style.place.holder; |
|
|
|
|
|
|
|
|
|
import com.fr.intelli.record.Focus; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.fr.record.analyzer.EnableMetrics; |
|
|
|
|
import com.fr.stable.fun.impl.AbstractStylePlaceHolder; |
|
|
|
|
|
|
|
|
@ -10,6 +11,7 @@ public class Demo extends AbstractStylePlaceHolder {
|
|
|
|
|
@Override |
|
|
|
|
@Focus(id = "com.tptj.demo.hg.style.place.holder.v10",text = "样式路径demo") |
|
|
|
|
public LinkTag[] holderLinks() { |
|
|
|
|
FineLoggerFactory.getLogger().info("com.tptj.demo.hg.style.place.holder.v10 is running!"); |
|
|
|
|
return new LinkTag[]{ |
|
|
|
|
LinkTag.build() |
|
|
|
|
.rel("stylesheet") |
|
|
|
|