Class DefaultWebPlugin
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.DefaultWebPlugin
-
- All Implemented Interfaces:
WebPlugin
,Initialization
@Service @Singleton public class DefaultWebPlugin extends Object implements WebPlugin, Initialization
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description DefaultWebPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
init
in interfaceInitialization
-
-