|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Initialized | |
---|---|
com.mycompany.service | Contains interfaces for all services in the application. |
com.mycompany.service.impl | Contains CDI-managed service classes implemented as EJB3 stateless session beans. |
Uses of Initialized in com.mycompany.service |
---|
Method parameters in com.mycompany.service with annotations of type Initialized | |
---|---|
void |
CountryService.init(javax.servlet.ServletContext context)
Invoked during the ServletContext initialization to populate the
database with sample data. |
Uses of Initialized in com.mycompany.service.impl |
---|
Method parameters in com.mycompany.service.impl with annotations of type Initialized | |
---|---|
void |
CountryServiceImpl.init(javax.servlet.ServletContext context)
Invoked during the ServletContext initialization to populate the
database with sample data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |