Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0314626d
authored
Nov 10, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Humm.. bortali18n (TODO tilassa)
1 parent
303eb155
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
code/LanBortalWeb/src/fi/insomnia/bortal/resources/BortalI18n.java
code/LanBortalWeb/src/fi/insomnia/bortal/resources/BortalI18n.java
0 → 100644
View file @
0314626
package
fi
.
insomnia
.
bortal
.
resources
;
import
java.util.Enumeration
;
import
java.util.ResourceBundle
;
import
javax.faces.context.FacesContext
;
public
class
BortalI18n
extends
ResourceBundle
{
private
static
final
Control
BORTAL_CONTROL
=
new
BortalControl
();
public
BortalI18n
()
{
ResourceBundle
p
=
ResourceBundle
.
getBundle
(
"fi.insomnia.bortal.resources.i18n"
,
FacesContext
.
getCurrentInstance
().
getViewRoot
().
getLocale
(),
BORTAL_CONTROL
);
this
.
setParent
(
p
);
}
@Override
protected
Object
handleGetObject
(
String
key
)
{
// TODO Auto-generated method stub
return
null
;
}
@Override
public
Enumeration
<
String
>
getKeys
()
{
// TODO Auto-generated method stub
return
null
;
}
protected
static
class
BortalControl
extends
Control
{
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment