Rev 526 | Rev 648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 526 | Rev 530 | ||
|---|---|---|---|
| Line 91... | Line 91... | ||
| 91 | }
|
91 | }
|
| 92 | 92 | ||
| 93 | /*********************************/
|
93 | /*********************************/
|
| 94 | 94 | ||
| 95 | public String getCaminhoPadraoImagens() { |
95 | public String getCaminhoPadraoImagens() { |
| 96 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? ConstantesSEC.Imagem.CAMINHO_PADRAO_IMAGEM_LOCAL : ConstantesSEC.Imagem.CAMINHO_PADRAO_IMAGEM_SERVIDOR; |
- | |
| - | 96 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? ConstantesSEC.Imagem.CAMINHO_PADRAO_LOCAL : ConstantesSEC.Imagem.CAMINHO_PADRAO_SERVIDOR; |
|
| 97 | }
|
97 | }
|
| 98 | 98 | ||
| 99 | public String getCaminhoPastaImagens() { |
99 | public String getCaminhoPastaImagens() { |
| 100 | ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext(); |
100 | ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext(); |
| 101 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? |
101 | return ConstantesSEC.TESTE_EMISSAO_LOCAL? |