Rev 230 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 230 | Rev 259 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | import org.springframework.context.annotation.Scope; |
7 | import org.springframework.context.annotation.Scope; |
| 8 | import org.springframework.stereotype.Component; |
8 | import org.springframework.stereotype.Component; |
| 9 | 9 | ||
| 10 | import br.com.ec.core.util.DataUtils; |
10 | import br.com.ec.core.util.DataUtils; |
| 11 | import br.com.ec.core.util.VerificadorUtil; |
11 | import br.com.ec.core.util.VerificadorUtil; |
| 12 | import br.com.ec.domain.modal.tipos.TipoCor; |
- | |
| - | 12 | import br.com.ec.domain.model.tipos.TipoCor; |
|
| 13 | 13 | ||
| 14 | @Component |
14 | @Component |
| 15 | @ManagedBean |
15 | @ManagedBean |
| 16 | @Scope("view") |
16 | @Scope("view") |
| 17 | public class UtilBean { |
17 | public class UtilBean { |