Rev 528 | Rev 639 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 528 | Rev 530 | ||
|---|---|---|---|
| Line 113... | Line 113... | ||
| 113 | 113 | ||
| 114 | /********************************************/
|
114 | /********************************************/
|
| 115 | 115 | ||
| 116 | @Transient |
116 | @Transient |
| 117 | public String caminhoPadraoImagens() { |
117 | public String caminhoPadraoImagens() { |
| 118 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? ConstantesSEC.Imagem.CAMINHO_PADRAO_IMAGEM_LOCAL : ConstantesSEC.Imagem.CAMINHO_PADRAO_IMAGEM_SERVIDOR; |
- | |
| - | 118 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? ConstantesSEC.Imagem.CAMINHO_PADRAO_LOCAL : ConstantesSEC.Imagem.CAMINHO_PADRAO_SERVIDOR; |
|
| 119 | }
|
119 | }
|
| 120 | 120 | ||
| 121 | @Transient |
121 | @Transient |
| 122 | public String caminhoPastaImagens() { |
122 | public String caminhoPastaImagens() { |
| 123 | ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext(); |
123 | ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext(); |